Interface IWalletDetails

interface IWalletDetails {
    address: Uint8Array;
    algo: string;
    bech32Address: string;
    isKeystone?: boolean;
    isNanoLedger: boolean;
    name: string;
    pubKey: Uint8Array;
}

Properties

address: Uint8Array
algo: string
bech32Address: string
isKeystone?: boolean
isNanoLedger: boolean
name: string
pubKey: Uint8Array