UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

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