UNPKG

interchainjs

Version:

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

15 lines (14 loc) 455 B
import { buildTx } from "../../../helper-func-types"; import { MsgUpdateParams } from "./tx"; /** * UpdateParams defines a (governance) operation for updating the x/auth module * parameters. The authority defaults to the x/gov module account. * * Since: cosmos-sdk 0.47 * @name updateParams * @package cosmos.auth.v1beta1 * @see proto service: cosmos.auth.v1beta1.UpdateParams */ export const updateParams = buildTx({ msg: MsgUpdateParams });