Interface IAccountCreateArgsBip32

interface IAccountCreateArgsBip32 {
    accountIndex?: number;
    accountName?: string;
}

Properties

accountIndex?: number
accountName?: string

Generated using TypeDoc