UNPKG

interchainjs

Version:

InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.

24 lines (23 loc) 893 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.moduleQuerySafe = exports.updateParams = void 0; const helper_func_types_1 = require("../../../../../helper-func-types"); const tx_1 = require("./tx"); /** * UpdateParams defines a rpc handler for MsgUpdateParams. * @name updateParams * @package ibc.applications.interchain_accounts.host.v1 * @see proto service: ibc.applications.interchain_accounts.host.v1.UpdateParams */ exports.updateParams = (0, helper_func_types_1.buildTx)({ msg: tx_1.MsgUpdateParams }); /** * ModuleQuerySafe defines a rpc handler for MsgModuleQuerySafe. * @name moduleQuerySafe * @package ibc.applications.interchain_accounts.host.v1 * @see proto service: ibc.applications.interchain_accounts.host.v1.ModuleQuerySafe */ exports.moduleQuerySafe = (0, helper_func_types_1.buildTx)({ msg: tx_1.MsgModuleQuerySafe });