import { StdFee } from "../../../types.js"; import { MsgUnjail, MsgUpdateParams } from "./tx.js"; import "../../../index.js"; import * as _interchainjs_cosmos0 from "@interchainjs/cosmos"; import * as _interchainjs_types0 from "@interchainjs/types"; //#region src/cosmos/slashing/v1beta1/tx.rpc.func.d.ts /** * Unjail defines a method for unjailing a jailed validator, thus returning * them into the bonded validator set, so they can begin receiving provisions * and rewards again. * @name unjail * @package cosmos.slashing.v1beta1 * @see proto service: cosmos.slashing.v1beta1.Unjail */ declare const unjail: (client: _interchainjs_cosmos0.ISigningClient, signerAddress: string, message: MsgUnjail | MsgUnjail[], fee: StdFee | "auto", memo: string) => Promise<_interchainjs_types0.DeliverTxResponse>; /** * UpdateParams defines a governance operation for updating the x/slashing module * parameters. The authority defaults to the x/gov module account. * @name updateParams * @package cosmos.slashing.v1beta1 * @see proto service: cosmos.slashing.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 { unjail, updateParams };