Interface IWalletEvent

Wallet notification event interface.

interface IWalletEvent {
    data?: WalletEventData;
    event: string;
}

Properties

Properties

event: string

Generated using TypeDoc