UNPKG

@cyberk/hyperion-sdk

Version:

Hyperion SDK from Cyberk

7 lines (6 loc) 428 B
import type { QueryOptions } from "@tanstack/query-core"; import { CosmWasmClient } from "@cosmjs/cosmwasm-stargate"; export declare function getCosmWasmClientQueryOptions(options: { rpc: string; }): QueryOptions<CosmWasmClient | undefined, Error, CosmWasmClient | undefined, ReturnType<typeof getCosmWasmClientQueryKey>>; export declare function getCosmWasmClientQueryKey(rpc: string): readonly ["cosmwasmClient", string];