UNPKG

@oko-wallet/oko-sdk-cosmos

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