UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
4 lines (3 loc) 206 B
import type { ChainInfo } from "@keplr-wallet/types"; import type { CosmosEWalletInterface } from "../types"; export declare function getCosmosChainInfo(this: CosmosEWalletInterface): Promise<ChainInfo[]>;