interface AccountData {
    address: string;
    algo: Algo;
    pubkey: Uint8Array;
}

Properties

Properties

address: string

A printable address (typically bech32 encoded)

algo: Algo
pubkey: Uint8Array