UNPKG

@oko-wallet/oko-sdk-cosmos

Version:
4 lines (3 loc) 248 B
import type { Key, SettledResponses } from "@keplr-wallet/types"; import type { OkoCosmosWalletInterface } from "../types"; export declare function getKeysSettled(this: OkoCosmosWalletInterface, chainIds: string[]): Promise<SettledResponses<Key>>;