import { StdFee } from "../../../types.js"; import { MsgUpdateParams } from "./tx.js"; import * as _interchainjs_types0 from "@interchainjs/types"; import * as _interchainjs_cosmos0 from "@interchainjs/cosmos"; //#region src/cosmos/auth/v1beta1/tx.rpc.func.d.ts /** * UpdateParams defines a (governance) operation for updating the x/auth module * parameters. The authority defaults to the x/gov module account. * @name updateParams * @package cosmos.auth.v1beta1 * @see proto service: cosmos.auth.v1beta1.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 };