Type alias IAccountsCreateRequest

IAccountsCreateRequest: {
    accountIndex?: number;
    accountName: string;
    paymentSecret?: string;
    prvKeyDataId: string;
    type: "bip32";
    walletSecret: string;
}

Argument interface for the Wallet.accountsCreate method.

Type declaration

  • Optional accountIndex?: number
  • accountName: string
  • Optional paymentSecret?: string
  • prvKeyDataId: string
  • type: "bip32"
  • walletSecret: string

Generated using TypeDoc