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