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/ethermint/feemarket/v1/tx.rpc.func.d.ts /** * UpdateParams defined a governance operation for updating the x/feemarket module parameters. * The authority is hard-coded to the Cosmos SDK x/gov module account * @name updateParams * @package ethermint.feemarket.v1 * @see proto service: ethermint.feemarket.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 };