@keplr-ewallet/ewallet-sdk-cosmos
Version:
4 lines (3 loc) • 352 B
TypeScript
import type { KeplrCosmosEWalletEventTypeMap, KeplrCosmosEWalletEventType } from "@keplr-ewallet/ewallet-sdk-core";
import type { CosmosEWallet } from "../cosmos_ewallet";
export declare function on<T extends KeplrCosmosEWalletEventType>(this: CosmosEWallet, eventType: T, handler: (payload: KeplrCosmosEWalletEventTypeMap[T]) => void): Promise<void>;