import { TelescopeGeneratedType } from "../../../types.js"; import { MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool, MsgFundCommunityPool, MsgSetWithdrawAddress, MsgUpdateParams, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission } from "./tx.js"; //#region src/cosmos/distribution/v1beta1/tx.registry.d.ts declare const registry: ReadonlyArray<[string, TelescopeGeneratedType]>; declare const MessageComposer: { encoded: { setWithdrawAddress(value: MsgSetWithdrawAddress): { typeUrl: string; value: Uint8Array; }; withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): { typeUrl: string; value: Uint8Array; }; withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): { typeUrl: string; value: Uint8Array; }; fundCommunityPool(value: MsgFundCommunityPool): { typeUrl: string; value: Uint8Array; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: Uint8Array; }; communityPoolSpend(value: MsgCommunityPoolSpend): { typeUrl: string; value: Uint8Array; }; depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { setWithdrawAddress(value: MsgSetWithdrawAddress): { typeUrl: string; value: MsgSetWithdrawAddress; }; withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): { typeUrl: string; value: MsgWithdrawDelegatorReward; }; withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): { typeUrl: string; value: MsgWithdrawValidatorCommission; }; fundCommunityPool(value: MsgFundCommunityPool): { typeUrl: string; value: MsgFundCommunityPool; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: MsgUpdateParams; }; communityPoolSpend(value: MsgCommunityPoolSpend): { typeUrl: string; value: MsgCommunityPoolSpend; }; depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): { typeUrl: string; value: MsgDepositValidatorRewardsPool; }; }; fromPartial: { setWithdrawAddress(value: MsgSetWithdrawAddress): { typeUrl: string; value: MsgSetWithdrawAddress; }; withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): { typeUrl: string; value: MsgWithdrawDelegatorReward; }; withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): { typeUrl: string; value: MsgWithdrawValidatorCommission; }; fundCommunityPool(value: MsgFundCommunityPool): { typeUrl: string; value: MsgFundCommunityPool; }; updateParams(value: MsgUpdateParams): { typeUrl: string; value: MsgUpdateParams; }; communityPoolSpend(value: MsgCommunityPoolSpend): { typeUrl: string; value: MsgCommunityPoolSpend; }; depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): { typeUrl: string; value: MsgDepositValidatorRewardsPool; }; }; }; //#endregion export { MessageComposer, registry };