@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Interface WalletStatus

    interface WalletStatus {
        id: string;
        status: {
            walletInitialized: boolean;
            xOnlyPublicKey: Uint8Array<ArrayBufferLike> | undefined;
        };
        success: true;
        type: "WALLET_STATUS";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    status: {
        walletInitialized: boolean;
        xOnlyPublicKey: Uint8Array<ArrayBufferLike> | undefined;
    }
    success: true
    type: "WALLET_STATUS"