UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
12 lines (10 loc) 265 B
import type { CosmosEWalletInterface, KeplrEWalletCosmosEventHandler2, } from "@keplr-ewallet-sdk-cosmos/types"; export async function on( this: CosmosEWalletInterface, handlerDef: KeplrEWalletCosmosEventHandler2, ) { this.eventEmitter.on(handlerDef); }