@keplr-ewallet/ewallet-sdk-cosmos
Version:
5 lines (4 loc) • 369 B
TypeScript
import { type AminoSignResponse, type StdSignDoc } from "@cosmjs/amino";
import type { KeplrSignOptions } from "@keplr-wallet/types";
import type { CosmosEWalletInterface } from "../types";
export declare function signAmino(this: CosmosEWalletInterface, chainId: string, signer: string, signDoc: StdSignDoc, signOptions?: KeplrSignOptions): Promise<AminoSignResponse>;