Interface IWalletChangeSecretRequest

Argument interface for the Wallet.walletChangeSecret method.

interface IWalletChangeSecretRequest {
    newWalletSecret: string;
    oldWalletSecret: string;
}

Properties

newWalletSecret: string
oldWalletSecret: string

Generated using TypeDoc