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
/
types
/
account.d.ts
8 lines
(7 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{ Address, CustomSource, Hex } from
"viem"
;
export
type
OkoViemAccount = CustomSource & { address: Address; publicKey: Hex;
source
:
"oko_wallet"
;
type
:
"local"
; };