Interface IWalletReloadEvent

Emitted by Wallet when the wallet is successfully reloaded.

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

Properties

accountDescriptors: IAccountDescriptor[]
walletDescriptor: IWalletDescriptor

Generated using TypeDoc