UNPKG
@oko-wallet/oko-sdk-eth
Version:
latest (0.0.6-rc.126)
0.0.6-rc.126
0.0.6-rc.125
0.0.6-rc.124
0.0.6-rc.123
0.0.6-rc.122
0.0.6-rc.121
0.0.6-rc.120
0.0.6-rc.119
0.0.6-rc.118
0.0.6-rc.117
chainapsis/oko
@oko-wallet/oko-sdk-eth
/
dist
/
methods
/
to_viem_account.d.ts
3 lines
(2 loc)
•
164 B
TypeScript
View Raw
1
2
3
import
type {
OkoEthWalletInterface
,
OkoViemAccount
}
from
"../types"
;
export
declare
function
toViemAccount
(
this
: OkoEthWalletInterface
):
Promise
<
OkoViemAccount
>;