Documentation
    Preparing search index...

    Interface PermissionResponse

    interface PermissionResponse {
        address?: string;
        appMetadata: AppMetadata;
        id: string;
        network: Network;
        notification?: Notification;
        publicKey?: string;
        scopes: PermissionScope[];
        senderId: string;
        threshold?: Threshold;
        type: PermissionResponse;
        verificationType?: "proof_of_event";
        version: string;
        walletType: "implicit" | "abstracted_account";
    }

    Hierarchy (View Summary)

    Index

    Properties

    address?: string
    appMetadata: AppMetadata
    id: string
    network: Network
    notification?: Notification
    publicKey?: string
    scopes: PermissionScope[]
    senderId: string
    threshold?: Threshold
    verificationType?: "proof_of_event"
    version: string
    walletType: "implicit" | "abstracted_account"