@cyberk/hyperion-sdk
Version:
Hyperion SDK from Cyberk
9 lines • 384 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.queryContractSmart = void 0;
const queryContractSmart = async (client, contractAddress, queryMsg) => {
const result = await client.queryContractSmart(contractAddress, queryMsg);
return result;
};
exports.queryContractSmart = queryContractSmart;
//# sourceMappingURL=queryContractSmart.js.map