import { StdFee } from "../../../types.js"; import { MsgUpdateParams } from "./tx.js"; import "../../../index.js"; import * as _interchainjs_cosmos0 from "@interchainjs/cosmos"; import * as _interchainjs_types0 from "@interchainjs/types"; //#region src/cosmos/consensus/v1/tx.rpc.func.d.ts /** * UpdateParams defines a governance operation for updating the x/consensus module parameters. * The authority is defined in the keeper. * @name updateParams * @package cosmos.consensus.v1 * @see proto service: cosmos.consensus.v1.UpdateParams */ declare const updateParams: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; //#endregion export { updateParams };