import { StdFee } from "../../../types.js"; import { MsgFundRewardPool, MsgUpdateParams } from "./tx.js"; import "../../../index.js"; import * as _interchainjs_cosmos0 from "@interchainjs/cosmos"; import * as _interchainjs_types0 from "@interchainjs/types"; //#region src/xpla/reward/v1beta1/tx.rpc.func.d.ts /** * MsgFundRewardPool defines a method to allow an account to directly * fund the reward pool. * @name fundRewardPool * @package xpla.reward.v1beta1 * @see proto service: xpla.reward.v1beta1.FundRewardPool */ declare const fundRewardPool: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgFundRewardPool | MsgFundRewardPool[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; /** * UpdateParams defined a governance operation for updating the x/reward * module parameters. The authority is hard-coded to the Cosmos SDK x/gov * module account * @name updateParams * @package xpla.reward.v1beta1 * @see proto service: xpla.reward.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 { fundRewardPool, updateParams };