Interface Account

interface Account {
    bech32Address: string;
    isNanoLedger: boolean;
    pubKey: Uint8Array;
}

Properties

bech32Address: string
isNanoLedger: boolean
pubKey: Uint8Array