Interface IAccountCreateArgs

interface IAccountCreateArgs {
    args: IAccountCreateArgsBip32;
    prvKeyDataArgs?: IPrvKeyDataArgs;
    type: "bip32";
}

Properties

prvKeyDataArgs?: IPrvKeyDataArgs
type: "bip32"

Generated using TypeDoc