Interface IAccountsEnsureDefaultRequest

Argument interface for the Wallet.accountsEnsureDefault method.

interface IAccountsEnsureDefaultRequest {
    mnemonic?: string;
    paymentSecret?: string;
    type: string | AccountKind;
    walletSecret: string;
}

Properties

mnemonic?: string
paymentSecret?: string
type: string | AccountKind
walletSecret: string

Generated using TypeDoc