UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

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