Interface IAccountsDeactivateRequest

Argument interface for the Wallet.accountsDeactivate method.

interface IAccountsDeactivateRequest {
    accountIds?: string[];
}

Properties

Properties

accountIds?: string[]

Generated using TypeDoc