Interface IAccountsGetRequest

Argument interface for the Wallet.accountsGet method.

interface IAccountsGetRequest {
    accountId: string;
}

Properties

Properties

accountId: string

Generated using TypeDoc