UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
6 lines (5 loc) 407 B
import type { KeplrSignOptions } from "@keplr-wallet/types"; import type { OfflineDirectSigner } from "@cosmjs/proto-signing"; import type { OfflineAminoSigner } from "@cosmjs/amino"; import { type CosmosEWallet } from "../cosmos_ewallet"; export declare function getOfflineSignerAuto(this: CosmosEWallet, chainId: string, signOptions?: KeplrSignOptions): Promise<OfflineDirectSigner | OfflineAminoSigner>;