@keplr-ewallet/ewallet-sdk-cosmos
Version:
6 lines (5 loc) • 392 B
TypeScript
import type { KeplrSignOptions } from "@keplr-wallet/types";
import { type DirectSignResponse } from "@cosmjs/proto-signing";
import { type CosmosEWallet } from "../cosmos_ewallet";
import type { SignDoc } from "../types";
export declare function signDirect(this: CosmosEWallet, chainId: string, signer: string, signDoc: SignDoc, signOptions?: KeplrSignOptions): Promise<DirectSignResponse>;