UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

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