Interface IAccountsRenameRequest

Argument interface for the Wallet.accountsRename method.

interface IAccountsRenameRequest {
    accountId: string;
    name?: string;
    walletSecret: string;
}

Properties

accountId: string
name?: string
walletSecret: string

Generated using TypeDoc