Interface IWalletOpenResponse

Return interface for the Wallet.walletOpen method.

interface IWalletOpenResponse {
    accountDescriptors: IAccountDescriptor[];
}

Properties

accountDescriptors: IAccountDescriptor[]

Generated using TypeDoc