Interface IAccountsCreateRequest

Argument interface for the Wallet.accountsCreate method.

interface IAccountsCreateRequest {
    accountCreateArgs: IAccountCreateArgs;
    walletSecret: string;
}

Properties

accountCreateArgs: IAccountCreateArgs
walletSecret: string

Generated using TypeDoc