UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
4 lines (3 loc) 188 B
import type { Key } from "@keplr-wallet/types"; import { type CosmosEWallet } from "../cosmos_ewallet"; export declare function getKey(this: CosmosEWallet, chainId: string): Promise<Key>;