UNPKG

@oko-wallet/oko-sdk-cosmos

Version:
6 lines (5 loc) 420 B
import type { KeplrSignOptions } from "@keplr-wallet/types"; import type { OfflineDirectSigner } from "@cosmjs/proto-signing"; import type { OfflineAminoSigner } from "@cosmjs/amino"; import type { OkoCosmosWalletInterface } from "../types"; export declare function getOfflineSignerAuto(this: OkoCosmosWalletInterface, chainId: string, signOptions?: KeplrSignOptions): Promise<OfflineDirectSigner | OfflineAminoSigner>;