Interface IAccountsCreateRequest

Argument interface for the Wallet.accountsCreate method.

interface IAccountsCreateRequest {
    walletSecret: string;
}

Properties

Properties

walletSecret: string

Generated using TypeDoc