v1beta1 : { LCDQueryClient : any ; MsgClientImpl : any ; QueryClientImpl : any ; AminoConverter : { /cosmos.distribution.v1beta1.MsgFundCommunityPool : { aminoType : string ; fromAmino : ( ( object : MsgFundCommunityPoolAmino ) => MsgFundCommunityPool ) ; toAmino : ( ( message : MsgFundCommunityPool ) => MsgFundCommunityPoolAmino ) ; } ; /cosmos.distribution.v1beta1.MsgSetWithdrawAddress : { aminoType : string ; fromAmino : ( ( object : MsgSetWithdrawAddressAmino ) => MsgSetWithdrawAddress ) ; toAmino : ( ( message : MsgSetWithdrawAddress ) => MsgSetWithdrawAddressAmino ) ; } ; /cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward : { aminoType : string ; fromAmino : ( ( object : MsgWithdrawDelegatorRewardAmino ) => MsgWithdrawDelegatorReward ) ; toAmino : ( ( message : MsgWithdrawDelegatorReward ) => MsgWithdrawDelegatorRewardAmino ) ; } ; /cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission : { aminoType : string ; fromAmino : ( ( object : MsgWithdrawValidatorCommissionAmino ) => MsgWithdrawValidatorCommission ) ; toAmino : ( ( message : MsgWithdrawValidatorCommission ) => MsgWithdrawValidatorCommissionAmino ) ; } ; } ; CommunityPoolSpendProposal : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : CommunityPoolSpendProposal ; encode ( message : CommunityPoolSpendProposal ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CommunityPoolSpendProposalAmino ) : CommunityPoolSpendProposal ; fromAminoMsg ( object : CommunityPoolSpendProposalAminoMsg ) : CommunityPoolSpendProposal ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; description ?: string ; recipient ?: string ; title ?: string ; } ) : CommunityPoolSpendProposal ; fromProtoMsg ( message : CommunityPoolSpendProposalProtoMsg ) : CommunityPoolSpendProposal ; toAmino ( message : CommunityPoolSpendProposal ) : CommunityPoolSpendProposalAmino ; toAminoMsg ( message : CommunityPoolSpendProposal ) : CommunityPoolSpendProposalAminoMsg ; toProto ( message : CommunityPoolSpendProposal ) : Uint8Array ; toProtoMsg ( message : CommunityPoolSpendProposal ) : CommunityPoolSpendProposalProtoMsg ; } ; CommunityPoolSpendProposalWithDeposit : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : CommunityPoolSpendProposalWithDeposit ; encode ( message : CommunityPoolSpendProposalWithDeposit ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CommunityPoolSpendProposalWithDepositAmino ) : CommunityPoolSpendProposalWithDeposit ; fromAminoMsg ( object : CommunityPoolSpendProposalWithDepositAminoMsg ) : CommunityPoolSpendProposalWithDeposit ; fromPartial ( object : { amount ?: string ; deposit ?: string ; description ?: string ; recipient ?: string ; title ?: string ; } ) : CommunityPoolSpendProposalWithDeposit ; fromProtoMsg ( message : CommunityPoolSpendProposalWithDepositProtoMsg ) : CommunityPoolSpendProposalWithDeposit ; toAmino ( message : CommunityPoolSpendProposalWithDeposit ) : CommunityPoolSpendProposalWithDepositAmino ; toAminoMsg ( message : CommunityPoolSpendProposalWithDeposit ) : CommunityPoolSpendProposalWithDepositAminoMsg ; toProto ( message : CommunityPoolSpendProposalWithDeposit ) : Uint8Array ; toProtoMsg ( message : CommunityPoolSpendProposalWithDeposit ) : CommunityPoolSpendProposalWithDepositProtoMsg ; } ; DelegationDelegatorReward : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DelegationDelegatorReward ; encode ( message : DelegationDelegatorReward ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DelegationDelegatorRewardAmino ) : DelegationDelegatorReward ; fromAminoMsg ( object : DelegationDelegatorRewardAminoMsg ) : DelegationDelegatorReward ; fromPartial ( object : { reward ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } ) : DelegationDelegatorReward ; fromProtoMsg ( message : DelegationDelegatorRewardProtoMsg ) : DelegationDelegatorReward ; toAmino ( message : DelegationDelegatorReward ) : DelegationDelegatorRewardAmino ; toAminoMsg ( message : DelegationDelegatorReward ) : DelegationDelegatorRewardAminoMsg ; toProto ( message : DelegationDelegatorReward ) : Uint8Array ; toProtoMsg ( message : DelegationDelegatorReward ) : DelegationDelegatorRewardProtoMsg ; } ; DelegatorStartingInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DelegatorStartingInfo ; encode ( message : DelegatorStartingInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DelegatorStartingInfoAmino ) : DelegatorStartingInfo ; fromAminoMsg ( object : DelegatorStartingInfoAminoMsg ) : DelegatorStartingInfo ; fromPartial ( object : { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } ) : DelegatorStartingInfo ; fromProtoMsg ( message : DelegatorStartingInfoProtoMsg ) : DelegatorStartingInfo ; toAmino ( message : DelegatorStartingInfo ) : DelegatorStartingInfoAmino ; toAminoMsg ( message : DelegatorStartingInfo ) : DelegatorStartingInfoAminoMsg ; toProto ( message : DelegatorStartingInfo ) : Uint8Array ; toProtoMsg ( message : DelegatorStartingInfo ) : DelegatorStartingInfoProtoMsg ; } ; DelegatorStartingInfoRecord : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DelegatorStartingInfoRecord ; encode ( message : DelegatorStartingInfoRecord ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DelegatorStartingInfoRecordAmino ) : DelegatorStartingInfoRecord ; fromAminoMsg ( object : DelegatorStartingInfoRecordAminoMsg ) : DelegatorStartingInfoRecord ; fromPartial ( object : { delegatorAddress ?: string ; startingInfo ?: { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } ; validatorAddress ?: string ; } ) : DelegatorStartingInfoRecord ; fromProtoMsg ( message : DelegatorStartingInfoRecordProtoMsg ) : DelegatorStartingInfoRecord ; toAmino ( message : DelegatorStartingInfoRecord ) : DelegatorStartingInfoRecordAmino ; toAminoMsg ( message : DelegatorStartingInfoRecord ) : DelegatorStartingInfoRecordAminoMsg ; toProto ( message : DelegatorStartingInfoRecord ) : Uint8Array ; toProtoMsg ( message : DelegatorStartingInfoRecord ) : DelegatorStartingInfoRecordProtoMsg ; } ; DelegatorWithdrawInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DelegatorWithdrawInfo ; encode ( message : DelegatorWithdrawInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DelegatorWithdrawInfoAmino ) : DelegatorWithdrawInfo ; fromAminoMsg ( object : DelegatorWithdrawInfoAminoMsg ) : DelegatorWithdrawInfo ; fromPartial ( object : { delegatorAddress ?: string ; withdrawAddress ?: string ; } ) : DelegatorWithdrawInfo ; fromProtoMsg ( message : DelegatorWithdrawInfoProtoMsg ) : DelegatorWithdrawInfo ; toAmino ( message : DelegatorWithdrawInfo ) : DelegatorWithdrawInfoAmino ; toAminoMsg ( message : DelegatorWithdrawInfo ) : DelegatorWithdrawInfoAminoMsg ; toProto ( message : DelegatorWithdrawInfo ) : Uint8Array ; toProtoMsg ( message : DelegatorWithdrawInfo ) : DelegatorWithdrawInfoProtoMsg ; } ; FeePool : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : FeePool ; encode ( message : FeePool ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : FeePoolAmino ) : FeePool ; fromAminoMsg ( object : FeePoolAminoMsg ) : FeePool ; fromPartial ( object : { communityPool ?: { amount ?: string ; denom ?: string ; } [] ; } ) : FeePool ; fromProtoMsg ( message : FeePoolProtoMsg ) : FeePool ; toAmino ( message : FeePool ) : FeePoolAmino ; toAminoMsg ( message : FeePool ) : FeePoolAminoMsg ; toProto ( message : FeePool ) : Uint8Array ; toProtoMsg ( message : FeePool ) : FeePoolProtoMsg ; } ; GenesisState : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : GenesisState ; encode ( message : GenesisState ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : GenesisStateAmino ) : GenesisState ; fromAminoMsg ( object : GenesisStateAminoMsg ) : GenesisState ; fromPartial ( object : { delegatorStartingInfos ?: { delegatorAddress ?: string ; startingInfo ?: { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } ; validatorAddress ?: string ; } [] ; delegatorWithdrawInfos ?: { delegatorAddress ?: string ; withdrawAddress ?: string ; } [] ; feePool ?: { communityPool ?: { amount ?: string ; denom ?: string ; } [] ; } ; outstandingRewards ?: { outstandingRewards ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } [] ; params ?: { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } ; previousProposer ?: string ; validatorAccumulatedCommissions ?: { accumulated ?: { commission ?: { amount ?: ...
; denom ?: ...
; } [] ; } ; validatorAddress ?: string ; } [] ; validatorCurrentRewards ?: { rewards ?: { period ?: bigint ; rewards ?: { amount ?: ...
; denom ?: ...
; } [] ; } ; validatorAddress ?: string ; } [] ; validatorHistoricalRewards ?: { period ?: bigint ; rewards ?: { cumulativeRewardRatio ?: { amount ?: ...
; denom ?: ...
; } [] ; referenceCount ?: number ; } ; validatorAddress ?: string ; } [] ; validatorSlashEvents ?: { height ?: bigint ; period ?: bigint ; validatorAddress ?: string ; validatorSlashEvent ?: { fraction ?: string ; validatorPeriod ?: bigint ; } ; } [] ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; MessageComposer : { encoded : { fundCommunityPool ( value : MsgFundCommunityPool ) : { typeUrl : string ; value : Uint8Array ; } ; setWithdrawAddress ( value : MsgSetWithdrawAddress ) : { typeUrl : string ; value : Uint8Array ; } ; withdrawDelegatorReward ( value : MsgWithdrawDelegatorReward ) : { typeUrl : string ; value : Uint8Array ; } ; withdrawValidatorCommission ( value : MsgWithdrawValidatorCommission ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { fundCommunityPool ( value : MsgFundCommunityPool ) : { typeUrl : string ; value : MsgFundCommunityPool ; } ; setWithdrawAddress ( value : MsgSetWithdrawAddress ) : { typeUrl : string ; value : MsgSetWithdrawAddress ; } ; withdrawDelegatorReward ( value : MsgWithdrawDelegatorReward ) : { typeUrl : string ; value : MsgWithdrawDelegatorReward ; } ; withdrawValidatorCommission ( value : MsgWithdrawValidatorCommission ) : { typeUrl : string ; value : MsgWithdrawValidatorCommission ; } ; } ; withTypeUrl : { fundCommunityPool ( value : MsgFundCommunityPool ) : { typeUrl : string ; value : MsgFundCommunityPool ; } ; setWithdrawAddress ( value : MsgSetWithdrawAddress ) : { typeUrl : string ; value : MsgSetWithdrawAddress ; } ; withdrawDelegatorReward ( value : MsgWithdrawDelegatorReward ) : { typeUrl : string ; value : MsgWithdrawDelegatorReward ; } ; withdrawValidatorCommission ( value : MsgWithdrawValidatorCommission ) : { typeUrl : string ; value : MsgWithdrawValidatorCommission ; } ; } ; } ; MsgFundCommunityPool : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgFundCommunityPool ; encode ( message : MsgFundCommunityPool ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgFundCommunityPoolAmino ) : MsgFundCommunityPool ; fromAminoMsg ( object : MsgFundCommunityPoolAminoMsg ) : MsgFundCommunityPool ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; } ) : MsgFundCommunityPool ; fromProtoMsg ( message : MsgFundCommunityPoolProtoMsg ) : MsgFundCommunityPool ; toAmino ( message : MsgFundCommunityPool ) : MsgFundCommunityPoolAmino ; toAminoMsg ( message : MsgFundCommunityPool ) : MsgFundCommunityPoolAminoMsg ; toProto ( message : MsgFundCommunityPool ) : Uint8Array ; toProtoMsg ( message : MsgFundCommunityPool ) : MsgFundCommunityPoolProtoMsg ; } ; MsgFundCommunityPoolResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgFundCommunityPoolResponse ; encode ( _ : MsgFundCommunityPoolResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgFundCommunityPoolResponseAmino ) : MsgFundCommunityPoolResponse ; fromAminoMsg ( object : MsgFundCommunityPoolResponseAminoMsg ) : MsgFundCommunityPoolResponse ; fromPartial ( _ : {} ) : MsgFundCommunityPoolResponse ; fromProtoMsg ( message : MsgFundCommunityPoolResponseProtoMsg ) : MsgFundCommunityPoolResponse ; toAmino ( _ : MsgFundCommunityPoolResponse ) : MsgFundCommunityPoolResponseAmino ; toAminoMsg ( message : MsgFundCommunityPoolResponse ) : MsgFundCommunityPoolResponseAminoMsg ; toProto ( message : MsgFundCommunityPoolResponse ) : Uint8Array ; toProtoMsg ( message : MsgFundCommunityPoolResponse ) : MsgFundCommunityPoolResponseProtoMsg ; } ; MsgSetWithdrawAddress : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgSetWithdrawAddress ; encode ( message : MsgSetWithdrawAddress ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgSetWithdrawAddressAmino ) : MsgSetWithdrawAddress ; fromAminoMsg ( object : MsgSetWithdrawAddressAminoMsg ) : MsgSetWithdrawAddress ; fromPartial ( object : { delegatorAddress ?: string ; withdrawAddress ?: string ; } ) : MsgSetWithdrawAddress ; fromProtoMsg ( message : MsgSetWithdrawAddressProtoMsg ) : MsgSetWithdrawAddress ; toAmino ( message : MsgSetWithdrawAddress ) : MsgSetWithdrawAddressAmino ; toAminoMsg ( message : MsgSetWithdrawAddress ) : MsgSetWithdrawAddressAminoMsg ; toProto ( message : MsgSetWithdrawAddress ) : Uint8Array ; toProtoMsg ( message : MsgSetWithdrawAddress ) : MsgSetWithdrawAddressProtoMsg ; } ; MsgSetWithdrawAddressResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgSetWithdrawAddressResponse ; encode ( _ : MsgSetWithdrawAddressResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgSetWithdrawAddressResponseAmino ) : MsgSetWithdrawAddressResponse ; fromAminoMsg ( object : MsgSetWithdrawAddressResponseAminoMsg ) : MsgSetWithdrawAddressResponse ; fromPartial ( _ : {} ) : MsgSetWithdrawAddressResponse ; fromProtoMsg ( message : MsgSetWithdrawAddressResponseProtoMsg ) : MsgSetWithdrawAddressResponse ; toAmino ( _ : MsgSetWithdrawAddressResponse ) : MsgSetWithdrawAddressResponseAmino ; toAminoMsg ( message : MsgSetWithdrawAddressResponse ) : MsgSetWithdrawAddressResponseAminoMsg ; toProto ( message : MsgSetWithdrawAddressResponse ) : Uint8Array ; toProtoMsg ( message : MsgSetWithdrawAddressResponse ) : MsgSetWithdrawAddressResponseProtoMsg ; } ; MsgWithdrawDelegatorReward : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgWithdrawDelegatorReward ; encode ( message : MsgWithdrawDelegatorReward ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgWithdrawDelegatorRewardAmino ) : MsgWithdrawDelegatorReward ; fromAminoMsg ( object : MsgWithdrawDelegatorRewardAminoMsg ) : MsgWithdrawDelegatorReward ; fromPartial ( object : { delegatorAddress ?: string ; validatorAddress ?: string ; } ) : MsgWithdrawDelegatorReward ; fromProtoMsg ( message : MsgWithdrawDelegatorRewardProtoMsg ) : MsgWithdrawDelegatorReward ; toAmino ( message : MsgWithdrawDelegatorReward ) : MsgWithdrawDelegatorRewardAmino ; toAminoMsg ( message : MsgWithdrawDelegatorReward ) : MsgWithdrawDelegatorRewardAminoMsg ; toProto ( message : MsgWithdrawDelegatorReward ) : Uint8Array ; toProtoMsg ( message : MsgWithdrawDelegatorReward ) : MsgWithdrawDelegatorRewardProtoMsg ; } ; MsgWithdrawDelegatorRewardResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgWithdrawDelegatorRewardResponse ; encode ( _ : MsgWithdrawDelegatorRewardResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgWithdrawDelegatorRewardResponseAmino ) : MsgWithdrawDelegatorRewardResponse ; fromAminoMsg ( object : MsgWithdrawDelegatorRewardResponseAminoMsg ) : MsgWithdrawDelegatorRewardResponse ; fromPartial ( _ : {} ) : MsgWithdrawDelegatorRewardResponse ; fromProtoMsg ( message : MsgWithdrawDelegatorRewardResponseProtoMsg ) : MsgWithdrawDelegatorRewardResponse ; toAmino ( _ : MsgWithdrawDelegatorRewardResponse ) : MsgWithdrawDelegatorRewardResponseAmino ; toAminoMsg ( message : MsgWithdrawDelegatorRewardResponse ) : MsgWithdrawDelegatorRewardResponseAminoMsg ; toProto ( message : MsgWithdrawDelegatorRewardResponse ) : Uint8Array ; toProtoMsg ( message : MsgWithdrawDelegatorRewardResponse ) : MsgWithdrawDelegatorRewardResponseProtoMsg ; } ; MsgWithdrawValidatorCommission : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgWithdrawValidatorCommission ; encode ( message : MsgWithdrawValidatorCommission ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgWithdrawValidatorCommissionAmino ) : MsgWithdrawValidatorCommission ; fromAminoMsg ( object : MsgWithdrawValidatorCommissionAminoMsg ) : MsgWithdrawValidatorCommission ; fromPartial ( object : { validatorAddress ?: string ; } ) : MsgWithdrawValidatorCommission ; fromProtoMsg ( message : MsgWithdrawValidatorCommissionProtoMsg ) : MsgWithdrawValidatorCommission ; toAmino ( message : MsgWithdrawValidatorCommission ) : MsgWithdrawValidatorCommissionAmino ; toAminoMsg ( message : MsgWithdrawValidatorCommission ) : MsgWithdrawValidatorCommissionAminoMsg ; toProto ( message : MsgWithdrawValidatorCommission ) : Uint8Array ; toProtoMsg ( message : MsgWithdrawValidatorCommission ) : MsgWithdrawValidatorCommissionProtoMsg ; } ; MsgWithdrawValidatorCommissionResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgWithdrawValidatorCommissionResponse ; encode ( _ : MsgWithdrawValidatorCommissionResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgWithdrawValidatorCommissionResponseAmino ) : MsgWithdrawValidatorCommissionResponse ; fromAminoMsg ( object : MsgWithdrawValidatorCommissionResponseAminoMsg ) : MsgWithdrawValidatorCommissionResponse ; fromPartial ( _ : {} ) : MsgWithdrawValidatorCommissionResponse ; fromProtoMsg ( message : MsgWithdrawValidatorCommissionResponseProtoMsg ) : MsgWithdrawValidatorCommissionResponse ; toAmino ( _ : MsgWithdrawValidatorCommissionResponse ) : MsgWithdrawValidatorCommissionResponseAmino ; toAminoMsg ( message : MsgWithdrawValidatorCommissionResponse ) : MsgWithdrawValidatorCommissionResponseAminoMsg ; toProto ( message : MsgWithdrawValidatorCommissionResponse ) : Uint8Array ; toProtoMsg ( message : MsgWithdrawValidatorCommissionResponse ) : MsgWithdrawValidatorCommissionResponseProtoMsg ; } ; Params : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Params ; encode ( message : Params ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ParamsAmino ) : Params ; fromAminoMsg ( object : ParamsAminoMsg ) : Params ; fromPartial ( object : { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toAminoMsg ( message : Params ) : ParamsAminoMsg ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } ; QueryCommunityPoolRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryCommunityPoolRequest ; encode ( _ : QueryCommunityPoolRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryCommunityPoolRequestAmino ) : QueryCommunityPoolRequest ; fromAminoMsg ( object : QueryCommunityPoolRequestAminoMsg ) : QueryCommunityPoolRequest ; fromPartial ( _ : {} ) : QueryCommunityPoolRequest ; fromProtoMsg ( message : QueryCommunityPoolRequestProtoMsg ) : QueryCommunityPoolRequest ; toAmino ( _ : QueryCommunityPoolRequest ) : QueryCommunityPoolRequestAmino ; toAminoMsg ( message : QueryCommunityPoolRequest ) : QueryCommunityPoolRequestAminoMsg ; toProto ( message : QueryCommunityPoolRequest ) : Uint8Array ; toProtoMsg ( message : QueryCommunityPoolRequest ) : QueryCommunityPoolRequestProtoMsg ; } ; QueryCommunityPoolResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryCommunityPoolResponse ; encode ( message : QueryCommunityPoolResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryCommunityPoolResponseAmino ) : QueryCommunityPoolResponse ; fromAminoMsg ( object : QueryCommunityPoolResponseAminoMsg ) : QueryCommunityPoolResponse ; fromPartial ( object : { pool ?: { amount ?: string ; denom ?: string ; } [] ; } ) : QueryCommunityPoolResponse ; fromProtoMsg ( message : QueryCommunityPoolResponseProtoMsg ) : QueryCommunityPoolResponse ; toAmino ( message : QueryCommunityPoolResponse ) : QueryCommunityPoolResponseAmino ; toAminoMsg ( message : QueryCommunityPoolResponse ) : QueryCommunityPoolResponseAminoMsg ; toProto ( message : QueryCommunityPoolResponse ) : Uint8Array ; toProtoMsg ( message : QueryCommunityPoolResponse ) : QueryCommunityPoolResponseProtoMsg ; } ; QueryDelegationRewardsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegationRewardsRequest ; encode ( message : QueryDelegationRewardsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegationRewardsRequestAmino ) : QueryDelegationRewardsRequest ; fromAminoMsg ( object : QueryDelegationRewardsRequestAminoMsg ) : QueryDelegationRewardsRequest ; fromPartial ( object : { delegatorAddress ?: string ; validatorAddress ?: string ; } ) : QueryDelegationRewardsRequest ; fromProtoMsg ( message : QueryDelegationRewardsRequestProtoMsg ) : QueryDelegationRewardsRequest ; toAmino ( message : QueryDelegationRewardsRequest ) : QueryDelegationRewardsRequestAmino ; toAminoMsg ( message : QueryDelegationRewardsRequest ) : QueryDelegationRewardsRequestAminoMsg ; toProto ( message : QueryDelegationRewardsRequest ) : Uint8Array ; toProtoMsg ( message : QueryDelegationRewardsRequest ) : QueryDelegationRewardsRequestProtoMsg ; } ; QueryDelegationRewardsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegationRewardsResponse ; encode ( message : QueryDelegationRewardsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegationRewardsResponseAmino ) : QueryDelegationRewardsResponse ; fromAminoMsg ( object : QueryDelegationRewardsResponseAminoMsg ) : QueryDelegationRewardsResponse ; fromPartial ( object : { rewards ?: { amount ?: string ; denom ?: string ; } [] ; } ) : QueryDelegationRewardsResponse ; fromProtoMsg ( message : QueryDelegationRewardsResponseProtoMsg ) : QueryDelegationRewardsResponse ; toAmino ( message : QueryDelegationRewardsResponse ) : QueryDelegationRewardsResponseAmino ; toAminoMsg ( message : QueryDelegationRewardsResponse ) : QueryDelegationRewardsResponseAminoMsg ; toProto ( message : QueryDelegationRewardsResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegationRewardsResponse ) : QueryDelegationRewardsResponseProtoMsg ; } ; QueryDelegationTotalRewardsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegationTotalRewardsRequest ; encode ( message : QueryDelegationTotalRewardsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegationTotalRewardsRequestAmino ) : QueryDelegationTotalRewardsRequest ; fromAminoMsg ( object : QueryDelegationTotalRewardsRequestAminoMsg ) : QueryDelegationTotalRewardsRequest ; fromPartial ( object : { delegatorAddress ?: string ; } ) : QueryDelegationTotalRewardsRequest ; fromProtoMsg ( message : QueryDelegationTotalRewardsRequestProtoMsg ) : QueryDelegationTotalRewardsRequest ; toAmino ( message : QueryDelegationTotalRewardsRequest ) : QueryDelegationTotalRewardsRequestAmino ; toAminoMsg ( message : QueryDelegationTotalRewardsRequest ) : QueryDelegationTotalRewardsRequestAminoMsg ; toProto ( message : QueryDelegationTotalRewardsRequest ) : Uint8Array ; toProtoMsg ( message : QueryDelegationTotalRewardsRequest ) : QueryDelegationTotalRewardsRequestProtoMsg ; } ; QueryDelegationTotalRewardsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegationTotalRewardsResponse ; encode ( message : QueryDelegationTotalRewardsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegationTotalRewardsResponseAmino ) : QueryDelegationTotalRewardsResponse ; fromAminoMsg ( object : QueryDelegationTotalRewardsResponseAminoMsg ) : QueryDelegationTotalRewardsResponse ; fromPartial ( object : { rewards ?: { reward ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } [] ; total ?: { amount ?: string ; denom ?: string ; } [] ; } ) : QueryDelegationTotalRewardsResponse ; fromProtoMsg ( message : QueryDelegationTotalRewardsResponseProtoMsg ) : QueryDelegationTotalRewardsResponse ; toAmino ( message : QueryDelegationTotalRewardsResponse ) : QueryDelegationTotalRewardsResponseAmino ; toAminoMsg ( message : QueryDelegationTotalRewardsResponse ) : QueryDelegationTotalRewardsResponseAminoMsg ; toProto ( message : QueryDelegationTotalRewardsResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegationTotalRewardsResponse ) : QueryDelegationTotalRewardsResponseProtoMsg ; } ; QueryDelegatorValidatorsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorValidatorsRequest ; encode ( message : QueryDelegatorValidatorsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorValidatorsRequestAmino ) : QueryDelegatorValidatorsRequest ; fromAminoMsg ( object : QueryDelegatorValidatorsRequestAminoMsg ) : QueryDelegatorValidatorsRequest ; fromPartial ( object : { delegatorAddress ?: string ; } ) : QueryDelegatorValidatorsRequest ; fromProtoMsg ( message : QueryDelegatorValidatorsRequestProtoMsg ) : QueryDelegatorValidatorsRequest ; toAmino ( message : QueryDelegatorValidatorsRequest ) : QueryDelegatorValidatorsRequestAmino ; toAminoMsg ( message : QueryDelegatorValidatorsRequest ) : QueryDelegatorValidatorsRequestAminoMsg ; toProto ( message : QueryDelegatorValidatorsRequest ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorValidatorsRequest ) : QueryDelegatorValidatorsRequestProtoMsg ; } ; QueryDelegatorValidatorsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorValidatorsResponse ; encode ( message : QueryDelegatorValidatorsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorValidatorsResponseAmino ) : QueryDelegatorValidatorsResponse ; fromAminoMsg ( object : QueryDelegatorValidatorsResponseAminoMsg ) : QueryDelegatorValidatorsResponse ; fromPartial ( object : { validators ?: string [] ; } ) : QueryDelegatorValidatorsResponse ; fromProtoMsg ( message : QueryDelegatorValidatorsResponseProtoMsg ) : QueryDelegatorValidatorsResponse ; toAmino ( message : QueryDelegatorValidatorsResponse ) : QueryDelegatorValidatorsResponseAmino ; toAminoMsg ( message : QueryDelegatorValidatorsResponse ) : QueryDelegatorValidatorsResponseAminoMsg ; toProto ( message : QueryDelegatorValidatorsResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorValidatorsResponse ) : QueryDelegatorValidatorsResponseProtoMsg ; } ; QueryDelegatorWithdrawAddressRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorWithdrawAddressRequest ; encode ( message : QueryDelegatorWithdrawAddressRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorWithdrawAddressRequestAmino ) : QueryDelegatorWithdrawAddressRequest ; fromAminoMsg ( object : QueryDelegatorWithdrawAddressRequestAminoMsg ) : QueryDelegatorWithdrawAddressRequest ; fromPartial ( object : { delegatorAddress ?: string ; } ) : QueryDelegatorWithdrawAddressRequest ; fromProtoMsg ( message : QueryDelegatorWithdrawAddressRequestProtoMsg ) : QueryDelegatorWithdrawAddressRequest ; toAmino ( message : QueryDelegatorWithdrawAddressRequest ) : QueryDelegatorWithdrawAddressRequestAmino ; toAminoMsg ( message : QueryDelegatorWithdrawAddressRequest ) : QueryDelegatorWithdrawAddressRequestAminoMsg ; toProto ( message : QueryDelegatorWithdrawAddressRequest ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorWithdrawAddressRequest ) : QueryDelegatorWithdrawAddressRequestProtoMsg ; } ; QueryDelegatorWithdrawAddressResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorWithdrawAddressResponse ; encode ( message : QueryDelegatorWithdrawAddressResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorWithdrawAddressResponseAmino ) : QueryDelegatorWithdrawAddressResponse ; fromAminoMsg ( object : QueryDelegatorWithdrawAddressResponseAminoMsg ) : QueryDelegatorWithdrawAddressResponse ; fromPartial ( object : { withdrawAddress ?: string ; } ) : QueryDelegatorWithdrawAddressResponse ; fromProtoMsg ( message : QueryDelegatorWithdrawAddressResponseProtoMsg ) : QueryDelegatorWithdrawAddressResponse ; toAmino ( message : QueryDelegatorWithdrawAddressResponse ) : QueryDelegatorWithdrawAddressResponseAmino ; toAminoMsg ( message : QueryDelegatorWithdrawAddressResponse ) : QueryDelegatorWithdrawAddressResponseAminoMsg ; toProto ( message : QueryDelegatorWithdrawAddressResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorWithdrawAddressResponse ) : QueryDelegatorWithdrawAddressResponseProtoMsg ; } ; QueryParamsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryParamsRequest ; encode ( _ : QueryParamsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryParamsRequestAmino ) : QueryParamsRequest ; fromAminoMsg ( object : QueryParamsRequestAminoMsg ) : QueryParamsRequest ; fromPartial ( _ : {} ) : QueryParamsRequest ; fromProtoMsg ( message : QueryParamsRequestProtoMsg ) : QueryParamsRequest ; toAmino ( _ : QueryParamsRequest ) : QueryParamsRequestAmino ; toAminoMsg ( message : QueryParamsRequest ) : QueryParamsRequestAminoMsg ; toProto ( message : QueryParamsRequest ) : Uint8Array ; toProtoMsg ( message : QueryParamsRequest ) : QueryParamsRequestProtoMsg ; } ; QueryParamsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryParamsResponse ; encode ( message : QueryParamsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryParamsResponseAmino ) : QueryParamsResponse ; fromAminoMsg ( object : QueryParamsResponseAminoMsg ) : QueryParamsResponse ; fromPartial ( object : { params ?: { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } ; } ) : QueryParamsResponse ; fromProtoMsg ( message : QueryParamsResponseProtoMsg ) : QueryParamsResponse ; toAmino ( message : QueryParamsResponse ) : QueryParamsResponseAmino ; toAminoMsg ( message : QueryParamsResponse ) : QueryParamsResponseAminoMsg ; toProto ( message : QueryParamsResponse ) : Uint8Array ; toProtoMsg ( message : QueryParamsResponse ) : QueryParamsResponseProtoMsg ; } ; QueryValidatorCommissionRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorCommissionRequest ; encode ( message : QueryValidatorCommissionRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorCommissionRequestAmino ) : QueryValidatorCommissionRequest ; fromAminoMsg ( object : QueryValidatorCommissionRequestAminoMsg ) : QueryValidatorCommissionRequest ; fromPartial ( object : { validatorAddress ?: string ; } ) : QueryValidatorCommissionRequest ; fromProtoMsg ( message : QueryValidatorCommissionRequestProtoMsg ) : QueryValidatorCommissionRequest ; toAmino ( message : QueryValidatorCommissionRequest ) : QueryValidatorCommissionRequestAmino ; toAminoMsg ( message : QueryValidatorCommissionRequest ) : QueryValidatorCommissionRequestAminoMsg ; toProto ( message : QueryValidatorCommissionRequest ) : Uint8Array ; toProtoMsg ( message : QueryValidatorCommissionRequest ) : QueryValidatorCommissionRequestProtoMsg ; } ; QueryValidatorCommissionResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorCommissionResponse ; encode ( message : QueryValidatorCommissionResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorCommissionResponseAmino ) : QueryValidatorCommissionResponse ; fromAminoMsg ( object : QueryValidatorCommissionResponseAminoMsg ) : QueryValidatorCommissionResponse ; fromPartial ( object : { commission ?: { commission ?: { amount ?: string ; denom ?: string ; } [] ; } ; } ) : QueryValidatorCommissionResponse ; fromProtoMsg ( message : QueryValidatorCommissionResponseProtoMsg ) : QueryValidatorCommissionResponse ; toAmino ( message : QueryValidatorCommissionResponse ) : QueryValidatorCommissionResponseAmino ; toAminoMsg ( message : QueryValidatorCommissionResponse ) : QueryValidatorCommissionResponseAminoMsg ; toProto ( message : QueryValidatorCommissionResponse ) : Uint8Array ; toProtoMsg ( message : QueryValidatorCommissionResponse ) : QueryValidatorCommissionResponseProtoMsg ; } ; QueryValidatorOutstandingRewardsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorOutstandingRewardsRequest ; encode ( message : QueryValidatorOutstandingRewardsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorOutstandingRewardsRequestAmino ) : QueryValidatorOutstandingRewardsRequest ; fromAminoMsg ( object : QueryValidatorOutstandingRewardsRequestAminoMsg ) : QueryValidatorOutstandingRewardsRequest ; fromPartial ( object : { validatorAddress ?: string ; } ) : QueryValidatorOutstandingRewardsRequest ; fromProtoMsg ( message : QueryValidatorOutstandingRewardsRequestProtoMsg ) : QueryValidatorOutstandingRewardsRequest ; toAmino ( message : QueryValidatorOutstandingRewardsRequest ) : QueryValidatorOutstandingRewardsRequestAmino ; toAminoMsg ( message : QueryValidatorOutstandingRewardsRequest ) : QueryValidatorOutstandingRewardsRequestAminoMsg ; toProto ( message : QueryValidatorOutstandingRewardsRequest ) : Uint8Array ; toProtoMsg ( message : QueryValidatorOutstandingRewardsRequest ) : QueryValidatorOutstandingRewardsRequestProtoMsg ; } ; QueryValidatorOutstandingRewardsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorOutstandingRewardsResponse ; encode ( message : QueryValidatorOutstandingRewardsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorOutstandingRewardsResponseAmino ) : QueryValidatorOutstandingRewardsResponse ; fromAminoMsg ( object : QueryValidatorOutstandingRewardsResponseAminoMsg ) : QueryValidatorOutstandingRewardsResponse ; fromPartial ( object : { rewards ?: { rewards ?: { amount ?: string ; denom ?: string ; } [] ; } ; } ) : QueryValidatorOutstandingRewardsResponse ; fromProtoMsg ( message : QueryValidatorOutstandingRewardsResponseProtoMsg ) : QueryValidatorOutstandingRewardsResponse ; toAmino ( message : QueryValidatorOutstandingRewardsResponse ) : QueryValidatorOutstandingRewardsResponseAmino ; toAminoMsg ( message : QueryValidatorOutstandingRewardsResponse ) : QueryValidatorOutstandingRewardsResponseAminoMsg ; toProto ( message : QueryValidatorOutstandingRewardsResponse ) : Uint8Array ; toProtoMsg ( message : QueryValidatorOutstandingRewardsResponse ) : QueryValidatorOutstandingRewardsResponseProtoMsg ; } ; QueryValidatorSlashesRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorSlashesRequest ; encode ( message : QueryValidatorSlashesRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorSlashesRequestAmino ) : QueryValidatorSlashesRequest ; fromAminoMsg ( object : QueryValidatorSlashesRequestAminoMsg ) : QueryValidatorSlashesRequest ; fromPartial ( object : { endingHeight ?: bigint ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; startingHeight ?: bigint ; validatorAddress ?: string ; } ) : QueryValidatorSlashesRequest ; fromProtoMsg ( message : QueryValidatorSlashesRequestProtoMsg ) : QueryValidatorSlashesRequest ; toAmino ( message : QueryValidatorSlashesRequest ) : QueryValidatorSlashesRequestAmino ; toAminoMsg ( message : QueryValidatorSlashesRequest ) : QueryValidatorSlashesRequestAminoMsg ; toProto ( message : QueryValidatorSlashesRequest ) : Uint8Array ; toProtoMsg ( message : QueryValidatorSlashesRequest ) : QueryValidatorSlashesRequestProtoMsg ; } ; QueryValidatorSlashesResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorSlashesResponse ; encode ( message : QueryValidatorSlashesResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorSlashesResponseAmino ) : QueryValidatorSlashesResponse ; fromAminoMsg ( object : QueryValidatorSlashesResponseAminoMsg ) : QueryValidatorSlashesResponse ; fromPartial ( object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; slashes ?: { fraction ?: string ; validatorPeriod ?: bigint ; } [] ; } ) : QueryValidatorSlashesResponse ; fromProtoMsg ( message : QueryValidatorSlashesResponseProtoMsg ) : QueryValidatorSlashesResponse ; toAmino ( message : QueryValidatorSlashesResponse ) : QueryValidatorSlashesResponseAmino ; toAminoMsg ( message : QueryValidatorSlashesResponse ) : QueryValidatorSlashesResponseAminoMsg ; toProto ( message : QueryValidatorSlashesResponse ) : Uint8Array ; toProtoMsg ( message : QueryValidatorSlashesResponse ) : QueryValidatorSlashesResponseProtoMsg ; } ; ValidatorAccumulatedCommission : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorAccumulatedCommission ; encode ( message : ValidatorAccumulatedCommission ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorAccumulatedCommissionAmino ) : ValidatorAccumulatedCommission ; fromAminoMsg ( object : ValidatorAccumulatedCommissionAminoMsg ) : ValidatorAccumulatedCommission ; fromPartial ( object : { commission ?: { amount ?: string ; denom ?: string ; } [] ; } ) : ValidatorAccumulatedCommission ; fromProtoMsg ( message : ValidatorAccumulatedCommissionProtoMsg ) : ValidatorAccumulatedCommission ; toAmino ( message : ValidatorAccumulatedCommission ) : ValidatorAccumulatedCommissionAmino ; toAminoMsg ( message : ValidatorAccumulatedCommission ) : ValidatorAccumulatedCommissionAminoMsg ; toProto ( message : ValidatorAccumulatedCommission ) : Uint8Array ; toProtoMsg ( message : ValidatorAccumulatedCommission ) : ValidatorAccumulatedCommissionProtoMsg ; } ; ValidatorAccumulatedCommissionRecord : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorAccumulatedCommissionRecord ; encode ( message : ValidatorAccumulatedCommissionRecord ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorAccumulatedCommissionRecordAmino ) : ValidatorAccumulatedCommissionRecord ; fromAminoMsg ( object : ValidatorAccumulatedCommissionRecordAminoMsg ) : ValidatorAccumulatedCommissionRecord ; fromPartial ( object : { accumulated ?: { commission ?: { amount ?: string ; denom ?: string ; } [] ; } ; validatorAddress ?: string ; } ) : ValidatorAccumulatedCommissionRecord ; fromProtoMsg ( message : ValidatorAccumulatedCommissionRecordProtoMsg ) : ValidatorAccumulatedCommissionRecord ; toAmino ( message : ValidatorAccumulatedCommissionRecord ) : ValidatorAccumulatedCommissionRecordAmino ; toAminoMsg ( message : ValidatorAccumulatedCommissionRecord ) : ValidatorAccumulatedCommissionRecordAminoMsg ; toProto ( message : ValidatorAccumulatedCommissionRecord ) : Uint8Array ; toProtoMsg ( message : ValidatorAccumulatedCommissionRecord ) : ValidatorAccumulatedCommissionRecordProtoMsg ; } ; ValidatorCurrentRewards : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorCurrentRewards ; encode ( message : ValidatorCurrentRewards ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorCurrentRewardsAmino ) : ValidatorCurrentRewards ; fromAminoMsg ( object : ValidatorCurrentRewardsAminoMsg ) : ValidatorCurrentRewards ; fromPartial ( object : { period ?: bigint ; rewards ?: { amount ?: string ; denom ?: string ; } [] ; } ) : ValidatorCurrentRewards ; fromProtoMsg ( message : ValidatorCurrentRewardsProtoMsg ) : ValidatorCurrentRewards ; toAmino ( message : ValidatorCurrentRewards ) : ValidatorCurrentRewardsAmino ; toAminoMsg ( message : ValidatorCurrentRewards ) : ValidatorCurrentRewardsAminoMsg ; toProto ( message : ValidatorCurrentRewards ) : Uint8Array ; toProtoMsg ( message : ValidatorCurrentRewards ) : ValidatorCurrentRewardsProtoMsg ; } ; ValidatorCurrentRewardsRecord : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorCurrentRewardsRecord ; encode ( message : ValidatorCurrentRewardsRecord ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorCurrentRewardsRecordAmino ) : ValidatorCurrentRewardsRecord ; fromAminoMsg ( object : ValidatorCurrentRewardsRecordAminoMsg ) : ValidatorCurrentRewardsRecord ; fromPartial ( object : { rewards ?: { period ?: bigint ; rewards ?: { amount ?: string ; denom ?: string ; } [] ; } ; validatorAddress ?: string ; } ) : ValidatorCurrentRewardsRecord ; fromProtoMsg ( message : ValidatorCurrentRewardsRecordProtoMsg ) : ValidatorCurrentRewardsRecord ; toAmino ( message : ValidatorCurrentRewardsRecord ) : ValidatorCurrentRewardsRecordAmino ; toAminoMsg ( message : ValidatorCurrentRewardsRecord ) : ValidatorCurrentRewardsRecordAminoMsg ; toProto ( message : ValidatorCurrentRewardsRecord ) : Uint8Array ; toProtoMsg ( message : ValidatorCurrentRewardsRecord ) : ValidatorCurrentRewardsRecordProtoMsg ; } ; ValidatorHistoricalRewards : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorHistoricalRewards ; encode ( message : ValidatorHistoricalRewards ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorHistoricalRewardsAmino ) : ValidatorHistoricalRewards ; fromAminoMsg ( object : ValidatorHistoricalRewardsAminoMsg ) : ValidatorHistoricalRewards ; fromPartial ( object : { cumulativeRewardRatio ?: { amount ?: string ; denom ?: string ; } [] ; referenceCount ?: number ; } ) : ValidatorHistoricalRewards ; fromProtoMsg ( message : ValidatorHistoricalRewardsProtoMsg ) : ValidatorHistoricalRewards ; toAmino ( message : ValidatorHistoricalRewards ) : ValidatorHistoricalRewardsAmino ; toAminoMsg ( message : ValidatorHistoricalRewards ) : ValidatorHistoricalRewardsAminoMsg ; toProto ( message : ValidatorHistoricalRewards ) : Uint8Array ; toProtoMsg ( message : ValidatorHistoricalRewards ) : ValidatorHistoricalRewardsProtoMsg ; } ; ValidatorHistoricalRewardsRecord : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorHistoricalRewardsRecord ; encode ( message : ValidatorHistoricalRewardsRecord ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorHistoricalRewardsRecordAmino ) : ValidatorHistoricalRewardsRecord ; fromAminoMsg ( object : ValidatorHistoricalRewardsRecordAminoMsg ) : ValidatorHistoricalRewardsRecord ; fromPartial ( object : { period ?: bigint ; rewards ?: { cumulativeRewardRatio ?: { amount ?: string ; denom ?: string ; } [] ; referenceCount ?: number ; } ; validatorAddress ?: string ; } ) : ValidatorHistoricalRewardsRecord ; fromProtoMsg ( message : ValidatorHistoricalRewardsRecordProtoMsg ) : ValidatorHistoricalRewardsRecord ; toAmino ( message : ValidatorHistoricalRewardsRecord ) : ValidatorHistoricalRewardsRecordAmino ; toAminoMsg ( message : ValidatorHistoricalRewardsRecord ) : ValidatorHistoricalRewardsRecordAminoMsg ; toProto ( message : ValidatorHistoricalRewardsRecord ) : Uint8Array ; toProtoMsg ( message : ValidatorHistoricalRewardsRecord ) : ValidatorHistoricalRewardsRecordProtoMsg ; } ; ValidatorOutstandingRewards : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorOutstandingRewards ; encode ( message : ValidatorOutstandingRewards ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorOutstandingRewardsAmino ) : ValidatorOutstandingRewards ; fromAminoMsg ( object : ValidatorOutstandingRewardsAminoMsg ) : ValidatorOutstandingRewards ; fromPartial ( object : { rewards ?: { amount ?: string ; denom ?: string ; } [] ; } ) : ValidatorOutstandingRewards ; fromProtoMsg ( message : ValidatorOutstandingRewardsProtoMsg ) : ValidatorOutstandingRewards ; toAmino ( message : ValidatorOutstandingRewards ) : ValidatorOutstandingRewardsAmino ; toAminoMsg ( message : ValidatorOutstandingRewards ) : ValidatorOutstandingRewardsAminoMsg ; toProto ( message : ValidatorOutstandingRewards ) : Uint8Array ; toProtoMsg ( message : ValidatorOutstandingRewards ) : ValidatorOutstandingRewardsProtoMsg ; } ; ValidatorOutstandingRewardsRecord : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorOutstandingRewardsRecord ; encode ( message : ValidatorOutstandingRewardsRecord ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorOutstandingRewardsRecordAmino ) : ValidatorOutstandingRewardsRecord ; fromAminoMsg ( object : ValidatorOutstandingRewardsRecordAminoMsg ) : ValidatorOutstandingRewardsRecord ; fromPartial ( object : { outstandingRewards ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } ) : ValidatorOutstandingRewardsRecord ; fromProtoMsg ( message : ValidatorOutstandingRewardsRecordProtoMsg ) : ValidatorOutstandingRewardsRecord ; toAmino ( message : ValidatorOutstandingRewardsRecord ) : ValidatorOutstandingRewardsRecordAmino ; toAminoMsg ( message : ValidatorOutstandingRewardsRecord ) : ValidatorOutstandingRewardsRecordAminoMsg ; toProto ( message : ValidatorOutstandingRewardsRecord ) : Uint8Array ; toProtoMsg ( message : ValidatorOutstandingRewardsRecord ) : ValidatorOutstandingRewardsRecordProtoMsg ; } ; ValidatorSlashEvent : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorSlashEvent ; encode ( message : ValidatorSlashEvent ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorSlashEventAmino ) : ValidatorSlashEvent ; fromAminoMsg ( object : ValidatorSlashEventAminoMsg ) : ValidatorSlashEvent ; fromPartial ( object : { fraction ?: string ; validatorPeriod ?: bigint ; } ) : ValidatorSlashEvent ; fromProtoMsg ( message : ValidatorSlashEventProtoMsg ) : ValidatorSlashEvent ; toAmino ( message : ValidatorSlashEvent ) : ValidatorSlashEventAmino ; toAminoMsg ( message : ValidatorSlashEvent ) : ValidatorSlashEventAminoMsg ; toProto ( message : ValidatorSlashEvent ) : Uint8Array ; toProtoMsg ( message : ValidatorSlashEvent ) : ValidatorSlashEventProtoMsg ; } ; ValidatorSlashEventRecord : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorSlashEventRecord ; encode ( message : ValidatorSlashEventRecord ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorSlashEventRecordAmino ) : ValidatorSlashEventRecord ; fromAminoMsg ( object : ValidatorSlashEventRecordAminoMsg ) : ValidatorSlashEventRecord ; fromPartial ( object : { height ?: bigint ; period ?: bigint ; validatorAddress ?: string ; validatorSlashEvent ?: { fraction ?: string ; validatorPeriod ?: bigint ; } ; } ) : ValidatorSlashEventRecord ; fromProtoMsg ( message : ValidatorSlashEventRecordProtoMsg ) : ValidatorSlashEventRecord ; toAmino ( message : ValidatorSlashEventRecord ) : ValidatorSlashEventRecordAmino ; toAminoMsg ( message : ValidatorSlashEventRecord ) : ValidatorSlashEventRecordAminoMsg ; toProto ( message : ValidatorSlashEventRecord ) : Uint8Array ; toProtoMsg ( message : ValidatorSlashEventRecord ) : ValidatorSlashEventRecordProtoMsg ; } ; ValidatorSlashEvents : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValidatorSlashEvents ; encode ( message : ValidatorSlashEvents ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorSlashEventsAmino ) : ValidatorSlashEvents ; fromAminoMsg ( object : ValidatorSlashEventsAminoMsg ) : ValidatorSlashEvents ; fromPartial ( object : { validatorSlashEvents ?: { fraction ?: string ; validatorPeriod ?: bigint ; } [] ; } ) : ValidatorSlashEvents ; fromProtoMsg ( message : ValidatorSlashEventsProtoMsg ) : ValidatorSlashEvents ; toAmino ( message : ValidatorSlashEvents ) : ValidatorSlashEventsAmino ; toAminoMsg ( message : ValidatorSlashEvents ) : ValidatorSlashEventsAminoMsg ; toProto ( message : ValidatorSlashEvents ) : Uint8Array ; toProtoMsg ( message : ValidatorSlashEvents ) : ValidatorSlashEventsProtoMsg ; } ; createRpcQueryExtension : ( ( base : QueryClient ) => { communityPool ( request ?: QueryCommunityPoolRequest ) : Promise < QueryCommunityPoolResponse > ; delegationRewards ( request : QueryDelegationRewardsRequest ) : Promise < QueryDelegationRewardsResponse > ; delegationTotalRewards ( request : QueryDelegationTotalRewardsRequest ) : Promise < QueryDelegationTotalRewardsResponse > ; delegatorValidators ( request : QueryDelegatorValidatorsRequest ) : Promise < QueryDelegatorValidatorsResponse > ; delegatorWithdrawAddress ( request : QueryDelegatorWithdrawAddressRequest ) : Promise < QueryDelegatorWithdrawAddressResponse > ; params ( request ?: QueryParamsRequest ) : Promise < QueryParamsResponse > ; validatorCommission ( request : QueryValidatorCommissionRequest ) : Promise < QueryValidatorCommissionResponse > ; validatorOutstandingRewards ( request : QueryValidatorOutstandingRewardsRequest ) : Promise < QueryValidatorOutstandingRewardsResponse > ; validatorSlashes ( request : QueryValidatorSlashesRequest ) : Promise < QueryValidatorSlashesResponse > ; } ) ; load : ( ( protoRegistry : Registry ) => void ) ; registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] ; } = ... Type declaration type Url : string decode : functiondecode ( input , length ? ) : CommunityPoolSpendProposal Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1090 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1075 from Amino : functionfrom Amino ( object ) : CommunityPoolSpendProposal Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1124 from Amino Msg : functionfrom Amino Msg ( object ) : CommunityPoolSpendProposal Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1150 from Partial : functionfrom Partial ( object ) : CommunityPoolSpendProposal Parameters object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; description ?: string ; recipient ?: string ; title ?: string ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } [] Optional
description ?: string Optional
recipient ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1116 from Proto Msg : functionfrom Proto Msg ( message ) : CommunityPoolSpendProposal Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1159 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1162 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1359 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : CommunityPoolSpendProposalWithDeposit Parameters object : { amount ?: string ; deposit ?: string ; description ?: string ; recipient ?: string ; title ?: string ; } Optional
amount ?: string Optional
deposit ?: string Optional
description ?: string Optional
recipient ?: string Optional
title ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1406 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1455 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : DelegationDelegatorReward Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1282 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1273 from Amino : functionfrom Amino ( object ) : DelegationDelegatorReward Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1308 from Amino Msg : functionfrom Amino Msg ( object ) : DelegationDelegatorReward Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1326 from Partial : functionfrom Partial ( object ) : DelegationDelegatorReward Parameters object : { reward ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } Optional
reward ?: { amount ?: string ; denom ?: string ; } [] Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1302 from Proto Msg : functionfrom Proto Msg ( message ) : DelegationDelegatorReward Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1335 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1338 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : DelegatorStartingInfo Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1193 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1181 from Amino : functionfrom Amino ( object ) : DelegatorStartingInfo Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1223 from Amino Msg : functionfrom Amino Msg ( object ) : DelegatorStartingInfo Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1243 from Partial : functionfrom Partial ( object ) : DelegatorStartingInfo Parameters object : { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } Optional
height ?: bigint Optional
previous Period ?: bigint Optional
stake ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1216 from Proto Msg : functionfrom Proto Msg ( message ) : DelegatorStartingInfo Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1252 to Amino : functionto Amino ( message ) : DelegatorStartingInfoAmino Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1236 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1255 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:740 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : DelegatorStartingInfoRecord Parameters object : { delegatorAddress ?: string ; startingInfo ?: { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
starting Info ?: { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } Optional
height ?: bigint Optional
previous Period ?: bigint Optional
stake ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:775 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:814 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : DelegatorWithdrawInfo Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:329 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:320 from Amino : functionfrom Amino ( object ) : DelegatorWithdrawInfo Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:355 from Amino Msg : functionfrom Amino Msg ( object ) : DelegatorWithdrawInfo Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:371 from Partial : functionfrom Partial ( object ) : DelegatorWithdrawInfo Parameters object : { delegatorAddress ?: string ; withdrawAddress ?: string ; } Optional
delegator Address ?: string Optional
withdraw Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:349 from Proto Msg : functionfrom Proto Msg ( message ) : DelegatorWithdrawInfo Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:380 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:383 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : FeePool Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1007 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1001 from Amino : functionfrom Amino ( object ) : FeePool Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1029 from Amino Msg : functionfrom Amino Msg ( object ) : FeePool Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1043 from Partial : functionfrom Partial ( object ) : FeePool Parameters object : { communityPool ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
community Pool ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1024 from Proto Msg : functionfrom Proto Msg ( message ) : FeePool Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1052 to Amino : functionto Amino ( message ) : FeePoolAmino Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1034 to Amino Msg : functionto Amino Msg ( message ) : FeePoolAminoMsg Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1046 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1055 to Proto Msg : functionto Proto Msg ( message ) : FeePoolProtoMsg Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:1058 Genesis State : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : GenesisState ; encode ( message : GenesisState , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : GenesisStateAmino ) : GenesisState ; fromAminoMsg ( object : GenesisStateAminoMsg ) : GenesisState ; fromPartial ( object : { delegatorStartingInfos ?: { delegatorAddress ?: string ; startingInfo ?: { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } ; validatorAddress ?: string ; } [] ; delegatorWithdrawInfos ?: { delegatorAddress ?: string ; withdrawAddress ?: string ; } [] ; feePool ?: { communityPool ?: { amount ?: string ; denom ?: string ; } [] ; } ; outstandingRewards ?: { outstandingRewards ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } [] ; params ?: { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } ; previousProposer ?: string ; validatorAccumulatedCommissions ?: { accumulated ?: { commission ?: { amount ?: ...; denom ?: ...; } [] ; } ; validatorAddress ?: string ; } [] ; validatorCurrentRewards ?: { rewards ?: { period ?: bigint ; rewards ?: { amount ?: ...; denom ?: ...; } [] ; } ; validatorAddress ?: string ; } [] ; validatorHistoricalRewards ?: { period ?: bigint ; rewards ?: { cumulativeRewardRatio ?: { amount ?: ...; denom ?: ...; } [] ; referenceCount ?: number ; } ; validatorAddress ?: string ; } [] ; validatorSlashEvents ?: { height ?: bigint ; period ?: bigint ; validatorAddress ?: string ; validatorSlashEvent ?: { fraction ?: string ; validatorPeriod ?: bigint ; } ; } [] ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : GenesisState Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:978 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:945 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:1036 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:1098 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { delegatorStartingInfos ?: { delegatorAddress ?: string ; startingInfo ?: { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } ; validatorAddress ?: string ; } [] ; delegatorWithdrawInfos ?: { delegatorAddress ?: string ; withdrawAddress ?: string ; } [] ; feePool ?: { communityPool ?: { amount ?: string ; denom ?: string ; } [] ; } ; outstandingRewards ?: { outstandingRewards ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } [] ; params ?: { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } ; previousProposer ?: string ; validatorAccumulatedCommissions ?: { accumulated ?: { commission ?: { amount ?: ...; denom ?: ...; } [] ; } ; validatorAddress ?: string ; } [] ; validatorCurrentRewards ?: { rewards ?: { period ?: bigint ; rewards ?: { amount ?: ...; denom ?: ...; } [] ; } ; validatorAddress ?: string ; } [] ; validatorHistoricalRewards ?: { period ?: bigint ; rewards ?: { cumulativeRewardRatio ?: { amount ?: ...; denom ?: ...; } [] ; referenceCount ?: number ; } ; validatorAddress ?: string ; } [] ; validatorSlashEvents ?: { height ?: bigint ; period ?: bigint ; validatorAddress ?: string ; validatorSlashEvent ?: { fraction ?: string ; validatorPeriod ?: bigint ; } ; } [] ; } Optional
delegator Starting Infos ?: { delegatorAddress ?: string ; startingInfo ?: { height ?: bigint ; previousPeriod ?: bigint ; stake ?: string ; } ; validatorAddress ?: string ; } [] Optional
delegator Withdraw Infos ?: { delegatorAddress ?: string ; withdrawAddress ?: string ; } [] Optional
fee Pool ?: { communityPool ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
community Pool ?: { amount ?: string ; denom ?: string ; } [] Optional
outstanding Rewards ?: { outstandingRewards ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } [] Optional
params ?: { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } Optional
base Proposer Reward ?: string Optional
bonus Proposer Reward ?: string Optional
community Tax ?: string Optional
withdraw Addr Enabled ?: boolean Optional
previous Proposer ?: string Optional
validator Accumulated Commissions ?: { accumulated ?: { commission ?: { amount ?: ...; denom ?: ...; } [] ; } ; validatorAddress ?: string ; } [] Optional
validator Current Rewards ?: { rewards ?: { period ?: bigint ; rewards ?: { amount ?: ...; denom ?: ...; } [] ; } ; validatorAddress ?: string ; } [] Optional
validator Historical Rewards ?: { period ?: bigint ; rewards ?: { cumulativeRewardRatio ?: { amount ?: ...; denom ?: ...; } [] ; referenceCount ?: number ; } ; validatorAddress ?: string ; } [] Optional
validator Slash Events ?: { height ?: bigint ; period ?: bigint ; validatorAddress ?: string ; validatorSlashEvent ?: { fraction ?: string ; validatorPeriod ?: bigint ; } ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:1022 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:1107 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:1056 to Amino Msg : functionto Amino Msg ( message ) : GenesisStateAminoMsg Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:1101 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:1110 to Proto Msg : functionto Proto Msg ( message ) : GenesisStateProtoMsg Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:1113 encoded : { fundCommunityPool ( value : MsgFundCommunityPool ) : { typeUrl : string ; value : Uint8Array ; } ; setWithdrawAddress ( value : MsgSetWithdrawAddress ) : { typeUrl : string ; value : Uint8Array ; } ; withdrawDelegatorReward ( value : MsgWithdrawDelegatorReward ) : { typeUrl : string ; value : Uint8Array ; } ; withdrawValidatorCommission ( value : MsgWithdrawValidatorCommission ) : { typeUrl : string ; value : Uint8Array ; } ; } fund Community Pool : functionfund Community Pool ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:31 set Withdraw Address : functionset Withdraw Address ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:13 withdraw Delegator Reward : functionwithdraw Delegator Reward ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:19 withdraw Validator Commission : functionwithdraw Validator Commission ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:25 fund Community Pool : functionfund Community Pool ( value ) : { typeUrl : string ; value : MsgFundCommunityPool ; } Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:83 set Withdraw Address : functionset Withdraw Address ( value ) : { typeUrl : string ; value : MsgSetWithdrawAddress ; } Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:65 withdraw Delegator Reward : functionwithdraw Delegator Reward ( value ) : { typeUrl : string ; value : MsgWithdrawDelegatorReward ; } Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:71 withdraw Validator Commission : functionwithdraw Validator Commission ( value ) : { typeUrl : string ; value : MsgWithdrawValidatorCommission ; } Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:77 fund Community Pool : functionfund Community Pool ( value ) : { typeUrl : string ; value : MsgFundCommunityPool ; } Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:57 set Withdraw Address : functionset Withdraw Address ( value ) : { typeUrl : string ; value : MsgSetWithdrawAddress ; } Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:39 withdraw Delegator Reward : functionwithdraw Delegator Reward ( value ) : { typeUrl : string ; value : MsgWithdrawDelegatorReward ; } Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:45 withdraw Validator Commission : functionwithdraw Validator Commission ( value ) : { typeUrl : string ; value : MsgWithdrawValidatorCommission ; } Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.registry.ts:51 type Url : string decode : functiondecode ( input , length ? ) : MsgFundCommunityPool Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:602 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:593 from Amino : functionfrom Amino ( object ) : MsgFundCommunityPool Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:628 from Amino Msg : functionfrom Amino Msg ( object ) : MsgFundCommunityPool Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:646 from Partial : functionfrom Partial ( object ) : MsgFundCommunityPool Parameters object : { amount ?: { amount ?: string ; denom ?: string ; } [] ; depositor ?: string ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } [] Optional
depositor ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:622 from Proto Msg : functionfrom Proto Msg ( message ) : MsgFundCommunityPool Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:655 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:658 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:673 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:714 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgSetWithdrawAddress Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:203 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:194 from Amino : functionfrom Amino ( object ) : MsgSetWithdrawAddress Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:229 from Amino Msg : functionfrom Amino Msg ( object ) : MsgSetWithdrawAddress Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:245 from Partial : functionfrom Partial ( object ) : MsgSetWithdrawAddress Parameters object : { delegatorAddress ?: string ; withdrawAddress ?: string ; } Optional
delegator Address ?: string Optional
withdraw Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:223 from Proto Msg : functionfrom Proto Msg ( message ) : MsgSetWithdrawAddress Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:254 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:257 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:272 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:313 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:331 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgWithdrawDelegatorReward Parameters object : { delegatorAddress ?: string ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:360 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:394 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:409 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:450 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:467 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgWithdrawValidatorCommission Parameters object : { validatorAddress ?: string ; } Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:490 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:519 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:534 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/tx.ts:575 to Proto Msg : functionParams : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Params ; encode ( message : Params , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ParamsAmino ) : Params ; fromAminoMsg ( object : ParamsAminoMsg ) : Params ; fromPartial ( object : { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toAminoMsg ( message : Params ) : ParamsAminoMsg ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Params Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:454 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:439 from Amino : functionfrom Amino ( object ) : Params Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:488 from Amino Msg : functionfrom Amino Msg ( object ) : Params Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:512 from Partial : functionfrom Partial ( object ) : Params Parameters object : { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } Optional
base Proposer Reward ?: string Optional
bonus Proposer Reward ?: string Optional
community Tax ?: string Optional
withdraw Addr Enabled ?: boolean Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:480 from Proto Msg : functionfrom Proto Msg ( message ) : Params Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:521 to Amino : functionto Amino ( message ) : ParamsAmino Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:504 to Amino Msg : functionto Amino Msg ( message ) : ParamsAminoMsg Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:515 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:524 to Proto Msg : functionto Proto Msg ( message ) : ParamsProtoMsg Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:527 type Url : string decode : functiondecode ( input , length ? ) : QueryCommunityPoolRequest Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1740 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1737 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : QueryCommunityPoolRequest Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1766 from Partial : functionfrom Proto Msg : functionfrom Proto Msg ( message ) : QueryCommunityPoolRequest Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1775 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1778 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1795 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryCommunityPoolResponse Parameters object : { pool ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
pool ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1818 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1849 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1156 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegationRewardsRequest Parameters object : { delegatorAddress ?: string ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1185 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1219 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1236 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegationRewardsResponse Parameters object : { rewards ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
rewards ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1259 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1290 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1307 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegationTotalRewardsRequest Parameters object : { delegatorAddress ?: string ; } Optional
delegator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1330 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1359 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1377 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegationTotalRewardsResponse Parameters object : { rewards ?: { reward ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } [] ; total ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
rewards ?: { reward ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } [] Optional
total ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1406 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1444 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1461 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorValidatorsRequest Parameters object : { delegatorAddress ?: string ; } Optional
delegator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1484 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1513 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1530 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorValidatorsResponse Parameters object : { validators ?: string [] ; } Optional
validators ?: string [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1553 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1584 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1601 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorWithdrawAddressRequest Parameters object : { delegatorAddress ?: string ; } Optional
delegator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1624 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1653 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1670 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorWithdrawAddressResponse Parameters object : { withdrawAddress ?: string ; } Optional
withdraw Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1693 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1722 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:567 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:564 from Amino : functionfrom Amino ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:585 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:593 from Partial : functionfrom Partial ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:581 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:602 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:605 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:628 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:622 from Amino : functionfrom Amino ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:650 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:662 from Partial : functionfrom Partial ( object ) : QueryParamsResponse Parameters object : { params ?: { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } ; } Optional
params ?: { baseProposerReward ?: string ; bonusProposerReward ?: string ; communityTax ?: string ; withdrawAddrEnabled ?: boolean ; } Optional
base Proposer Reward ?: string Optional
bonus Proposer Reward ?: string Optional
community Tax ?: string Optional
withdraw Addr Enabled ?: boolean Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:645 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:671 to Amino : functionto Amino ( message ) : QueryParamsResponseAmino Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:657 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:674 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:829 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorCommissionRequest Parameters object : { validatorAddress ?: string ; } Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:852 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:881 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:898 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorCommissionResponse Parameters object : { commission ?: { commission ?: { amount ?: string ; denom ?: string ; } [] ; } ; } Optional
commission ?: { commission ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
commission ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:921 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:950 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:691 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorOutstandingRewardsRequest Parameters object : { validatorAddress ?: string ; } Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:714 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:743 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:760 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorOutstandingRewardsResponse Parameters object : { rewards ?: { rewards ?: { amount ?: string ; denom ?: string ; } [] ; } ; } Optional
rewards ?: { rewards ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
rewards ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:783 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:812 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:970 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorSlashesRequest Parameters object : { endingHeight ?: bigint ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; startingHeight ?: bigint ; validatorAddress ?: string ; } Optional
ending Height ?: bigint Optional
pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } Optional
count Total ?: boolean Optional
key ?: Uint8Array Optional
limit ?: bigint Optional
offset ?: bigint Optional
reverse ?: boolean Optional
starting Height ?: bigint Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1011 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1055 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1073 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorSlashesResponse Parameters object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; slashes ?: { fraction ?: string ; validatorPeriod ?: bigint ; } [] ; } Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Optional
slashes ?: { fraction ?: string ; validatorPeriod ?: bigint ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1102 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/query.ts:1138 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:707 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ValidatorAccumulatedCommission Parameters object : { commission ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
commission ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:730 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:761 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:484 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ValidatorAccumulatedCommissionRecord Parameters object : { accumulated ?: { commission ?: { amount ?: string ; denom ?: string ; } [] ; } ; validatorAddress ?: string ; } Optional
accumulated ?: { commission ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
commission ?: { amount ?: string ; denom ?: string ; } [] Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:513 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:547 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ValidatorCurrentRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:634 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:625 from Amino : functionfrom Amino ( object ) : ValidatorCurrentRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:660 from Amino Msg : functionfrom Amino Msg ( object ) : ValidatorCurrentRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:678 from Partial : functionfrom Partial ( object ) : ValidatorCurrentRewards Parameters object : { period ?: bigint ; rewards ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
period ?: bigint Optional
rewards ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:654 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorCurrentRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:687 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:690 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:658 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ValidatorCurrentRewardsRecord Parameters object : { rewards ?: { period ?: bigint ; rewards ?: { amount ?: string ; denom ?: string ; } [] ; } ; validatorAddress ?: string ; } Optional
rewards ?: { period ?: bigint ; rewards ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
period ?: bigint Optional
rewards ?: { amount ?: string ; denom ?: string ; } [] Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:687 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:721 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ValidatorHistoricalRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:551 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:542 from Amino : functionfrom Amino ( object ) : ValidatorHistoricalRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:577 from Amino Msg : functionfrom Amino Msg ( object ) : ValidatorHistoricalRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:595 from Partial : functionfrom Partial ( object ) : ValidatorHistoricalRewards Parameters object : { cumulativeRewardRatio ?: { amount ?: string ; denom ?: string ; } [] ; referenceCount ?: number ; } Optional
cumulative Reward Ratio ?: { amount ?: string ; denom ?: string ; } [] Optional
reference Count ?: number Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:571 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorHistoricalRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:604 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:607 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:566 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ValidatorHistoricalRewardsRecord Parameters object : { period ?: bigint ; rewards ?: { cumulativeRewardRatio ?: { amount ?: string ; denom ?: string ; } [] ; referenceCount ?: number ; } ; validatorAddress ?: string ; } Optional
period ?: bigint Optional
rewards ?: { cumulativeRewardRatio ?: { amount ?: string ; denom ?: string ; } [] ; referenceCount ?: number ; } Optional
cumulative Reward Ratio ?: { amount ?: string ; denom ?: string ; } [] Optional
reference Count ?: number Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:601 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:640 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ValidatorOutstandingRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:784 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:778 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ValidatorOutstandingRewards Parameters object : { rewards ?: { amount ?: string ; denom ?: string ; } [] ; } Optional
rewards ?: { amount ?: string ; denom ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:801 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorOutstandingRewards Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:829 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:832 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:401 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : ValidatorOutstandingRewardsRecord Parameters object : { outstandingRewards ?: { amount ?: string ; denom ?: string ; } [] ; validatorAddress ?: string ; } Optional
outstanding Rewards ?: { amount ?: string ; denom ?: string ; } [] Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:430 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:466 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ValidatorSlashEvent Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:859 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:850 from Amino : functionfrom Amino ( object ) : ValidatorSlashEvent Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:885 from Amino Msg : functionfrom Amino Msg ( object ) : ValidatorSlashEvent Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:901 from Partial : functionfrom Partial ( object ) : ValidatorSlashEvent Parameters object : { fraction ?: string ; validatorPeriod ?: bigint ; } Optional
fraction ?: string Optional
validator Period ?: bigint Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:879 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorSlashEvent Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:910 to Amino : functionto Amino ( message ) : ValidatorSlashEventAmino Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:895 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:913 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ValidatorSlashEventRecord Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:849 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:834 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : ValidatorSlashEventRecord Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:907 from Partial : functionfrom Partial ( object ) : ValidatorSlashEventRecord Parameters object : { height ?: bigint ; period ?: bigint ; validatorAddress ?: string ; validatorSlashEvent ?: { fraction ?: string ; validatorPeriod ?: bigint ; } ; } Optional
height ?: bigint Optional
period ?: bigint Optional
validator Address ?: string Optional
validator Slash Event ?: { fraction ?: string ; validatorPeriod ?: bigint ; } Optional
fraction ?: string Optional
validator Period ?: bigint Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:875 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorSlashEventRecord Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:916 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/genesis.ts:919 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ValidatorSlashEvents Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:936 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:930 from Amino : functionfrom Amino ( object ) : ValidatorSlashEvents Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:958 from Amino Msg : functionfrom Amino Msg ( object ) : ValidatorSlashEvents Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:972 from Partial : functionfrom Partial ( object ) : ValidatorSlashEvents Parameters object : { validatorSlashEvents ?: { fraction ?: string ; validatorPeriod ?: bigint ; } [] ; } Optional
validator Slash Events ?: { fraction ?: string ; validatorPeriod ?: bigint ; } [] Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:953 from Proto Msg : functionfrom Proto Msg ( message ) : ValidatorSlashEvents Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:981 to Amino : functionto Amino ( message ) : ValidatorSlashEventsAmino Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:963 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/distribution/v1beta1/distribution.ts:984 to Proto Msg : functionload : ( ( protoRegistry : Registry ) => void ) ( protoRegistry ) : void Returns void registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] Defined in packages/proto/src/codegen/cosmos/bundle.ts:184
delegator_address is the address of the delegator.