@upbond/sdk - v0.0.3
    Preparing search index...

    Interface WalletAccountClaim

    JSON entry of the wallet_accounts token claim (snake_case like the other wallet claims).

    interface WalletAccountClaim {
        address: string;
        default: boolean;
        kind: WalletKind;
        public_key?: string;
    }
    Index
    address: string
    default: boolean
    public_key?: string