Interface IAccountsGetResponse

Return interface for the Wallet.accountsGet method.

interface IAccountsGetResponse {
    accountDescriptor: IAccountDescriptor;
}

Properties

accountDescriptor: IAccountDescriptor

Generated using TypeDoc