UNPKG

@oko-wallet/oko-sdk-cosmos

Version:
12 lines (10 loc) 254 B
import type { OkoCosmosWalletInterface, OkoCosmosWalletEventHandler2, } from "@oko-wallet-sdk-cosmos/types"; export function on( this: OkoCosmosWalletInterface, handlerDef: OkoCosmosWalletEventHandler2, ) { this.eventEmitter.on(handlerDef); }