Interface IAccountsDiscoveryRequest

Argument interface for the Wallet.accountsDiscovery method.

interface IAccountsDiscoveryRequest {
    accountScanExtent: number;
    addressScanExtent: number;
    bip39_mnemonic: string;
    bip39_passphrase?: string;
    discoveryKind: Bip44;
}

Properties

accountScanExtent: number
addressScanExtent: number
bip39_mnemonic: string
bip39_passphrase?: string
discoveryKind: Bip44

Generated using TypeDoc