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

    Interface WalletRef

    One wallet attribute on a user — public data only, never key material (docs/constitution.md §2). Exactly one entry per user is default; its address is what single-wallet consumers see as walletAddress / wallet_address.

    interface WalletRef {
        address: string;
        default: boolean;
        kind: WalletKind;
        publicKey?: string;
    }
    Index
    address: string
    default: boolean
    publicKey?: string