UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
3 lines (2 loc) 207 B
import type { CosmosEWalletInterface, KeplrEWalletCosmosEventHandler2 } from "../types"; export declare function on(this: CosmosEWalletInterface, handlerDef: KeplrEWalletCosmosEventHandler2): Promise<void>;