Interface IAccountsEnumerateResponse

Return interface for the Wallet.accountsEnumerate method.

interface IAccountsEnumerateResponse {
    accountDescriptors: IAccountDescriptor[];
}

Properties

accountDescriptors: IAccountDescriptor[]

Generated using TypeDoc