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/mint/v1beta1/tx.rpc.func.d.ts /** * UpdateParams defines a governance operation for updating the x/mint module * parameters. The authority is defaults to the x/gov module account. * @name updateParams * @package cosmos.mint.v1beta1 * @see proto service: cosmos.mint.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 };