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