Interface IWalletCreateEvent

Emitted by Wallet when the wallet data storage has been successfully created.

interface IWalletCreateEvent {
    storageDescriptor: IStorageDescriptor;
    walletDescriptor: IWalletDescriptor;
}

Properties

storageDescriptor: IStorageDescriptor
walletDescriptor: IWalletDescriptor

Generated using TypeDoc