UNPKG
@oko-wallet/oko-sdk-cosmos
Version:
latest (0.0.6-rc.136)
0.0.6-rc.136
0.0.6-rc.135
0.0.6-rc.134
0.0.6-rc.133
0.0.6-rc.132
0.0.6-rc.131
0.0.6-rc.130
0.0.6-rc.129
0.0.6-rc.128
0.0.6-rc.127
0.0.6-rc.126
chainapsis/oko
@oko-wallet/oko-sdk-cosmos
/
src
/
methods
/
on.ts
12 lines
(10 loc)
•
254 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
type {
OkoCosmosWalletInterface
,
OkoCosmosWalletEventHandler2
, }
from
"@oko-wallet-sdk-cosmos/types"
;
export
function
on
(
this
: OkoCosmosWalletInterface, handlerDef: OkoCosmosWalletEventHandler2,
) {
this
.
eventEmitter
.
on
(handlerDef); }