Interface IWalletErrorEvent

Emitted by Wallet when an error occurs (for example, the wallet has failed to open).

interface IWalletErrorEvent {
    message: string;
}

Properties

Properties

message: string

Generated using TypeDoc