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