@oko-wallet/oko-sdk-cosmos
Version:
5 lines (4 loc) • 329 B
TypeScript
import type { KeplrSignOptions } from "@keplr-wallet/types";
import type { OfflineDirectSigner } from "@cosmjs/proto-signing";
import type { OkoCosmosWalletInterface } from "../types";
export declare function getOfflineSigner(this: OkoCosmosWalletInterface, chainId: string, signOptions?: KeplrSignOptions): OfflineDirectSigner;