UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

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