Documentation
    Preparing search index...

    Interface PermissionInfo

    interface PermissionInfo {
        accountIdentifier: string;
        address: string;
        appMetadata: AppMetadata;
        connectedAt: number;
        network: Network;
        publicKey?: string;
        scopes: PermissionScope[];
        senderId: string;
        threshold?: Threshold;
        website: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountIdentifier: string
    address: string
    appMetadata: AppMetadata
    connectedAt: number
    network: Network
    publicKey?: string
    scopes: PermissionScope[]
    senderId: string
    threshold?: Threshold
    website: string