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
/
dist
/
methods
/
on.d.ts
3 lines
(2 loc)
•
196 B
TypeScript
View Raw
1
2
3
import
type {
OkoCosmosWalletInterface
,
OkoCosmosWalletEventHandler2
}
from
"../types"
;
export
declare
function
on
(
this
: OkoCosmosWalletInterface, handlerDef: OkoCosmosWalletEventHandler2
):
void
;