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
/
get_public_key.d.ts
4 lines
(3 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
import
{
type
Hex
}
from
"viem"
;
import
type
{
OkoEthWalletInterface
}
from
"../types"
;
export
declare
function
getPublicKey
(
this
:
OkoEthWalletInterface
):
Promise
<
Hex
>;