@cyberk/hyperion-sdk
Version:
Hyperion SDK from Cyberk
10 lines • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCosmWasmClient = void 0;
const cosmwasm_stargate_1 = require("@cosmjs/cosmwasm-stargate");
const getCosmWasmClient = async (rpc) => {
const client = await cosmwasm_stargate_1.CosmWasmClient.connect(rpc);
return client;
};
exports.getCosmWasmClient = getCosmWasmClient;
//# sourceMappingURL=getCosmWasmClient.js.map