Interface IWalletEnumerateResponse

Return interface for the Wallet.walletEnumerate method.

interface IWalletEnumerateResponse {
    walletDescriptors: WalletDescriptor[];
}

Properties

walletDescriptors: WalletDescriptor[]

Generated using TypeDoc