Interface IAccountsActivateRequest

Argument interface for the Wallet.accountsActivate method.

interface IAccountsActivateRequest {
    accountIds?: string[];
}

Properties

Properties

accountIds?: string[]

Generated using TypeDoc