Type alias IWalletEvent<T>

IWalletEvent<T>: {
    [K in T]: {
        data: WalletEventMap[K];
        type: K;
    }
}[T]

Wallet notification event interface.

Type Parameters

Generated using TypeDoc