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_keys_settled.d.ts
4 lines
(3 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
import
type
{
Key
,
SettledResponses
}
from
"@keplr-wallet/types"
;
import
type
{
OkoCosmosWalletInterface
}
from
"../types"
;
export
declare
function
getKeysSettled
(
this
:
OkoCosmosWalletInterface
,
chainIds
:
string
[]
):
Promise
<
SettledResponses
<
Key
>>;