UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
5 lines (4 loc) 325 B
import type { KeplrSignOptions } from "@keplr-wallet/types"; import type { OfflineDirectSigner } from "@cosmjs/proto-signing"; import type { CosmosEWalletInterface } from "../types"; export declare function getOfflineSigner(this: CosmosEWalletInterface, chainId: string, signOptions?: KeplrSignOptions): OfflineDirectSigner;