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