UNPKG

@cyberk/hyperion-sdk

Version:

Hyperion SDK from Cyberk

3 lines (2 loc) 142 B
import { CosmWasmClient } from "@cosmjs/cosmwasm-stargate"; export declare const getCosmWasmClient: (rpc: string) => Promise<CosmWasmClient>;