Documentation
    Preparing search index...

    Interface AccountInfo

    interface AccountInfo {
        accountIdentifier: string;
        address: string;
        connectedAt: number;
        hasVerifiedChallenge?: boolean;
        network: Network;
        notification?: Notification;
        origin: { id: string; type: Origin };
        publicKey?: string;
        scopes: PermissionScope[];
        senderId: string;
        threshold?: Threshold;
        verificationType?: "proof_of_event";
        walletKey?: string;
        walletType: "implicit" | "abstracted_account";
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountIdentifier: string
    address: string
    connectedAt: number
    hasVerifiedChallenge?: boolean
    network: Network
    notification?: Notification
    origin: { id: string; type: Origin }
    publicKey?: string
    scopes: PermissionScope[]
    senderId: string
    threshold?: Threshold
    verificationType?: "proof_of_event"
    walletKey?: string
    walletType: "implicit" | "abstracted_account"