UNPKG

@cyberk/hyperion-sdk

Version:

Hyperion SDK from Cyberk

6 lines 231 B
import { CosmWasmClient } from "@cosmjs/cosmwasm-stargate"; export const getCosmWasmClient = async (rpc) => { const client = await CosmWasmClient.connect(rpc); return client; }; //# sourceMappingURL=getCosmWasmClient.js.map