Interface IWalletOpenEvent

Emitted by Wallet when the wallet is successfully opened.

interface IWalletOpenEvent {
    accountDescriptors: IAccountDescriptor[];
    walletDescriptor: IWalletDescriptor;
}

Properties

accountDescriptors: IAccountDescriptor[]
walletDescriptor: IWalletDescriptor

Generated using TypeDoc