v1beta1 : { AuthorizationType : any ; BondStatus : any ; LCDQueryClient : any ; MsgClientImpl : any ; QueryClientImpl : any ; AminoConverter : { /cosmos.staking.v1beta1.MsgBeginRedelegate : { aminoType : string ; fromAmino : ( ( object : MsgBeginRedelegateAmino ) => MsgBeginRedelegate ) ; toAmino : ( ( message : MsgBeginRedelegate ) => MsgBeginRedelegateAmino ) ; } ; /cosmos.staking.v1beta1.MsgCreateValidator : { aminoType : string ; fromAmino : ( ( object : MsgCreateValidatorAmino ) => MsgCreateValidator ) ; toAmino : ( ( message : MsgCreateValidator ) => MsgCreateValidatorAmino ) ; } ; /cosmos.staking.v1beta1.MsgDelegate : { aminoType : string ; fromAmino : ( ( object : MsgDelegateAmino ) => MsgDelegate ) ; toAmino : ( ( message : MsgDelegate ) => MsgDelegateAmino ) ; } ; /cosmos.staking.v1beta1.MsgEditValidator : { aminoType : string ; fromAmino : ( ( object : MsgEditValidatorAmino ) => MsgEditValidator ) ; toAmino : ( ( message : MsgEditValidator ) => MsgEditValidatorAmino ) ; } ; /cosmos.staking.v1beta1.MsgUndelegate : { aminoType : string ; fromAmino : ( ( object : MsgUndelegateAmino ) => MsgUndelegate ) ; toAmino : ( ( message : MsgUndelegate ) => MsgUndelegateAmino ) ; } ; } ; AuthorizationTypeAmino : typeof AuthorizationType ; AuthorizationTypeSDKType : typeof AuthorizationType ; BondStatusAmino : typeof BondStatus ; BondStatusSDKType : typeof BondStatus ; Commission : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Commission ; encode ( message : Commission ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CommissionAmino ) : Commission ; fromAminoMsg ( object : CommissionAminoMsg ) : Commission ; fromPartial ( object : { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ) : Commission ; fromProtoMsg ( message : CommissionProtoMsg ) : Commission ; toAmino ( message : Commission ) : CommissionAmino ; toAminoMsg ( message : Commission ) : CommissionAminoMsg ; toProto ( message : Commission ) : Uint8Array ; toProtoMsg ( message : Commission ) : CommissionProtoMsg ; } ; CommissionRates : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : CommissionRates ; encode ( message : CommissionRates ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : CommissionRatesAmino ) : CommissionRates ; fromAminoMsg ( object : CommissionRatesAminoMsg ) : CommissionRates ; fromPartial ( object : { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ) : CommissionRates ; fromProtoMsg ( message : CommissionRatesProtoMsg ) : CommissionRates ; toAmino ( message : CommissionRates ) : CommissionRatesAmino ; toAminoMsg ( message : CommissionRates ) : CommissionRatesAminoMsg ; toProto ( message : CommissionRates ) : Uint8Array ; toProtoMsg ( message : CommissionRates ) : CommissionRatesProtoMsg ; } ; Cosmos_cryptoPubKey_FromAmino : ( ( content : AnyAmino ) => Any ) ; Cosmos_cryptoPubKey_InterfaceDecoder : ( ( input : Uint8Array | BinaryReader ) => Any ) ; Cosmos_cryptoPubKey_ToAmino : ( ( content : Any ) => null | Pubkey ) ; DVPair : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DVPair ; encode ( message : DVPair ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DVPairAmino ) : DVPair ; fromAminoMsg ( object : DVPairAminoMsg ) : DVPair ; fromPartial ( object : { delegatorAddress ?: string ; validatorAddress ?: string ; } ) : DVPair ; fromProtoMsg ( message : DVPairProtoMsg ) : DVPair ; toAmino ( message : DVPair ) : DVPairAmino ; toAminoMsg ( message : DVPair ) : DVPairAminoMsg ; toProto ( message : DVPair ) : Uint8Array ; toProtoMsg ( message : DVPair ) : DVPairProtoMsg ; } ; DVPairs : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DVPairs ; encode ( message : DVPairs ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DVPairsAmino ) : DVPairs ; fromAminoMsg ( object : DVPairsAminoMsg ) : DVPairs ; fromPartial ( object : { pairs ?: { delegatorAddress ?: string ; validatorAddress ?: string ; } [] ; } ) : DVPairs ; fromProtoMsg ( message : DVPairsProtoMsg ) : DVPairs ; toAmino ( message : DVPairs ) : DVPairsAmino ; toAminoMsg ( message : DVPairs ) : DVPairsAminoMsg ; toProto ( message : DVPairs ) : Uint8Array ; toProtoMsg ( message : DVPairs ) : DVPairsProtoMsg ; } ; DVVTriplet : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DVVTriplet ; encode ( message : DVVTriplet ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DVVTripletAmino ) : DVVTriplet ; fromAminoMsg ( object : DVVTripletAminoMsg ) : DVVTriplet ; fromPartial ( object : { delegatorAddress ?: string ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } ) : DVVTriplet ; fromProtoMsg ( message : DVVTripletProtoMsg ) : DVVTriplet ; toAmino ( message : DVVTriplet ) : DVVTripletAmino ; toAminoMsg ( message : DVVTriplet ) : DVVTripletAminoMsg ; toProto ( message : DVVTriplet ) : Uint8Array ; toProtoMsg ( message : DVVTriplet ) : DVVTripletProtoMsg ; } ; DVVTriplets : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DVVTriplets ; encode ( message : DVVTriplets ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DVVTripletsAmino ) : DVVTriplets ; fromAminoMsg ( object : DVVTripletsAminoMsg ) : DVVTriplets ; fromPartial ( object : { triplets ?: { delegatorAddress ?: string ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } [] ; } ) : DVVTriplets ; fromProtoMsg ( message : DVVTripletsProtoMsg ) : DVVTriplets ; toAmino ( message : DVVTriplets ) : DVVTripletsAmino ; toAminoMsg ( message : DVVTriplets ) : DVVTripletsAminoMsg ; toProto ( message : DVVTriplets ) : Uint8Array ; toProtoMsg ( message : DVVTriplets ) : DVVTripletsProtoMsg ; } ; Delegation : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Delegation ; encode ( message : Delegation ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DelegationAmino ) : Delegation ; fromAminoMsg ( object : DelegationAminoMsg ) : Delegation ; fromPartial ( object : { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ) : Delegation ; fromProtoMsg ( message : DelegationProtoMsg ) : Delegation ; toAmino ( message : Delegation ) : DelegationAmino ; toAminoMsg ( message : Delegation ) : DelegationAminoMsg ; toProto ( message : Delegation ) : Uint8Array ; toProtoMsg ( message : Delegation ) : DelegationProtoMsg ; } ; DelegationResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DelegationResponse ; encode ( message : DelegationResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DelegationResponseAmino ) : DelegationResponse ; fromAminoMsg ( object : DelegationResponseAminoMsg ) : DelegationResponse ; fromPartial ( object : { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } ) : DelegationResponse ; fromProtoMsg ( message : DelegationResponseProtoMsg ) : DelegationResponse ; toAmino ( message : DelegationResponse ) : DelegationResponseAmino ; toAminoMsg ( message : DelegationResponse ) : DelegationResponseAminoMsg ; toProto ( message : DelegationResponse ) : Uint8Array ; toProtoMsg ( message : DelegationResponse ) : DelegationResponseProtoMsg ; } ; Description : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Description ; encode ( message : Description ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DescriptionAmino ) : Description ; fromAminoMsg ( object : DescriptionAminoMsg ) : Description ; fromPartial ( object : { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ) : Description ; fromProtoMsg ( message : DescriptionProtoMsg ) : Description ; toAmino ( message : Description ) : DescriptionAmino ; toAminoMsg ( message : Description ) : DescriptionAminoMsg ; toProto ( message : Description ) : Uint8Array ; toProtoMsg ( message : Description ) : DescriptionProtoMsg ; } ; 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 : { delegations ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } [] ; exported ?: boolean ; lastTotalPower ?: Uint8Array ; lastValidatorPowers ?: { address ?: string ; power ?: bigint ; } [] ; params ?: { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; redelegations ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } [] ; unbondingDelegations ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] ; validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...
) | ( ...
) ; maxRate ?: ( ...
) | ( ...
) ; rate ?: ( ...
) | ( ...
) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toAminoMsg ( message : GenesisState ) : GenesisStateAminoMsg ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; HistoricalInfo : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : HistoricalInfo ; encode ( message : HistoricalInfo ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : HistoricalInfoAmino ) : HistoricalInfo ; fromAminoMsg ( object : HistoricalInfoAminoMsg ) : HistoricalInfo ; fromPartial ( object : { header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; valset ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...
) | ( ...
) ; maxRate ?: ( ...
) | ( ...
) ; rate ?: ( ...
) | ( ...
) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ) : HistoricalInfo ; fromProtoMsg ( message : HistoricalInfoProtoMsg ) : HistoricalInfo ; toAmino ( message : HistoricalInfo ) : HistoricalInfoAmino ; toAminoMsg ( message : HistoricalInfo ) : HistoricalInfoAminoMsg ; toProto ( message : HistoricalInfo ) : Uint8Array ; toProtoMsg ( message : HistoricalInfo ) : HistoricalInfoProtoMsg ; } ; LastValidatorPower : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : LastValidatorPower ; encode ( message : LastValidatorPower ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : LastValidatorPowerAmino ) : LastValidatorPower ; fromAminoMsg ( object : LastValidatorPowerAminoMsg ) : LastValidatorPower ; fromPartial ( object : { address ?: string ; power ?: bigint ; } ) : LastValidatorPower ; fromProtoMsg ( message : LastValidatorPowerProtoMsg ) : LastValidatorPower ; toAmino ( message : LastValidatorPower ) : LastValidatorPowerAmino ; toAminoMsg ( message : LastValidatorPower ) : LastValidatorPowerAminoMsg ; toProto ( message : LastValidatorPower ) : Uint8Array ; toProtoMsg ( message : LastValidatorPower ) : LastValidatorPowerProtoMsg ; } ; MessageComposer : { encoded : { beginRedelegate ( value : MsgBeginRedelegate ) : { typeUrl : string ; value : Uint8Array ; } ; createValidator ( value : MsgCreateValidator ) : { typeUrl : string ; value : Uint8Array ; } ; delegate ( value : MsgDelegate ) : { typeUrl : string ; value : Uint8Array ; } ; editValidator ( value : MsgEditValidator ) : { typeUrl : string ; value : Uint8Array ; } ; undelegate ( value : MsgUndelegate ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { beginRedelegate ( value : MsgBeginRedelegate ) : { typeUrl : string ; value : MsgBeginRedelegate ; } ; createValidator ( value : MsgCreateValidator ) : { typeUrl : string ; value : MsgCreateValidator ; } ; delegate ( value : MsgDelegate ) : { typeUrl : string ; value : MsgDelegate ; } ; editValidator ( value : MsgEditValidator ) : { typeUrl : string ; value : MsgEditValidator ; } ; undelegate ( value : MsgUndelegate ) : { typeUrl : string ; value : MsgUndelegate ; } ; } ; withTypeUrl : { beginRedelegate ( value : MsgBeginRedelegate ) : { typeUrl : string ; value : MsgBeginRedelegate ; } ; createValidator ( value : MsgCreateValidator ) : { typeUrl : string ; value : MsgCreateValidator ; } ; delegate ( value : MsgDelegate ) : { typeUrl : string ; value : MsgDelegate ; } ; editValidator ( value : MsgEditValidator ) : { typeUrl : string ; value : MsgEditValidator ; } ; undelegate ( value : MsgUndelegate ) : { typeUrl : string ; value : MsgUndelegate ; } ; } ; } ; MsgBeginRedelegate : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgBeginRedelegate ; encode ( message : MsgBeginRedelegate ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgBeginRedelegateAmino ) : MsgBeginRedelegate ; fromAminoMsg ( object : MsgBeginRedelegateAminoMsg ) : MsgBeginRedelegate ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } ; delegatorAddress ?: string ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } ) : MsgBeginRedelegate ; fromProtoMsg ( message : MsgBeginRedelegateProtoMsg ) : MsgBeginRedelegate ; toAmino ( message : MsgBeginRedelegate ) : MsgBeginRedelegateAmino ; toAminoMsg ( message : MsgBeginRedelegate ) : MsgBeginRedelegateAminoMsg ; toProto ( message : MsgBeginRedelegate ) : Uint8Array ; toProtoMsg ( message : MsgBeginRedelegate ) : MsgBeginRedelegateProtoMsg ; } ; MsgBeginRedelegateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgBeginRedelegateResponse ; encode ( message : MsgBeginRedelegateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgBeginRedelegateResponseAmino ) : MsgBeginRedelegateResponse ; fromAminoMsg ( object : MsgBeginRedelegateResponseAminoMsg ) : MsgBeginRedelegateResponse ; fromPartial ( object : { completionTime ?: Date ; } ) : MsgBeginRedelegateResponse ; fromProtoMsg ( message : MsgBeginRedelegateResponseProtoMsg ) : MsgBeginRedelegateResponse ; toAmino ( message : MsgBeginRedelegateResponse ) : MsgBeginRedelegateResponseAmino ; toAminoMsg ( message : MsgBeginRedelegateResponse ) : MsgBeginRedelegateResponseAminoMsg ; toProto ( message : MsgBeginRedelegateResponse ) : Uint8Array ; toProtoMsg ( message : MsgBeginRedelegateResponse ) : MsgBeginRedelegateResponseProtoMsg ; } ; MsgCreateValidator : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgCreateValidator ; encode ( message : MsgCreateValidator ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgCreateValidatorAmino ) : MsgCreateValidator ; fromAminoMsg ( object : MsgCreateValidatorAminoMsg ) : MsgCreateValidator ; fromPartial ( object : { commission ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; delegatorAddress ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; minSelfDelegation ?: string ; pubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; validatorAddress ?: string ; value ?: { amount ?: string ; denom ?: string ; } ; } ) : MsgCreateValidator ; fromProtoMsg ( message : MsgCreateValidatorProtoMsg ) : MsgCreateValidator ; toAmino ( message : MsgCreateValidator ) : MsgCreateValidatorAmino ; toAminoMsg ( message : MsgCreateValidator ) : MsgCreateValidatorAminoMsg ; toProto ( message : MsgCreateValidator ) : Uint8Array ; toProtoMsg ( message : MsgCreateValidator ) : MsgCreateValidatorProtoMsg ; } ; MsgCreateValidatorResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgCreateValidatorResponse ; encode ( _ : MsgCreateValidatorResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgCreateValidatorResponseAmino ) : MsgCreateValidatorResponse ; fromAminoMsg ( object : MsgCreateValidatorResponseAminoMsg ) : MsgCreateValidatorResponse ; fromPartial ( _ : {} ) : MsgCreateValidatorResponse ; fromProtoMsg ( message : MsgCreateValidatorResponseProtoMsg ) : MsgCreateValidatorResponse ; toAmino ( _ : MsgCreateValidatorResponse ) : MsgCreateValidatorResponseAmino ; toAminoMsg ( message : MsgCreateValidatorResponse ) : MsgCreateValidatorResponseAminoMsg ; toProto ( message : MsgCreateValidatorResponse ) : Uint8Array ; toProtoMsg ( message : MsgCreateValidatorResponse ) : MsgCreateValidatorResponseProtoMsg ; } ; MsgDelegate : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgDelegate ; encode ( message : MsgDelegate ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgDelegateAmino ) : MsgDelegate ; fromAminoMsg ( object : MsgDelegateAminoMsg ) : MsgDelegate ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } ; delegatorAddress ?: string ; validatorAddress ?: string ; } ) : MsgDelegate ; fromProtoMsg ( message : MsgDelegateProtoMsg ) : MsgDelegate ; toAmino ( message : MsgDelegate ) : MsgDelegateAmino ; toAminoMsg ( message : MsgDelegate ) : MsgDelegateAminoMsg ; toProto ( message : MsgDelegate ) : Uint8Array ; toProtoMsg ( message : MsgDelegate ) : MsgDelegateProtoMsg ; } ; MsgDelegateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgDelegateResponse ; encode ( _ : MsgDelegateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgDelegateResponseAmino ) : MsgDelegateResponse ; fromAminoMsg ( object : MsgDelegateResponseAminoMsg ) : MsgDelegateResponse ; fromPartial ( _ : {} ) : MsgDelegateResponse ; fromProtoMsg ( message : MsgDelegateResponseProtoMsg ) : MsgDelegateResponse ; toAmino ( _ : MsgDelegateResponse ) : MsgDelegateResponseAmino ; toAminoMsg ( message : MsgDelegateResponse ) : MsgDelegateResponseAminoMsg ; toProto ( message : MsgDelegateResponse ) : Uint8Array ; toProtoMsg ( message : MsgDelegateResponse ) : MsgDelegateResponseProtoMsg ; } ; MsgEditValidator : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgEditValidator ; encode ( message : MsgEditValidator ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgEditValidatorAmino ) : MsgEditValidator ; fromAminoMsg ( object : MsgEditValidatorAminoMsg ) : MsgEditValidator ; fromPartial ( object : { commissionRate ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; minSelfDelegation ?: string ; validatorAddress ?: string ; } ) : MsgEditValidator ; fromProtoMsg ( message : MsgEditValidatorProtoMsg ) : MsgEditValidator ; toAmino ( message : MsgEditValidator ) : MsgEditValidatorAmino ; toAminoMsg ( message : MsgEditValidator ) : MsgEditValidatorAminoMsg ; toProto ( message : MsgEditValidator ) : Uint8Array ; toProtoMsg ( message : MsgEditValidator ) : MsgEditValidatorProtoMsg ; } ; MsgEditValidatorResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgEditValidatorResponse ; encode ( _ : MsgEditValidatorResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgEditValidatorResponseAmino ) : MsgEditValidatorResponse ; fromAminoMsg ( object : MsgEditValidatorResponseAminoMsg ) : MsgEditValidatorResponse ; fromPartial ( _ : {} ) : MsgEditValidatorResponse ; fromProtoMsg ( message : MsgEditValidatorResponseProtoMsg ) : MsgEditValidatorResponse ; toAmino ( _ : MsgEditValidatorResponse ) : MsgEditValidatorResponseAmino ; toAminoMsg ( message : MsgEditValidatorResponse ) : MsgEditValidatorResponseAminoMsg ; toProto ( message : MsgEditValidatorResponse ) : Uint8Array ; toProtoMsg ( message : MsgEditValidatorResponse ) : MsgEditValidatorResponseProtoMsg ; } ; MsgUndelegate : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgUndelegate ; encode ( message : MsgUndelegate ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgUndelegateAmino ) : MsgUndelegate ; fromAminoMsg ( object : MsgUndelegateAminoMsg ) : MsgUndelegate ; fromPartial ( object : { amount ?: { amount ?: string ; denom ?: string ; } ; delegatorAddress ?: string ; validatorAddress ?: string ; } ) : MsgUndelegate ; fromProtoMsg ( message : MsgUndelegateProtoMsg ) : MsgUndelegate ; toAmino ( message : MsgUndelegate ) : MsgUndelegateAmino ; toAminoMsg ( message : MsgUndelegate ) : MsgUndelegateAminoMsg ; toProto ( message : MsgUndelegate ) : Uint8Array ; toProtoMsg ( message : MsgUndelegate ) : MsgUndelegateProtoMsg ; } ; MsgUndelegateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgUndelegateResponse ; encode ( message : MsgUndelegateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgUndelegateResponseAmino ) : MsgUndelegateResponse ; fromAminoMsg ( object : MsgUndelegateResponseAminoMsg ) : MsgUndelegateResponse ; fromPartial ( object : { completionTime ?: Date ; } ) : MsgUndelegateResponse ; fromProtoMsg ( message : MsgUndelegateResponseProtoMsg ) : MsgUndelegateResponse ; toAmino ( message : MsgUndelegateResponse ) : MsgUndelegateResponseAmino ; toAminoMsg ( message : MsgUndelegateResponse ) : MsgUndelegateResponseAminoMsg ; toProto ( message : MsgUndelegateResponse ) : Uint8Array ; toProtoMsg ( message : MsgUndelegateResponse ) : MsgUndelegateResponseProtoMsg ; } ; 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 : { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toAminoMsg ( message : Params ) : ParamsAminoMsg ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } ; Pool : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Pool ; encode ( message : Pool ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PoolAmino ) : Pool ; fromAminoMsg ( object : PoolAminoMsg ) : Pool ; fromPartial ( object : { bondedTokens ?: string ; notBondedTokens ?: string ; } ) : Pool ; fromProtoMsg ( message : PoolProtoMsg ) : Pool ; toAmino ( message : Pool ) : PoolAmino ; toAminoMsg ( message : Pool ) : PoolAminoMsg ; toProto ( message : Pool ) : Uint8Array ; toProtoMsg ( message : Pool ) : PoolProtoMsg ; } ; QueryDelegationRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegationRequest ; encode ( message : QueryDelegationRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegationRequestAmino ) : QueryDelegationRequest ; fromAminoMsg ( object : QueryDelegationRequestAminoMsg ) : QueryDelegationRequest ; fromPartial ( object : { delegatorAddr ?: string ; validatorAddr ?: string ; } ) : QueryDelegationRequest ; fromProtoMsg ( message : QueryDelegationRequestProtoMsg ) : QueryDelegationRequest ; toAmino ( message : QueryDelegationRequest ) : QueryDelegationRequestAmino ; toAminoMsg ( message : QueryDelegationRequest ) : QueryDelegationRequestAminoMsg ; toProto ( message : QueryDelegationRequest ) : Uint8Array ; toProtoMsg ( message : QueryDelegationRequest ) : QueryDelegationRequestProtoMsg ; } ; QueryDelegationResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegationResponse ; encode ( message : QueryDelegationResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegationResponseAmino ) : QueryDelegationResponse ; fromAminoMsg ( object : QueryDelegationResponseAminoMsg ) : QueryDelegationResponse ; fromPartial ( object : { delegationResponse ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } ; } ) : QueryDelegationResponse ; fromProtoMsg ( message : QueryDelegationResponseProtoMsg ) : QueryDelegationResponse ; toAmino ( message : QueryDelegationResponse ) : QueryDelegationResponseAmino ; toAminoMsg ( message : QueryDelegationResponse ) : QueryDelegationResponseAminoMsg ; toProto ( message : QueryDelegationResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegationResponse ) : QueryDelegationResponseProtoMsg ; } ; QueryDelegatorDelegationsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorDelegationsRequest ; encode ( message : QueryDelegatorDelegationsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorDelegationsRequestAmino ) : QueryDelegatorDelegationsRequest ; fromAminoMsg ( object : QueryDelegatorDelegationsRequestAminoMsg ) : QueryDelegatorDelegationsRequest ; fromPartial ( object : { delegatorAddr ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryDelegatorDelegationsRequest ; fromProtoMsg ( message : QueryDelegatorDelegationsRequestProtoMsg ) : QueryDelegatorDelegationsRequest ; toAmino ( message : QueryDelegatorDelegationsRequest ) : QueryDelegatorDelegationsRequestAmino ; toAminoMsg ( message : QueryDelegatorDelegationsRequest ) : QueryDelegatorDelegationsRequestAminoMsg ; toProto ( message : QueryDelegatorDelegationsRequest ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorDelegationsRequest ) : QueryDelegatorDelegationsRequestProtoMsg ; } ; QueryDelegatorDelegationsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorDelegationsResponse ; encode ( message : QueryDelegatorDelegationsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorDelegationsResponseAmino ) : QueryDelegatorDelegationsResponse ; fromAminoMsg ( object : QueryDelegatorDelegationsResponseAminoMsg ) : QueryDelegatorDelegationsResponse ; fromPartial ( object : { delegationResponses ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryDelegatorDelegationsResponse ; fromProtoMsg ( message : QueryDelegatorDelegationsResponseProtoMsg ) : QueryDelegatorDelegationsResponse ; toAmino ( message : QueryDelegatorDelegationsResponse ) : QueryDelegatorDelegationsResponseAmino ; toAminoMsg ( message : QueryDelegatorDelegationsResponse ) : QueryDelegatorDelegationsResponseAminoMsg ; toProto ( message : QueryDelegatorDelegationsResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorDelegationsResponse ) : QueryDelegatorDelegationsResponseProtoMsg ; } ; QueryDelegatorUnbondingDelegationsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorUnbondingDelegationsRequest ; encode ( message : QueryDelegatorUnbondingDelegationsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorUnbondingDelegationsRequestAmino ) : QueryDelegatorUnbondingDelegationsRequest ; fromAminoMsg ( object : QueryDelegatorUnbondingDelegationsRequestAminoMsg ) : QueryDelegatorUnbondingDelegationsRequest ; fromPartial ( object : { delegatorAddr ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : QueryDelegatorUnbondingDelegationsRequest ; fromProtoMsg ( message : QueryDelegatorUnbondingDelegationsRequestProtoMsg ) : QueryDelegatorUnbondingDelegationsRequest ; toAmino ( message : QueryDelegatorUnbondingDelegationsRequest ) : QueryDelegatorUnbondingDelegationsRequestAmino ; toAminoMsg ( message : QueryDelegatorUnbondingDelegationsRequest ) : QueryDelegatorUnbondingDelegationsRequestAminoMsg ; toProto ( message : QueryDelegatorUnbondingDelegationsRequest ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorUnbondingDelegationsRequest ) : QueryDelegatorUnbondingDelegationsRequestProtoMsg ; } ; QueryDelegatorUnbondingDelegationsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorUnbondingDelegationsResponse ; encode ( message : QueryDelegatorUnbondingDelegationsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorUnbondingDelegationsResponseAmino ) : QueryDelegatorUnbondingDelegationsResponse ; fromAminoMsg ( object : QueryDelegatorUnbondingDelegationsResponseAminoMsg ) : QueryDelegatorUnbondingDelegationsResponse ; fromPartial ( object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; unbondingResponses ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] ; } ) : QueryDelegatorUnbondingDelegationsResponse ; fromProtoMsg ( message : QueryDelegatorUnbondingDelegationsResponseProtoMsg ) : QueryDelegatorUnbondingDelegationsResponse ; toAmino ( message : QueryDelegatorUnbondingDelegationsResponse ) : QueryDelegatorUnbondingDelegationsResponseAmino ; toAminoMsg ( message : QueryDelegatorUnbondingDelegationsResponse ) : QueryDelegatorUnbondingDelegationsResponseAminoMsg ; toProto ( message : QueryDelegatorUnbondingDelegationsResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorUnbondingDelegationsResponse ) : QueryDelegatorUnbondingDelegationsResponseProtoMsg ; } ; QueryDelegatorValidatorRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorValidatorRequest ; encode ( message : QueryDelegatorValidatorRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorValidatorRequestAmino ) : QueryDelegatorValidatorRequest ; fromAminoMsg ( object : QueryDelegatorValidatorRequestAminoMsg ) : QueryDelegatorValidatorRequest ; fromPartial ( object : { delegatorAddr ?: string ; validatorAddr ?: string ; } ) : QueryDelegatorValidatorRequest ; fromProtoMsg ( message : QueryDelegatorValidatorRequestProtoMsg ) : QueryDelegatorValidatorRequest ; toAmino ( message : QueryDelegatorValidatorRequest ) : QueryDelegatorValidatorRequestAmino ; toAminoMsg ( message : QueryDelegatorValidatorRequest ) : QueryDelegatorValidatorRequestAminoMsg ; toProto ( message : QueryDelegatorValidatorRequest ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorValidatorRequest ) : QueryDelegatorValidatorRequestProtoMsg ; } ; QueryDelegatorValidatorResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryDelegatorValidatorResponse ; encode ( message : QueryDelegatorValidatorResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryDelegatorValidatorResponseAmino ) : QueryDelegatorValidatorResponse ; fromAminoMsg ( object : QueryDelegatorValidatorResponseAminoMsg ) : QueryDelegatorValidatorResponse ; fromPartial ( object : { validator ?: { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } ; } ) : QueryDelegatorValidatorResponse ; fromProtoMsg ( message : QueryDelegatorValidatorResponseProtoMsg ) : QueryDelegatorValidatorResponse ; toAmino ( message : QueryDelegatorValidatorResponse ) : QueryDelegatorValidatorResponseAmino ; toAminoMsg ( message : QueryDelegatorValidatorResponse ) : QueryDelegatorValidatorResponseAminoMsg ; toProto ( message : QueryDelegatorValidatorResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorValidatorResponse ) : QueryDelegatorValidatorResponseProtoMsg ; } ; 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 : { delegatorAddr ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } ) : 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 : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...
) | ( ...
) ; maxRate ?: ( ...
) | ( ...
) ; rate ?: ( ...
) | ( ...
) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ) : QueryDelegatorValidatorsResponse ; fromProtoMsg ( message : QueryDelegatorValidatorsResponseProtoMsg ) : QueryDelegatorValidatorsResponse ; toAmino ( message : QueryDelegatorValidatorsResponse ) : QueryDelegatorValidatorsResponseAmino ; toAminoMsg ( message : QueryDelegatorValidatorsResponse ) : QueryDelegatorValidatorsResponseAminoMsg ; toProto ( message : QueryDelegatorValidatorsResponse ) : Uint8Array ; toProtoMsg ( message : QueryDelegatorValidatorsResponse ) : QueryDelegatorValidatorsResponseProtoMsg ; } ; QueryHistoricalInfoRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryHistoricalInfoRequest ; encode ( message : QueryHistoricalInfoRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryHistoricalInfoRequestAmino ) : QueryHistoricalInfoRequest ; fromAminoMsg ( object : QueryHistoricalInfoRequestAminoMsg ) : QueryHistoricalInfoRequest ; fromPartial ( object : { height ?: bigint ; } ) : QueryHistoricalInfoRequest ; fromProtoMsg ( message : QueryHistoricalInfoRequestProtoMsg ) : QueryHistoricalInfoRequest ; toAmino ( message : QueryHistoricalInfoRequest ) : QueryHistoricalInfoRequestAmino ; toAminoMsg ( message : QueryHistoricalInfoRequest ) : QueryHistoricalInfoRequestAminoMsg ; toProto ( message : QueryHistoricalInfoRequest ) : Uint8Array ; toProtoMsg ( message : QueryHistoricalInfoRequest ) : QueryHistoricalInfoRequestProtoMsg ; } ; QueryHistoricalInfoResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryHistoricalInfoResponse ; encode ( message : QueryHistoricalInfoResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryHistoricalInfoResponseAmino ) : QueryHistoricalInfoResponse ; fromAminoMsg ( object : QueryHistoricalInfoResponseAminoMsg ) : QueryHistoricalInfoResponse ; fromPartial ( object : { hist ?: { header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...
; total ?: ...
; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; valset ?: { commission ?: { commissionRates ?: ( ...
) | ( ...
) ; updateTime ?: ( ...
) | ( ...
) ; } ; consensusPubkey ?: { $typeUrl ?: ( ...
) | ( ...
) ; typeUrl ?: ( ...
) | ( ...
) ; value ?: ( ...
) | ( ...
) ; } ; delegatorShares ?: string ; description ?: { details ?: ( ...
) | ( ...
) ; identity ?: ( ...
) | ( ...
) ; moniker ?: ( ...
) | ( ...
) ; securityContact ?: ( ...
) | ( ...
) ; website ?: ( ...
) | ( ...
) ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ; } ) : QueryHistoricalInfoResponse ; fromProtoMsg ( message : QueryHistoricalInfoResponseProtoMsg ) : QueryHistoricalInfoResponse ; toAmino ( message : QueryHistoricalInfoResponse ) : QueryHistoricalInfoResponseAmino ; toAminoMsg ( message : QueryHistoricalInfoResponse ) : QueryHistoricalInfoResponseAminoMsg ; toProto ( message : QueryHistoricalInfoResponse ) : Uint8Array ; toProtoMsg ( message : QueryHistoricalInfoResponse ) : QueryHistoricalInfoResponseProtoMsg ; } ; 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 ?: { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; } ) : QueryParamsResponse ; fromProtoMsg ( message : QueryParamsResponseProtoMsg ) : QueryParamsResponse ; toAmino ( message : QueryParamsResponse ) : QueryParamsResponseAmino ; toAminoMsg ( message : QueryParamsResponse ) : QueryParamsResponseAminoMsg ; toProto ( message : QueryParamsResponse ) : Uint8Array ; toProtoMsg ( message : QueryParamsResponse ) : QueryParamsResponseProtoMsg ; } ; QueryPoolRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPoolRequest ; encode ( _ : QueryPoolRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryPoolRequestAmino ) : QueryPoolRequest ; fromAminoMsg ( object : QueryPoolRequestAminoMsg ) : QueryPoolRequest ; fromPartial ( _ : {} ) : QueryPoolRequest ; fromProtoMsg ( message : QueryPoolRequestProtoMsg ) : QueryPoolRequest ; toAmino ( _ : QueryPoolRequest ) : QueryPoolRequestAmino ; toAminoMsg ( message : QueryPoolRequest ) : QueryPoolRequestAminoMsg ; toProto ( message : QueryPoolRequest ) : Uint8Array ; toProtoMsg ( message : QueryPoolRequest ) : QueryPoolRequestProtoMsg ; } ; QueryPoolResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPoolResponse ; encode ( message : QueryPoolResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPoolResponseAmino ) : QueryPoolResponse ; fromAminoMsg ( object : QueryPoolResponseAminoMsg ) : QueryPoolResponse ; fromPartial ( object : { pool ?: { bondedTokens ?: string ; notBondedTokens ?: string ; } ; } ) : QueryPoolResponse ; fromProtoMsg ( message : QueryPoolResponseProtoMsg ) : QueryPoolResponse ; toAmino ( message : QueryPoolResponse ) : QueryPoolResponseAmino ; toAminoMsg ( message : QueryPoolResponse ) : QueryPoolResponseAminoMsg ; toProto ( message : QueryPoolResponse ) : Uint8Array ; toProtoMsg ( message : QueryPoolResponse ) : QueryPoolResponseProtoMsg ; } ; QueryRedelegationsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryRedelegationsRequest ; encode ( message : QueryRedelegationsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryRedelegationsRequestAmino ) : QueryRedelegationsRequest ; fromAminoMsg ( object : QueryRedelegationsRequestAminoMsg ) : QueryRedelegationsRequest ; fromPartial ( object : { delegatorAddr ?: string ; dstValidatorAddr ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; srcValidatorAddr ?: string ; } ) : QueryRedelegationsRequest ; fromProtoMsg ( message : QueryRedelegationsRequestProtoMsg ) : QueryRedelegationsRequest ; toAmino ( message : QueryRedelegationsRequest ) : QueryRedelegationsRequestAmino ; toAminoMsg ( message : QueryRedelegationsRequest ) : QueryRedelegationsRequestAminoMsg ; toProto ( message : QueryRedelegationsRequest ) : Uint8Array ; toProtoMsg ( message : QueryRedelegationsRequest ) : QueryRedelegationsRequestProtoMsg ; } ; QueryRedelegationsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryRedelegationsResponse ; encode ( message : QueryRedelegationsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryRedelegationsResponseAmino ) : QueryRedelegationsResponse ; fromAminoMsg ( object : QueryRedelegationsResponseAminoMsg ) : QueryRedelegationsResponse ; fromPartial ( object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; redelegationResponses ?: { entries ?: { balance ?: string ; redelegationEntry ?: { completionTime ?: ...
; creationHeight ?: ...
; initialBalance ?: ...
; sharesDst ?: ...
; } ; } [] ; redelegation ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: ...
; creationHeight ?: ...
; initialBalance ?: ...
; sharesDst ?: ...
; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } ; } [] ; } ) : QueryRedelegationsResponse ; fromProtoMsg ( message : QueryRedelegationsResponseProtoMsg ) : QueryRedelegationsResponse ; toAmino ( message : QueryRedelegationsResponse ) : QueryRedelegationsResponseAmino ; toAminoMsg ( message : QueryRedelegationsResponse ) : QueryRedelegationsResponseAminoMsg ; toProto ( message : QueryRedelegationsResponse ) : Uint8Array ; toProtoMsg ( message : QueryRedelegationsResponse ) : QueryRedelegationsResponseProtoMsg ; } ; QueryUnbondingDelegationRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryUnbondingDelegationRequest ; encode ( message : QueryUnbondingDelegationRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryUnbondingDelegationRequestAmino ) : QueryUnbondingDelegationRequest ; fromAminoMsg ( object : QueryUnbondingDelegationRequestAminoMsg ) : QueryUnbondingDelegationRequest ; fromPartial ( object : { delegatorAddr ?: string ; validatorAddr ?: string ; } ) : QueryUnbondingDelegationRequest ; fromProtoMsg ( message : QueryUnbondingDelegationRequestProtoMsg ) : QueryUnbondingDelegationRequest ; toAmino ( message : QueryUnbondingDelegationRequest ) : QueryUnbondingDelegationRequestAmino ; toAminoMsg ( message : QueryUnbondingDelegationRequest ) : QueryUnbondingDelegationRequestAminoMsg ; toProto ( message : QueryUnbondingDelegationRequest ) : Uint8Array ; toProtoMsg ( message : QueryUnbondingDelegationRequest ) : QueryUnbondingDelegationRequestProtoMsg ; } ; QueryUnbondingDelegationResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryUnbondingDelegationResponse ; encode ( message : QueryUnbondingDelegationResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryUnbondingDelegationResponseAmino ) : QueryUnbondingDelegationResponse ; fromAminoMsg ( object : QueryUnbondingDelegationResponseAminoMsg ) : QueryUnbondingDelegationResponse ; fromPartial ( object : { unbond ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } ; } ) : QueryUnbondingDelegationResponse ; fromProtoMsg ( message : QueryUnbondingDelegationResponseProtoMsg ) : QueryUnbondingDelegationResponse ; toAmino ( message : QueryUnbondingDelegationResponse ) : QueryUnbondingDelegationResponseAmino ; toAminoMsg ( message : QueryUnbondingDelegationResponse ) : QueryUnbondingDelegationResponseAminoMsg ; toProto ( message : QueryUnbondingDelegationResponse ) : Uint8Array ; toProtoMsg ( message : QueryUnbondingDelegationResponse ) : QueryUnbondingDelegationResponseProtoMsg ; } ; QueryValidatorDelegationsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorDelegationsRequest ; encode ( message : QueryValidatorDelegationsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorDelegationsRequestAmino ) : QueryValidatorDelegationsRequest ; fromAminoMsg ( object : QueryValidatorDelegationsRequestAminoMsg ) : QueryValidatorDelegationsRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; validatorAddr ?: string ; } ) : QueryValidatorDelegationsRequest ; fromProtoMsg ( message : QueryValidatorDelegationsRequestProtoMsg ) : QueryValidatorDelegationsRequest ; toAmino ( message : QueryValidatorDelegationsRequest ) : QueryValidatorDelegationsRequestAmino ; toAminoMsg ( message : QueryValidatorDelegationsRequest ) : QueryValidatorDelegationsRequestAminoMsg ; toProto ( message : QueryValidatorDelegationsRequest ) : Uint8Array ; toProtoMsg ( message : QueryValidatorDelegationsRequest ) : QueryValidatorDelegationsRequestProtoMsg ; } ; QueryValidatorDelegationsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorDelegationsResponse ; encode ( message : QueryValidatorDelegationsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorDelegationsResponseAmino ) : QueryValidatorDelegationsResponse ; fromAminoMsg ( object : QueryValidatorDelegationsResponseAminoMsg ) : QueryValidatorDelegationsResponse ; fromPartial ( object : { delegationResponses ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } ) : QueryValidatorDelegationsResponse ; fromProtoMsg ( message : QueryValidatorDelegationsResponseProtoMsg ) : QueryValidatorDelegationsResponse ; toAmino ( message : QueryValidatorDelegationsResponse ) : QueryValidatorDelegationsResponseAmino ; toAminoMsg ( message : QueryValidatorDelegationsResponse ) : QueryValidatorDelegationsResponseAminoMsg ; toProto ( message : QueryValidatorDelegationsResponse ) : Uint8Array ; toProtoMsg ( message : QueryValidatorDelegationsResponse ) : QueryValidatorDelegationsResponseProtoMsg ; } ; QueryValidatorRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorRequest ; encode ( message : QueryValidatorRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorRequestAmino ) : QueryValidatorRequest ; fromAminoMsg ( object : QueryValidatorRequestAminoMsg ) : QueryValidatorRequest ; fromPartial ( object : { validatorAddr ?: string ; } ) : QueryValidatorRequest ; fromProtoMsg ( message : QueryValidatorRequestProtoMsg ) : QueryValidatorRequest ; toAmino ( message : QueryValidatorRequest ) : QueryValidatorRequestAmino ; toAminoMsg ( message : QueryValidatorRequest ) : QueryValidatorRequestAminoMsg ; toProto ( message : QueryValidatorRequest ) : Uint8Array ; toProtoMsg ( message : QueryValidatorRequest ) : QueryValidatorRequestProtoMsg ; } ; QueryValidatorResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorResponse ; encode ( message : QueryValidatorResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorResponseAmino ) : QueryValidatorResponse ; fromAminoMsg ( object : QueryValidatorResponseAminoMsg ) : QueryValidatorResponse ; fromPartial ( object : { validator ?: { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } ; } ) : QueryValidatorResponse ; fromProtoMsg ( message : QueryValidatorResponseProtoMsg ) : QueryValidatorResponse ; toAmino ( message : QueryValidatorResponse ) : QueryValidatorResponseAmino ; toAminoMsg ( message : QueryValidatorResponse ) : QueryValidatorResponseAminoMsg ; toProto ( message : QueryValidatorResponse ) : Uint8Array ; toProtoMsg ( message : QueryValidatorResponse ) : QueryValidatorResponseProtoMsg ; } ; QueryValidatorUnbondingDelegationsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorUnbondingDelegationsRequest ; encode ( message : QueryValidatorUnbondingDelegationsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorUnbondingDelegationsRequestAmino ) : QueryValidatorUnbondingDelegationsRequest ; fromAminoMsg ( object : QueryValidatorUnbondingDelegationsRequestAminoMsg ) : QueryValidatorUnbondingDelegationsRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; validatorAddr ?: string ; } ) : QueryValidatorUnbondingDelegationsRequest ; fromProtoMsg ( message : QueryValidatorUnbondingDelegationsRequestProtoMsg ) : QueryValidatorUnbondingDelegationsRequest ; toAmino ( message : QueryValidatorUnbondingDelegationsRequest ) : QueryValidatorUnbondingDelegationsRequestAmino ; toAminoMsg ( message : QueryValidatorUnbondingDelegationsRequest ) : QueryValidatorUnbondingDelegationsRequestAminoMsg ; toProto ( message : QueryValidatorUnbondingDelegationsRequest ) : Uint8Array ; toProtoMsg ( message : QueryValidatorUnbondingDelegationsRequest ) : QueryValidatorUnbondingDelegationsRequestProtoMsg ; } ; QueryValidatorUnbondingDelegationsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorUnbondingDelegationsResponse ; encode ( message : QueryValidatorUnbondingDelegationsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorUnbondingDelegationsResponseAmino ) : QueryValidatorUnbondingDelegationsResponse ; fromAminoMsg ( object : QueryValidatorUnbondingDelegationsResponseAminoMsg ) : QueryValidatorUnbondingDelegationsResponse ; fromPartial ( object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; unbondingResponses ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] ; } ) : QueryValidatorUnbondingDelegationsResponse ; fromProtoMsg ( message : QueryValidatorUnbondingDelegationsResponseProtoMsg ) : QueryValidatorUnbondingDelegationsResponse ; toAmino ( message : QueryValidatorUnbondingDelegationsResponse ) : QueryValidatorUnbondingDelegationsResponseAmino ; toAminoMsg ( message : QueryValidatorUnbondingDelegationsResponse ) : QueryValidatorUnbondingDelegationsResponseAminoMsg ; toProto ( message : QueryValidatorUnbondingDelegationsResponse ) : Uint8Array ; toProtoMsg ( message : QueryValidatorUnbondingDelegationsResponse ) : QueryValidatorUnbondingDelegationsResponseProtoMsg ; } ; QueryValidatorsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorsRequest ; encode ( message : QueryValidatorsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorsRequestAmino ) : QueryValidatorsRequest ; fromAminoMsg ( object : QueryValidatorsRequestAminoMsg ) : QueryValidatorsRequest ; fromPartial ( object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; status ?: string ; } ) : QueryValidatorsRequest ; fromProtoMsg ( message : QueryValidatorsRequestProtoMsg ) : QueryValidatorsRequest ; toAmino ( message : QueryValidatorsRequest ) : QueryValidatorsRequestAmino ; toAminoMsg ( message : QueryValidatorsRequest ) : QueryValidatorsRequestAminoMsg ; toProto ( message : QueryValidatorsRequest ) : Uint8Array ; toProtoMsg ( message : QueryValidatorsRequest ) : QueryValidatorsRequestProtoMsg ; } ; QueryValidatorsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryValidatorsResponse ; encode ( message : QueryValidatorsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryValidatorsResponseAmino ) : QueryValidatorsResponse ; fromAminoMsg ( object : QueryValidatorsResponseAminoMsg ) : QueryValidatorsResponse ; fromPartial ( object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...
) | ( ...
) ; maxRate ?: ( ...
) | ( ...
) ; rate ?: ( ...
) | ( ...
) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ) : QueryValidatorsResponse ; fromProtoMsg ( message : QueryValidatorsResponseProtoMsg ) : QueryValidatorsResponse ; toAmino ( message : QueryValidatorsResponse ) : QueryValidatorsResponseAmino ; toAminoMsg ( message : QueryValidatorsResponse ) : QueryValidatorsResponseAminoMsg ; toProto ( message : QueryValidatorsResponse ) : Uint8Array ; toProtoMsg ( message : QueryValidatorsResponse ) : QueryValidatorsResponseProtoMsg ; } ; Redelegation : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Redelegation ; encode ( message : Redelegation ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RedelegationAmino ) : Redelegation ; fromAminoMsg ( object : RedelegationAminoMsg ) : Redelegation ; fromPartial ( object : { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } ) : Redelegation ; fromProtoMsg ( message : RedelegationProtoMsg ) : Redelegation ; toAmino ( message : Redelegation ) : RedelegationAmino ; toAminoMsg ( message : Redelegation ) : RedelegationAminoMsg ; toProto ( message : Redelegation ) : Uint8Array ; toProtoMsg ( message : Redelegation ) : RedelegationProtoMsg ; } ; RedelegationEntry : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RedelegationEntry ; encode ( message : RedelegationEntry ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RedelegationEntryAmino ) : RedelegationEntry ; fromAminoMsg ( object : RedelegationEntryAminoMsg ) : RedelegationEntry ; fromPartial ( object : { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } ) : RedelegationEntry ; fromProtoMsg ( message : RedelegationEntryProtoMsg ) : RedelegationEntry ; toAmino ( message : RedelegationEntry ) : RedelegationEntryAmino ; toAminoMsg ( message : RedelegationEntry ) : RedelegationEntryAminoMsg ; toProto ( message : RedelegationEntry ) : Uint8Array ; toProtoMsg ( message : RedelegationEntry ) : RedelegationEntryProtoMsg ; } ; RedelegationEntryResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RedelegationEntryResponse ; encode ( message : RedelegationEntryResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RedelegationEntryResponseAmino ) : RedelegationEntryResponse ; fromAminoMsg ( object : RedelegationEntryResponseAminoMsg ) : RedelegationEntryResponse ; fromPartial ( object : { balance ?: string ; redelegationEntry ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } ; } ) : RedelegationEntryResponse ; fromProtoMsg ( message : RedelegationEntryResponseProtoMsg ) : RedelegationEntryResponse ; toAmino ( message : RedelegationEntryResponse ) : RedelegationEntryResponseAmino ; toAminoMsg ( message : RedelegationEntryResponse ) : RedelegationEntryResponseAminoMsg ; toProto ( message : RedelegationEntryResponse ) : Uint8Array ; toProtoMsg ( message : RedelegationEntryResponse ) : RedelegationEntryResponseProtoMsg ; } ; RedelegationResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : RedelegationResponse ; encode ( message : RedelegationResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : RedelegationResponseAmino ) : RedelegationResponse ; fromAminoMsg ( object : RedelegationResponseAminoMsg ) : RedelegationResponse ; fromPartial ( object : { entries ?: { balance ?: string ; redelegationEntry ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } ; } [] ; redelegation ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } ; } ) : RedelegationResponse ; fromProtoMsg ( message : RedelegationResponseProtoMsg ) : RedelegationResponse ; toAmino ( message : RedelegationResponse ) : RedelegationResponseAmino ; toAminoMsg ( message : RedelegationResponse ) : RedelegationResponseAminoMsg ; toProto ( message : RedelegationResponse ) : Uint8Array ; toProtoMsg ( message : RedelegationResponse ) : RedelegationResponseProtoMsg ; } ; StakeAuthorization : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : StakeAuthorization ; encode ( message : StakeAuthorization ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : StakeAuthorizationAmino ) : StakeAuthorization ; fromAminoMsg ( object : StakeAuthorizationAminoMsg ) : StakeAuthorization ; fromPartial ( object : { $typeUrl ?: "/cosmos.staking.v1beta1.StakeAuthorization" ; allowList ?: { address ?: string [] ; } ; authorizationType ?: AuthorizationType ; denyList ?: { address ?: string [] ; } ; maxTokens ?: { amount ?: string ; denom ?: string ; } ; } ) : StakeAuthorization ; fromProtoMsg ( message : StakeAuthorizationProtoMsg ) : StakeAuthorization ; toAmino ( message : StakeAuthorization ) : StakeAuthorizationAmino ; toAminoMsg ( message : StakeAuthorization ) : StakeAuthorizationAminoMsg ; toProto ( message : StakeAuthorization ) : Uint8Array ; toProtoMsg ( message : StakeAuthorization ) : StakeAuthorizationProtoMsg ; } ; StakeAuthorization_Validators : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : StakeAuthorization_Validators ; encode ( message : StakeAuthorization_Validators ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : StakeAuthorization_ValidatorsAmino ) : StakeAuthorization_Validators ; fromAminoMsg ( object : StakeAuthorization_ValidatorsAminoMsg ) : StakeAuthorization_Validators ; fromPartial ( object : { address ?: string [] ; } ) : StakeAuthorization_Validators ; fromProtoMsg ( message : StakeAuthorization_ValidatorsProtoMsg ) : StakeAuthorization_Validators ; toAmino ( message : StakeAuthorization_Validators ) : StakeAuthorization_ValidatorsAmino ; toAminoMsg ( message : StakeAuthorization_Validators ) : StakeAuthorization_ValidatorsAminoMsg ; toProto ( message : StakeAuthorization_Validators ) : Uint8Array ; toProtoMsg ( message : StakeAuthorization_Validators ) : StakeAuthorization_ValidatorsProtoMsg ; } ; UnbondingDelegation : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : UnbondingDelegation ; encode ( message : UnbondingDelegation ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : UnbondingDelegationAmino ) : UnbondingDelegation ; fromAminoMsg ( object : UnbondingDelegationAminoMsg ) : UnbondingDelegation ; fromPartial ( object : { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } ) : UnbondingDelegation ; fromProtoMsg ( message : UnbondingDelegationProtoMsg ) : UnbondingDelegation ; toAmino ( message : UnbondingDelegation ) : UnbondingDelegationAmino ; toAminoMsg ( message : UnbondingDelegation ) : UnbondingDelegationAminoMsg ; toProto ( message : UnbondingDelegation ) : Uint8Array ; toProtoMsg ( message : UnbondingDelegation ) : UnbondingDelegationProtoMsg ; } ; UnbondingDelegationEntry : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : UnbondingDelegationEntry ; encode ( message : UnbondingDelegationEntry ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : UnbondingDelegationEntryAmino ) : UnbondingDelegationEntry ; fromAminoMsg ( object : UnbondingDelegationEntryAminoMsg ) : UnbondingDelegationEntry ; fromPartial ( object : { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } ) : UnbondingDelegationEntry ; fromProtoMsg ( message : UnbondingDelegationEntryProtoMsg ) : UnbondingDelegationEntry ; toAmino ( message : UnbondingDelegationEntry ) : UnbondingDelegationEntryAmino ; toAminoMsg ( message : UnbondingDelegationEntry ) : UnbondingDelegationEntryAminoMsg ; toProto ( message : UnbondingDelegationEntry ) : Uint8Array ; toProtoMsg ( message : UnbondingDelegationEntry ) : UnbondingDelegationEntryProtoMsg ; } ; ValAddresses : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ValAddresses ; encode ( message : ValAddresses ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValAddressesAmino ) : ValAddresses ; fromAminoMsg ( object : ValAddressesAminoMsg ) : ValAddresses ; fromPartial ( object : { addresses ?: string [] ; } ) : ValAddresses ; fromProtoMsg ( message : ValAddressesProtoMsg ) : ValAddresses ; toAmino ( message : ValAddresses ) : ValAddressesAmino ; toAminoMsg ( message : ValAddresses ) : ValAddressesAminoMsg ; toProto ( message : ValAddresses ) : Uint8Array ; toProtoMsg ( message : ValAddresses ) : ValAddressesProtoMsg ; } ; Validator : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Validator ; encode ( message : Validator ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorAmino ) : Validator ; fromAminoMsg ( object : ValidatorAminoMsg ) : Validator ; fromPartial ( object : { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } ) : Validator ; fromProtoMsg ( message : ValidatorProtoMsg ) : Validator ; toAmino ( message : Validator ) : ValidatorAmino ; toAminoMsg ( message : Validator ) : ValidatorAminoMsg ; toProto ( message : Validator ) : Uint8Array ; toProtoMsg ( message : Validator ) : ValidatorProtoMsg ; } ; createRpcQueryExtension : ( ( base : QueryClient ) => { delegation ( request : QueryDelegationRequest ) : Promise < QueryDelegationResponse > ; delegatorDelegations ( request : QueryDelegatorDelegationsRequest ) : Promise < QueryDelegatorDelegationsResponse > ; delegatorUnbondingDelegations ( request : QueryDelegatorUnbondingDelegationsRequest ) : Promise < QueryDelegatorUnbondingDelegationsResponse > ; delegatorValidator ( request : QueryDelegatorValidatorRequest ) : Promise < QueryDelegatorValidatorResponse > ; delegatorValidators ( request : QueryDelegatorValidatorsRequest ) : Promise < QueryDelegatorValidatorsResponse > ; historicalInfo ( request : QueryHistoricalInfoRequest ) : Promise < QueryHistoricalInfoResponse > ; params ( request ?: QueryParamsRequest ) : Promise < QueryParamsResponse > ; pool ( request ?: QueryPoolRequest ) : Promise < QueryPoolResponse > ; redelegations ( request : QueryRedelegationsRequest ) : Promise < QueryRedelegationsResponse > ; unbondingDelegation ( request : QueryUnbondingDelegationRequest ) : Promise < QueryUnbondingDelegationResponse > ; validator ( request : QueryValidatorRequest ) : Promise < QueryValidatorResponse > ; validatorDelegations ( request : QueryValidatorDelegationsRequest ) : Promise < QueryValidatorDelegationsResponse > ; validatorUnbondingDelegations ( request : QueryValidatorUnbondingDelegationsRequest ) : Promise < QueryValidatorUnbondingDelegationsResponse > ; validators ( request : QueryValidatorsRequest ) : Promise < QueryValidatorsResponse > ; } ) ; load : ( ( protoRegistry : Registry ) => void ) ; registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] ; authorizationTypeFromJSON ( object : any ) : AuthorizationType ; authorizationTypeToJSON ( object : AuthorizationType ) : string ; bondStatusFromJSON ( object : any ) : BondStatus ; bondStatusToJSON ( object : BondStatus ) : string ; } = ... Type declaration Bond Status Amino : typeof BondStatus Bond StatusSDKType : typeof BondStatus type Url : string decode : functiondecode ( input , length ? ) : Commission Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1036 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1027 from Amino : functionfrom Amino ( object ) : Commission Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1062 from Amino Msg : functionfrom Amino Msg ( object ) : Commission Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1078 from Partial : functionfrom Partial ( object ) : Commission Parameters object : { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } Optional
commission Rates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } Optional
max Change Rate ?: string Optional
max Rate ?: string Optional
rate ?: string Optional
update Time ?: Date Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1056 from Proto Msg : functionfrom Proto Msg ( message ) : Commission Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1087 to Amino : functionto Amino ( message ) : CommissionAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1072 to Amino Msg : functionto Amino Msg ( message ) : CommissionAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1081 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1090 to Proto Msg : functionto Proto Msg ( message ) : CommissionProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1093 type Url : string decode : functiondecode ( input , length ? ) : CommissionRates Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:947 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:935 from Amino : functionfrom Amino ( object ) : CommissionRates Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:977 from Amino Msg : functionfrom Amino Msg ( object ) : CommissionRates Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:997 from Partial : functionfrom Partial ( object ) : CommissionRates Parameters object : { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } Optional
max Change Rate ?: string Optional
max Rate ?: string Optional
rate ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:970 from Proto Msg : functionfrom Proto Msg ( message ) : CommissionRates Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1006 to Amino : functionto Amino ( message ) : CommissionRatesAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:990 to Amino Msg : functionto Amino Msg ( message ) : CommissionRatesAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1000 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1009 to Proto Msg : functionto Proto Msg ( message ) : CommissionRatesProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1012 Cosmos_ crypto Pub Key_ From Amino : ( ( content : AnyAmino ) => Any ) Cosmos_ crypto Pub Key_ Interface Decoder : ( ( input : Uint8Array | BinaryReader ) => Any ) Cosmos_ crypto Pub Key_ To Amino : ( ( content : Any ) => null | Pubkey ) DVPair : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : DVPair ; encode ( message : DVPair , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DVPairAmino ) : DVPair ; fromAminoMsg ( object : DVPairAminoMsg ) : DVPair ; fromPartial ( object : { delegatorAddress ?: string ; validatorAddress ?: string ; } ) : DVPair ; fromProtoMsg ( message : DVPairProtoMsg ) : DVPair ; toAmino ( message : DVPair ) : DVPairAmino ; toAminoMsg ( message : DVPair ) : DVPairAminoMsg ; toProto ( message : DVPair ) : Uint8Array ; toProtoMsg ( message : DVPair ) : DVPairProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : DVPair Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1494 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1485 from Amino : functionfrom Amino ( object ) : DVPair Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1520 from Amino Msg : functionfrom Amino Msg ( object ) : DVPair Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1536 from Partial : functionfrom Partial ( object ) : DVPair Parameters object : { delegatorAddress ?: string ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1514 from Proto Msg : functionfrom Proto Msg ( message ) : DVPair Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1545 to Amino : functionto Amino ( message ) : DVPairAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1530 to Amino Msg : functionto Amino Msg ( message ) : DVPairAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1539 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1548 to Proto Msg : functionto Proto Msg ( message ) : DVPairProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1551 DVPairs : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : DVPairs ; encode ( message : DVPairs , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DVPairsAmino ) : DVPairs ; fromAminoMsg ( object : DVPairsAminoMsg ) : DVPairs ; fromPartial ( object : { pairs ?: { delegatorAddress ?: string ; validatorAddress ?: string ; } [] ; } ) : DVPairs ; fromProtoMsg ( message : DVPairsProtoMsg ) : DVPairs ; toAmino ( message : DVPairs ) : DVPairsAmino ; toAminoMsg ( message : DVPairs ) : DVPairsAminoMsg ; toProto ( message : DVPairs ) : Uint8Array ; toProtoMsg ( message : DVPairs ) : DVPairsProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : DVPairs Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1571 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1565 from Amino : functionfrom Amino ( object ) : DVPairs Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1593 from Amino Msg : functionfrom Amino Msg ( object ) : DVPairs Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1607 from Partial : functionfrom Partial ( object ) : DVPairs Parameters object : { pairs ?: { delegatorAddress ?: string ; validatorAddress ?: string ; } [] ; } Optional
pairs ?: { delegatorAddress ?: string ; validatorAddress ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1588 from Proto Msg : functionfrom Proto Msg ( message ) : DVPairs Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1616 to Amino : functionto Amino ( message ) : DVPairsAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1598 to Amino Msg : functionto Amino Msg ( message ) : DVPairsAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1610 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1619 to Proto Msg : functionto Proto Msg ( message ) : DVPairsProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1622 type Url : string decode : functiondecode ( input , length ? ) : DVVTriplet Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1650 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1638 from Amino : functionfrom Amino ( object ) : DVVTriplet Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1680 from Amino Msg : functionfrom Amino Msg ( object ) : DVVTriplet Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1700 from Partial : functionfrom Partial ( object ) : DVVTriplet Parameters object : { delegatorAddress ?: string ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } Optional
delegator Address ?: string Optional
validator Dst Address ?: string Optional
validator Src Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1673 from Proto Msg : functionfrom Proto Msg ( message ) : DVVTriplet Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1709 to Amino : functionto Amino ( message ) : DVVTripletAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1693 to Amino Msg : functionto Amino Msg ( message ) : DVVTripletAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1703 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1712 to Proto Msg : functionto Proto Msg ( message ) : DVVTripletProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1715 type Url : string decode : functiondecode ( input , length ? ) : DVVTriplets Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1735 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1729 from Amino : functionfrom Amino ( object ) : DVVTriplets Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1757 from Amino Msg : functionfrom Amino Msg ( object ) : DVVTriplets Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1771 from Partial : functionfrom Partial ( object ) : DVVTriplets Parameters object : { triplets ?: { delegatorAddress ?: string ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } [] ; } Optional
triplets ?: { delegatorAddress ?: string ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1752 from Proto Msg : functionfrom Proto Msg ( message ) : DVVTriplets Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1780 to Amino : functionto Amino ( message ) : DVVTripletsAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1762 to Amino Msg : functionto Amino Msg ( message ) : DVVTripletsAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1774 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1783 to Proto Msg : functionto Proto Msg ( message ) : DVVTripletsProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1786 type Url : string decode : functiondecode ( input , length ? ) : Delegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1814 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1802 from Amino : functionfrom Amino ( object ) : Delegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1844 from Amino Msg : functionfrom Amino Msg ( object ) : Delegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1864 from Partial : functionfrom Partial ( object ) : Delegation Parameters object : { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
shares ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1837 from Proto Msg : functionfrom Proto Msg ( message ) : Delegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1873 to Amino : functionto Amino ( message ) : DelegationAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1857 to Amino Msg : functionto Amino Msg ( message ) : DelegationAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1867 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1876 to Proto Msg : functionto Proto Msg ( message ) : DelegationProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1879 type Url : string decode : functiondecode ( input , length ? ) : DelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2468 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2459 from Amino : functionfrom Amino ( object ) : DelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2494 from Amino Msg : functionfrom Amino Msg ( object ) : DelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2510 from Partial : functionfrom Partial ( object ) : DelegationResponse Parameters object : { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } Optional
balance ?: { amount ?: string ; denom ?: string ; } Optional
amount ?: string Optional
denom ?: string Optional
delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
shares ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2488 from Proto Msg : functionfrom Proto Msg ( message ) : DelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2519 to Amino : functionto Amino ( message ) : DelegationResponseAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2504 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2522 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : Description Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1129 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1111 from Amino : functionfrom Amino ( object ) : Description Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1167 from Amino Msg : functionfrom Amino Msg ( object ) : Description Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1195 from Partial : functionfrom Partial ( object ) : Description Parameters object : { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } Optional
details ?: string Optional
identity ?: string Optional
moniker ?: string Optional
security Contact ?: string Optional
website ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1158 from Proto Msg : functionfrom Proto Msg ( message ) : Description Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1204 to Amino : functionto Amino ( message ) : DescriptionAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1186 to Amino Msg : functionto Amino Msg ( message ) : DescriptionAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1198 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1207 to Proto Msg : functionto Proto Msg ( message ) : DescriptionProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1210 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 : { delegations ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } [] ; exported ?: boolean ; lastTotalPower ?: Uint8Array ; lastValidatorPowers ?: { address ?: string ; power ?: bigint ; } [] ; params ?: { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; redelegations ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } [] ; unbondingDelegations ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] ; validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ) : 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/staking/v1beta1/genesis.ts:140 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:113 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:190 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:240 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { delegations ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } [] ; exported ?: boolean ; lastTotalPower ?: Uint8Array ; lastValidatorPowers ?: { address ?: string ; power ?: bigint ; } [] ; params ?: { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; redelegations ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } [] ; unbondingDelegations ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] ; validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } Optional
delegations ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } [] Optional
exported ?: boolean Optional
last Total Power ?: Uint8Array Optional
last Validator Powers ?: { address ?: string ; power ?: bigint ; } [] Optional
params ?: { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } Optional
bond Denom ?: string Optional
historical Entries ?: number Optional
max Entries ?: number Optional
max Validators ?: number Optional
max Voting Power Enforcement Threshold ?: string Optional
max Voting Power Ratio ?: string Optional
min Commission Rate ?: string Optional
unbonding Time ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Optional
redelegations ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } [] Optional
unbonding Delegations ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] Optional
validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:178 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:249 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:208 to Amino Msg : functionto Amino Msg ( message ) : GenesisStateAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:243 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:252 to Proto Msg : functionto Proto Msg ( message ) : GenesisStateProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:255 Historical Info : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : HistoricalInfo ; encode ( message : HistoricalInfo , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : HistoricalInfoAmino ) : HistoricalInfo ; fromAminoMsg ( object : HistoricalInfoAminoMsg ) : HistoricalInfo ; fromPartial ( object : { header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; valset ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ) : HistoricalInfo ; fromProtoMsg ( message : HistoricalInfoProtoMsg ) : HistoricalInfo ; toAmino ( message : HistoricalInfo ) : HistoricalInfoAmino ; toAminoMsg ( message : HistoricalInfo ) : HistoricalInfoAminoMsg ; toProto ( message : HistoricalInfo ) : Uint8Array ; toProtoMsg ( message : HistoricalInfo ) : HistoricalInfoProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : HistoricalInfo Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:860 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:851 from Amino : functionfrom Amino ( object ) : HistoricalInfo Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:886 from Amino Msg : functionfrom Amino Msg ( object ) : HistoricalInfo Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:904 from Partial : functionfrom Partial ( object ) : HistoricalInfo Parameters object : { header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; valset ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } Optional
header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } Optional
app Hash ?: Uint8Array Optional
chain Id ?: string Optional
consensus Hash ?: Uint8Array Optional
data Hash ?: Uint8Array Optional
evidence Hash ?: Uint8Array Optional
height ?: bigint Optional
last Block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: Uint8Array ; total ?: number ; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: Uint8Array ; total ?: number ; } Optional
hash ?: Uint8Array Optional
total ?: number Optional
last Commit Hash ?: Uint8Array Optional
last Results Hash ?: Uint8Array Optional
next Validators Hash ?: Uint8Array Optional
proposer Address ?: Uint8Array Optional
time ?: Date Optional
validators Hash ?: Uint8Array Optional
version ?: { app ?: bigint ; block ?: bigint ; } Optional
app ?: bigint Optional
block ?: bigint Optional
valset ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:880 from Proto Msg : functionfrom Proto Msg ( message ) : HistoricalInfo Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:913 to Amino : functionto Amino ( message ) : HistoricalInfoAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:894 to Amino Msg : functionto Amino Msg ( message ) : HistoricalInfoAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:907 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:916 to Proto Msg : functionto Proto Msg ( message ) : HistoricalInfoProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:919 type Url : string decode : functiondecode ( input , length ? ) : LastValidatorPower Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:279 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:270 from Amino : functionfrom Amino ( object ) : LastValidatorPower Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:305 from Amino Msg : functionfrom Amino Msg ( object ) : LastValidatorPower Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:321 from Partial : functionfrom Partial ( object ) : LastValidatorPower Parameters object : { address ?: string ; power ?: bigint ; } Optional
address ?: string Optional
power ?: bigint Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:299 from Proto Msg : functionfrom Proto Msg ( message ) : LastValidatorPower Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:330 to Amino : functionto Amino ( message ) : LastValidatorPowerAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:315 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/genesis.ts:333 to Proto Msg : functionMessage Composer : { encoded : { beginRedelegate ( value : MsgBeginRedelegate ) : { typeUrl : string ; value : Uint8Array ; } ; createValidator ( value : MsgCreateValidator ) : { typeUrl : string ; value : Uint8Array ; } ; delegate ( value : MsgDelegate ) : { typeUrl : string ; value : Uint8Array ; } ; editValidator ( value : MsgEditValidator ) : { typeUrl : string ; value : Uint8Array ; } ; undelegate ( value : MsgUndelegate ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { beginRedelegate ( value : MsgBeginRedelegate ) : { typeUrl : string ; value : MsgBeginRedelegate ; } ; createValidator ( value : MsgCreateValidator ) : { typeUrl : string ; value : MsgCreateValidator ; } ; delegate ( value : MsgDelegate ) : { typeUrl : string ; value : MsgDelegate ; } ; editValidator ( value : MsgEditValidator ) : { typeUrl : string ; value : MsgEditValidator ; } ; undelegate ( value : MsgUndelegate ) : { typeUrl : string ; value : MsgUndelegate ; } ; } ; withTypeUrl : { beginRedelegate ( value : MsgBeginRedelegate ) : { typeUrl : string ; value : MsgBeginRedelegate ; } ; createValidator ( value : MsgCreateValidator ) : { typeUrl : string ; value : MsgCreateValidator ; } ; delegate ( value : MsgDelegate ) : { typeUrl : string ; value : MsgDelegate ; } ; editValidator ( value : MsgEditValidator ) : { typeUrl : string ; value : MsgEditValidator ; } ; undelegate ( value : MsgUndelegate ) : { typeUrl : string ; value : MsgUndelegate ; } ; } ; } encoded : { beginRedelegate ( value : MsgBeginRedelegate ) : { typeUrl : string ; value : Uint8Array ; } ; createValidator ( value : MsgCreateValidator ) : { typeUrl : string ; value : Uint8Array ; } ; delegate ( value : MsgDelegate ) : { typeUrl : string ; value : Uint8Array ; } ; editValidator ( value : MsgEditValidator ) : { typeUrl : string ; value : Uint8Array ; } ; undelegate ( value : MsgUndelegate ) : { typeUrl : string ; value : Uint8Array ; } ; } begin Redelegate : functionbegin Redelegate ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:31 create Validator : functioncreate Validator ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:13 delegate : functiondelegate ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:25 edit Validator : functionedit Validator ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:19 undelegate : functionundelegate ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:37 begin Redelegate : functionbegin Redelegate ( value ) : { typeUrl : string ; value : MsgBeginRedelegate ; } Returns { typeUrl : string ; value : MsgBeginRedelegate ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:95 create Validator : functioncreate Validator ( value ) : { typeUrl : string ; value : MsgCreateValidator ; } Returns { typeUrl : string ; value : MsgCreateValidator ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:77 delegate : functiondelegate ( value ) : { typeUrl : string ; value : MsgDelegate ; } Returns { typeUrl : string ; value : MsgDelegate ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:89 edit Validator : functionedit Validator ( value ) : { typeUrl : string ; value : MsgEditValidator ; } Returns { typeUrl : string ; value : MsgEditValidator ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:83 undelegate : functionundelegate ( value ) : { typeUrl : string ; value : MsgUndelegate ; } Returns { typeUrl : string ; value : MsgUndelegate ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:101 begin Redelegate : functionbegin Redelegate ( value ) : { typeUrl : string ; value : MsgBeginRedelegate ; } Returns { typeUrl : string ; value : MsgBeginRedelegate ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:63 create Validator : functioncreate Validator ( value ) : { typeUrl : string ; value : MsgCreateValidator ; } Returns { typeUrl : string ; value : MsgCreateValidator ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:45 delegate : functiondelegate ( value ) : { typeUrl : string ; value : MsgDelegate ; } Returns { typeUrl : string ; value : MsgDelegate ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:57 edit Validator : functionedit Validator ( value ) : { typeUrl : string ; value : MsgEditValidator ; } Returns { typeUrl : string ; value : MsgEditValidator ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:51 undelegate : functionundelegate ( value ) : { typeUrl : string ; value : MsgUndelegate ; } Returns { typeUrl : string ; value : MsgUndelegate ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.registry.ts:69 type Url : string decode : functiondecode ( input , length ? ) : MsgBeginRedelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:815 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:800 from Amino : functionfrom Amino ( object ) : MsgBeginRedelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:849 from Amino Msg : functionfrom Amino Msg ( object ) : MsgBeginRedelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:873 from Partial : functionfrom Partial ( object ) : MsgBeginRedelegate Parameters object : { amount ?: { amount ?: string ; denom ?: string ; } ; delegatorAddress ?: string ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } Optional
amount ?: string Optional
denom ?: string Optional
delegator Address ?: string Optional
validator Dst Address ?: string Optional
validator Src Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:841 from Proto Msg : functionfrom Proto Msg ( message ) : MsgBeginRedelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:882 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:885 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:902 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgBeginRedelegateResponse Parameters object : { completionTime ?: Date ; } Optional
completion Time ?: Date Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:925 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:954 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgCreateValidator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:320 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:296 from Amino : functionfrom Amino ( object ) : MsgCreateValidator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:366 from Amino Msg : functionfrom Amino Msg ( object ) : MsgCreateValidator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:402 from Partial : functionfrom Partial ( object ) : MsgCreateValidator Parameters object : { commission ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; delegatorAddress ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; minSelfDelegation ?: string ; pubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; validatorAddress ?: string ; value ?: { amount ?: string ; denom ?: string ; } ; } Optional
commission ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } Optional
max Change Rate ?: string Optional
max Rate ?: string Optional
rate ?: string Optional
delegator Address ?: string Optional
description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } Optional
details ?: string Optional
identity ?: string Optional
moniker ?: string Optional
security Contact ?: string Optional
website ?: string Optional
min Self Delegation ?: string Optional
pubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
validator Address ?: string Optional
value ?: { amount ?: string ; denom ?: string ; } Optional
amount ?: string Optional
denom ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:355 from Proto Msg : functionfrom Proto Msg ( message ) : MsgCreateValidator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:411 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:414 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:429 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/staking/v1beta1/tx.ts:470 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgDelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:662 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:650 from Amino : functionfrom Amino ( object ) : MsgDelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:692 from Amino Msg : functionfrom Amino Msg ( object ) : MsgDelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:712 from Partial : functionfrom Partial ( object ) : MsgDelegate Parameters object : { amount ?: { amount ?: string ; denom ?: string ; } ; delegatorAddress ?: string ; validatorAddress ?: string ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } Optional
amount ?: string Optional
denom ?: string Optional
delegator Address ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:685 from Proto Msg : functionfrom Proto Msg ( message ) : MsgDelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:721 to Amino : functionto Amino ( message ) : MsgDelegateAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:705 to Amino Msg : functionto Amino Msg ( message ) : MsgDelegateAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:715 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:724 to Proto Msg : functionto Proto Msg ( message ) : MsgDelegateProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:727 type Url : string decode : functiondecode ( input , length ? ) : MsgDelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:742 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:739 from Amino : functionfrom Amino ( _ ) : MsgDelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:760 from Amino Msg : functionfrom Amino Msg ( object ) : MsgDelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:768 from Partial : functionfrom Partial ( _ ) : MsgDelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:756 from Proto Msg : functionfrom Proto Msg ( message ) : MsgDelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:777 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:780 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgEditValidator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:505 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:490 from Amino : functionfrom Amino ( object ) : MsgEditValidator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:539 from Amino Msg : functionfrom Amino Msg ( object ) : MsgEditValidator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:563 from Partial : functionfrom Partial ( object ) : MsgEditValidator Parameters object : { commissionRate ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; minSelfDelegation ?: string ; validatorAddress ?: string ; } Optional
commission Rate ?: string Optional
description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } Optional
details ?: string Optional
identity ?: string Optional
moniker ?: string Optional
security Contact ?: string Optional
website ?: string Optional
min Self Delegation ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:531 from Proto Msg : functionfrom Proto Msg ( message ) : MsgEditValidator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:572 to Amino : functionto Amino ( message ) : MsgEditValidatorAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:555 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:575 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:590 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/staking/v1beta1/tx.ts:631 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : MsgUndelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:985 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:973 from Amino : functionfrom Amino ( object ) : MsgUndelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1015 from Amino Msg : functionfrom Amino Msg ( object ) : MsgUndelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1035 from Partial : functionfrom Partial ( object ) : MsgUndelegate Parameters object : { amount ?: { amount ?: string ; denom ?: string ; } ; delegatorAddress ?: string ; validatorAddress ?: string ; } Optional
amount ?: { amount ?: string ; denom ?: string ; } Optional
amount ?: string Optional
denom ?: string Optional
delegator Address ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1008 from Proto Msg : functionfrom Proto Msg ( message ) : MsgUndelegate Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1044 to Amino : functionto Amino ( message ) : MsgUndelegateAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1028 to Amino Msg : functionto Amino Msg ( message ) : MsgUndelegateAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1038 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1047 to Proto Msg : functionto Proto Msg ( message ) : MsgUndelegateProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1050 type Url : string decode : functiondecode ( input , length ? ) : MsgUndelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1070 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1064 from Amino : functionfrom Amino ( object ) : MsgUndelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1092 from Amino Msg : functionfrom Amino Msg ( object ) : MsgUndelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1104 from Partial : functionfrom Partial ( object ) : MsgUndelegateResponse Parameters object : { completionTime ?: Date ; } Optional
completion Time ?: Date Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1087 from Proto Msg : functionfrom Proto Msg ( message ) : MsgUndelegateResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1113 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/tx.ts:1116 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 : { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } ) : 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/staking/v1beta1/staking.ts:2339 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2312 from Amino : functionfrom Amino ( object ) : Params Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2389 from Amino Msg : functionfrom Amino Msg ( object ) : Params Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2429 from Partial : functionfrom Partial ( object ) : Params Parameters object : { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } Optional
bond Denom ?: string Optional
historical Entries ?: number Optional
max Entries ?: number Optional
max Validators ?: number Optional
max Voting Power Enforcement Threshold ?: string Optional
max Voting Power Ratio ?: string Optional
min Commission Rate ?: string Optional
unbonding Time ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2377 from Proto Msg : functionfrom Proto Msg ( message ) : Params Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2438 to Amino : functionto Amino ( message ) : ParamsAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2417 to Amino Msg : functionto Amino Msg ( message ) : ParamsAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2432 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2441 to Proto Msg : functionto Proto Msg ( message ) : ParamsProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2444 Pool : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Pool ; encode ( message : Pool , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PoolAmino ) : Pool ; fromAminoMsg ( object : PoolAminoMsg ) : Pool ; fromPartial ( object : { bondedTokens ?: string ; notBondedTokens ?: string ; } ) : Pool ; fromProtoMsg ( message : PoolProtoMsg ) : Pool ; toAmino ( message : Pool ) : PoolAmino ; toAminoMsg ( message : Pool ) : PoolAminoMsg ; toProto ( message : Pool ) : Uint8Array ; toProtoMsg ( message : Pool ) : PoolProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Pool Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2713 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2704 from Amino : functionfrom Amino ( object ) : Pool Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2739 from Amino Msg : functionfrom Amino Msg ( object ) : Pool Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2755 from Partial : functionfrom Partial ( object ) : Pool Parameters object : { bondedTokens ?: string ; notBondedTokens ?: string ; } Optional
bonded Tokens ?: string Optional
not Bonded Tokens ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2733 from Proto Msg : functionfrom Proto Msg ( message ) : Pool Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2764 to Amino : functionto Amino ( message ) : PoolAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2749 to Amino Msg : functionto Amino Msg ( message ) : PoolAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2758 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2767 to Proto Msg : functionto Proto Msg ( message ) : PoolProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2770 type Url : string decode : functiondecode ( input , length ? ) : QueryDelegationRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1502 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1493 from Amino : functionfrom Amino ( object ) : QueryDelegationRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1528 from Amino Msg : functionfrom Amino Msg ( object ) : QueryDelegationRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1544 from Partial : functionfrom Partial ( object ) : QueryDelegationRequest Parameters object : { delegatorAddr ?: string ; validatorAddr ?: string ; } Optional
delegator Addr ?: string Optional
validator Addr ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1522 from Proto Msg : functionfrom Proto Msg ( message ) : QueryDelegationRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1553 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1556 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryDelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1579 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1573 from Amino : functionfrom Amino ( object ) : QueryDelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1601 from Amino Msg : functionfrom Amino Msg ( object ) : QueryDelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1613 from Partial : functionfrom Partial ( object ) : QueryDelegationResponse Parameters object : { delegationResponse ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } ; } Optional
delegation Response ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } Optional
balance ?: { amount ?: string ; denom ?: string ; } Optional
amount ?: string Optional
denom ?: string Optional
delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
shares ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1596 from Proto Msg : functionfrom Proto Msg ( message ) : QueryDelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1622 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1625 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1793 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorDelegationsRequest Parameters object : { delegatorAddr ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
delegator Addr ?: string 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 Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1822 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1856 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1874 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorDelegationsResponse Parameters object : { delegationResponses ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
delegation Responses ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1903 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1939 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1957 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorUnbondingDelegationsRequest Parameters object : { delegatorAddr ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
delegator Addr ?: string 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 Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1986 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2020 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2038 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorUnbondingDelegationsResponse Parameters object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; unbondingResponses ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] ; } Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Optional
unbonding Responses ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2067 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2103 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2473 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorValidatorRequest Parameters object : { delegatorAddr ?: string ; validatorAddr ?: string ; } Optional
delegator Addr ?: string Optional
validator Addr ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2502 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2536 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2553 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorValidatorResponse Parameters object : { validator ?: { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } ; } Optional
validator ?: { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } Optional
commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } Optional
commission Rates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } Optional
max Change Rate ?: string Optional
max Rate ?: string Optional
rate ?: string Optional
update Time ?: Date Optional
consensus Pubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
delegator Shares ?: string Optional
description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } Optional
details ?: string Optional
identity ?: string Optional
moniker ?: string Optional
security Contact ?: string Optional
website ?: string Optional
jailed ?: boolean Optional
min Self Delegation ?: string Optional
operator Address ?: string Optional
tokens ?: string Optional
unbonding Height ?: bigint Optional
unbonding Time ?: Date Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2576 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2605 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2309 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorValidatorsRequest Parameters object : { delegatorAddr ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; } Optional
delegator Addr ?: string 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 Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2338 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2372 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2390 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryDelegatorValidatorsResponse Parameters object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Optional
validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2419 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2455 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2622 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryHistoricalInfoRequest Parameters object : { height ?: bigint ; } Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2645 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2674 to Proto Msg : functionQuery Historical Info Response : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : QueryHistoricalInfoResponse ; encode ( message : QueryHistoricalInfoResponse , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryHistoricalInfoResponseAmino ) : QueryHistoricalInfoResponse ; fromAminoMsg ( object : QueryHistoricalInfoResponseAminoMsg ) : QueryHistoricalInfoResponse ; fromPartial ( object : { hist ?: { header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; valset ?: { commission ?: { commissionRates ?: ( ...) | ( ...) ; updateTime ?: ( ...) | ( ...) ; } ; consensusPubkey ?: { $typeUrl ?: ( ...) | ( ...) ; typeUrl ?: ( ...) | ( ...) ; value ?: ( ...) | ( ...) ; } ; delegatorShares ?: string ; description ?: { details ?: ( ...) | ( ...) ; identity ?: ( ...) | ( ...) ; moniker ?: ( ...) | ( ...) ; securityContact ?: ( ...) | ( ...) ; website ?: ( ...) | ( ...) ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ; } ) : QueryHistoricalInfoResponse ; fromProtoMsg ( message : QueryHistoricalInfoResponseProtoMsg ) : QueryHistoricalInfoResponse ; toAmino ( message : QueryHistoricalInfoResponse ) : QueryHistoricalInfoResponseAmino ; toAminoMsg ( message : QueryHistoricalInfoResponse ) : QueryHistoricalInfoResponseAminoMsg ; toProto ( message : QueryHistoricalInfoResponse ) : Uint8Array ; toProtoMsg ( message : QueryHistoricalInfoResponse ) : QueryHistoricalInfoResponseProtoMsg ; } type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2691 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryHistoricalInfoResponse Parameters object : { hist ?: { header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; valset ?: { commission ?: { commissionRates ?: ( ...) | ( ...) ; updateTime ?: ( ...) | ( ...) ; } ; consensusPubkey ?: { $typeUrl ?: ( ...) | ( ...) ; typeUrl ?: ( ...) | ( ...) ; value ?: ( ...) | ( ...) ; } ; delegatorShares ?: string ; description ?: { details ?: ( ...) | ( ...) ; identity ?: ( ...) | ( ...) ; moniker ?: ( ...) | ( ...) ; securityContact ?: ( ...) | ( ...) ; website ?: ( ...) | ( ...) ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } ; } Optional
hist ?: { header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } ; valset ?: { commission ?: { commissionRates ?: ( ...) | ( ...) ; updateTime ?: ( ...) | ( ...) ; } ; consensusPubkey ?: { $typeUrl ?: ( ...) | ( ...) ; typeUrl ?: ( ...) | ( ...) ; value ?: ( ...) | ( ...) ; } ; delegatorShares ?: string ; description ?: { details ?: ( ...) | ( ...) ; identity ?: ( ...) | ( ...) ; moniker ?: ( ...) | ( ...) ; securityContact ?: ( ...) | ( ...) ; website ?: ( ...) | ( ...) ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } Optional
header ?: { appHash ?: Uint8Array ; chainId ?: string ; consensusHash ?: Uint8Array ; dataHash ?: Uint8Array ; evidenceHash ?: Uint8Array ; height ?: bigint ; lastBlockId ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } ; lastCommitHash ?: Uint8Array ; lastResultsHash ?: Uint8Array ; nextValidatorsHash ?: Uint8Array ; proposerAddress ?: Uint8Array ; time ?: Date ; validatorsHash ?: Uint8Array ; version ?: { app ?: bigint ; block ?: bigint ; } ; } Optional
app Hash ?: Uint8Array Optional
chain Id ?: string Optional
consensus Hash ?: Uint8Array Optional
data Hash ?: Uint8Array Optional
evidence Hash ?: Uint8Array Optional
height ?: bigint Optional
last Block Id ?: { hash ?: Uint8Array ; partSetHeader ?: { hash ?: ...; total ?: ...; } ; } Optional
hash ?: Uint8Array Optional
part Set Header ?: { hash ?: ...; total ?: ...; } Optional
hash ?: ...Optional
total ?: ...Optional
last Commit Hash ?: Uint8Array Optional
last Results Hash ?: Uint8Array Optional
next Validators Hash ?: Uint8Array Optional
proposer Address ?: Uint8Array Optional
time ?: Date Optional
validators Hash ?: Uint8Array Optional
version ?: { app ?: bigint ; block ?: bigint ; } Optional
app ?: bigint Optional
block ?: bigint Optional
valset ?: { commission ?: { commissionRates ?: ( ...) | ( ...) ; updateTime ?: ( ...) | ( ...) ; } ; consensusPubkey ?: { $typeUrl ?: ( ...) | ( ...) ; typeUrl ?: ( ...) | ( ...) ; value ?: ( ...) | ( ...) ; } ; delegatorShares ?: string ; description ?: { details ?: ( ...) | ( ...) ; identity ?: ( ...) | ( ...) ; moniker ?: ( ...) | ( ...) ; securityContact ?: ( ...) | ( ...) ; website ?: ( ...) | ( ...) ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2714 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2743 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2886 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2883 from Amino : functionfrom Amino ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2904 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2912 from Partial : functionfrom Partial ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2900 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2921 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2924 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2947 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2941 from Amino : functionfrom Amino ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2969 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2981 from Partial : functionfrom Partial ( object ) : QueryParamsResponse Parameters object : { params ?: { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } ; } Optional
params ?: { bondDenom ?: string ; historicalEntries ?: number ; maxEntries ?: number ; maxValidators ?: number ; maxVotingPowerEnforcementThreshold ?: string ; maxVotingPowerRatio ?: string ; minCommissionRate ?: string ; unbondingTime ?: { nanos ?: number ; seconds ?: bigint ; } ; } Optional
bond Denom ?: string Optional
historical Entries ?: number Optional
max Entries ?: number Optional
max Validators ?: number Optional
max Voting Power Enforcement Threshold ?: string Optional
max Voting Power Ratio ?: string Optional
min Commission Rate ?: string Optional
unbonding Time ?: { nanos ?: number ; seconds ?: bigint ; } Optional
nanos ?: number Optional
seconds ?: bigint Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2964 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2990 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2993 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryPoolRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2761 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2758 from Amino : functionfrom Amino ( _ ) : QueryPoolRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2779 from Amino Msg : functionfrom Amino Msg ( object ) : QueryPoolRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2787 from Partial : functionfrom Partial ( _ ) : QueryPoolRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2775 from Proto Msg : functionfrom Proto Msg ( message ) : QueryPoolRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2796 to Amino : functionto Amino ( _ ) : QueryPoolRequestAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2783 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2799 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryPoolResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2822 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2816 from Amino : functionfrom Amino ( object ) : QueryPoolResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2844 from Amino Msg : functionfrom Amino Msg ( object ) : QueryPoolResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2856 from Partial : functionfrom Partial ( object ) : QueryPoolResponse Parameters object : { pool ?: { bondedTokens ?: string ; notBondedTokens ?: string ; } ; } Optional
pool ?: { bondedTokens ?: string ; notBondedTokens ?: string ; } Optional
bonded Tokens ?: string Optional
not Bonded Tokens ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2839 from Proto Msg : functionfrom Proto Msg ( message ) : QueryPoolResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2865 to Amino : functionto Amino ( message ) : QueryPoolResponseAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2851 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2868 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2123 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryRedelegationsRequest Parameters object : { delegatorAddr ?: string ; dstValidatorAddr ?: string ; pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; srcValidatorAddr ?: string ; } Optional
delegator Addr ?: string Optional
dst Validator Addr ?: string 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
src Validator Addr ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2164 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2208 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2226 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryRedelegationsResponse Parameters object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; redelegationResponses ?: { entries ?: { balance ?: string ; redelegationEntry ?: { completionTime ?: ...; creationHeight ?: ...; initialBalance ?: ...; sharesDst ?: ...; } ; } [] ; redelegation ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: ...; creationHeight ?: ...; initialBalance ?: ...; sharesDst ?: ...; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } ; } [] ; } Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Optional
redelegation Responses ?: { entries ?: { balance ?: string ; redelegationEntry ?: { completionTime ?: ...; creationHeight ?: ...; initialBalance ?: ...; sharesDst ?: ...; } ; } [] ; redelegation ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: ...; creationHeight ?: ...; initialBalance ?: ...; sharesDst ?: ...; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2255 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:2291 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1643 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryUnbondingDelegationRequest Parameters object : { delegatorAddr ?: string ; validatorAddr ?: string ; } Optional
delegator Addr ?: string Optional
validator Addr ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1672 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1706 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1723 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryUnbondingDelegationResponse Parameters object : { unbond ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } ; } Optional
unbond ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1746 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1775 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1165 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorDelegationsRequest Parameters object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; validatorAddr ?: string ; } 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
validator Addr ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1194 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1228 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1246 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorDelegationsResponse Parameters object : { delegationResponses ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } [] ; pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; } Optional
delegation Responses ?: { balance ?: { amount ?: string ; denom ?: string ; } ; delegation ?: { delegatorAddress ?: string ; shares ?: string ; validatorAddress ?: string ; } ; } [] Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1275 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1311 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryValidatorRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1032 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1026 from Amino : functionfrom Amino ( object ) : QueryValidatorRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1054 from Amino Msg : functionfrom Amino Msg ( object ) : QueryValidatorRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1066 from Partial : functionfrom Partial ( object ) : QueryValidatorRequest Parameters object : { validatorAddr ?: string ; } Optional
validator Addr ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1049 from Proto Msg : functionfrom Proto Msg ( message ) : QueryValidatorRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1075 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1078 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryValidatorResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1101 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1095 from Amino : functionfrom Amino ( object ) : QueryValidatorResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1123 from Amino Msg : functionfrom Amino Msg ( object ) : QueryValidatorResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1135 from Partial : functionfrom Partial ( object ) : QueryValidatorResponse Parameters object : { validator ?: { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } ; } Optional
validator ?: { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } Optional
commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } Optional
commission Rates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } Optional
max Change Rate ?: string Optional
max Rate ?: string Optional
rate ?: string Optional
update Time ?: Date Optional
consensus Pubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
delegator Shares ?: string Optional
description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } Optional
details ?: string Optional
identity ?: string Optional
moniker ?: string Optional
security Contact ?: string Optional
website ?: string Optional
jailed ?: boolean Optional
min Self Delegation ?: string Optional
operator Address ?: string Optional
tokens ?: string Optional
unbonding Height ?: bigint Optional
unbonding Time ?: Date Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1118 from Proto Msg : functionfrom Proto Msg ( message ) : QueryValidatorResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1144 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1147 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1329 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorUnbondingDelegationsRequest Parameters object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; validatorAddr ?: string ; } 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
validator Addr ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1358 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1392 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1410 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryValidatorUnbondingDelegationsResponse Parameters object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; unbondingResponses ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] ; } Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Optional
unbonding Responses ?: { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1439 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1475 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryValidatorsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:872 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:863 from Amino : functionfrom Amino ( object ) : QueryValidatorsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:898 from Amino Msg : functionfrom Amino Msg ( object ) : QueryValidatorsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:914 from Partial : functionfrom Partial ( object ) : QueryValidatorsRequest Parameters object : { pagination ?: { countTotal ?: boolean ; key ?: Uint8Array ; limit ?: bigint ; offset ?: bigint ; reverse ?: boolean ; } ; status ?: string ; } 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
status ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:892 from Proto Msg : functionfrom Proto Msg ( message ) : QueryValidatorsRequest Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:923 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:926 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryValidatorsResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:953 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:944 from Amino : functionfrom Amino ( object ) : QueryValidatorsResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:979 from Amino Msg : functionfrom Amino Msg ( object ) : QueryValidatorsResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:997 from Partial : functionfrom Partial ( object ) : QueryValidatorsResponse Parameters object : { pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } ; validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] ; } Optional
pagination ?: { nextKey ?: Uint8Array ; total ?: bigint ; } Optional
next Key ?: Uint8Array Optional
total ?: bigint Optional
validators ?: { commission ?: { commissionRates ?: { maxChangeRate ?: ( ...) | ( ...) ; maxRate ?: ( ...) | ( ...) ; rate ?: ( ...) | ( ...) ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:973 from Proto Msg : functionfrom Proto Msg ( message ) : QueryValidatorsResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1006 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/query.ts:1009 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : Redelegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2216 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2201 from Amino : functionfrom Amino ( object ) : Redelegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2250 from Amino Msg : functionfrom Amino Msg ( object ) : Redelegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2276 from Partial : functionfrom Partial ( object ) : Redelegation Parameters object : { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } Optional
delegator Address ?: string Optional
entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] Optional
validator Dst Address ?: string Optional
validator Src Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2242 from Proto Msg : functionfrom Proto Msg ( message ) : Redelegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2285 to Amino : functionto Amino ( message ) : RedelegationAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2264 to Amino Msg : functionto Amino Msg ( message ) : RedelegationAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2279 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2288 to Proto Msg : functionto Proto Msg ( message ) : RedelegationProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2291 type Url : string decode : functiondecode ( input , length ? ) : RedelegationEntry Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2111 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2096 from Amino : functionfrom Amino ( object ) : RedelegationEntry Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2145 from Amino Msg : functionfrom Amino Msg ( object ) : RedelegationEntry Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2169 from Partial : functionfrom Partial ( object ) : RedelegationEntry Parameters object : { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } Optional
completion Time ?: Date Optional
creation Height ?: bigint Optional
initial Balance ?: string Optional
shares Dst ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2137 from Proto Msg : functionfrom Proto Msg ( message ) : RedelegationEntry Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2178 to Amino : functionto Amino ( message ) : RedelegationEntryAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2161 to Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2181 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : RedelegationEntryResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2549 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2540 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : RedelegationEntryResponse Parameters object : { balance ?: string ; redelegationEntry ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } ; } Optional
balance ?: string Optional
redelegation Entry ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } Optional
completion Time ?: Date Optional
creation Height ?: bigint Optional
initial Balance ?: string Optional
shares Dst ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2569 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2603 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : RedelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2630 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2621 from Amino : functionfrom Amino ( object ) : RedelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2656 from Amino Msg : functionfrom Amino Msg ( object ) : RedelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2674 from Partial : functionfrom Partial ( object ) : RedelegationResponse Parameters object : { entries ?: { balance ?: string ; redelegationEntry ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } ; } [] ; redelegation ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } ; } Optional
entries ?: { balance ?: string ; redelegationEntry ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } ; } [] Optional
redelegation ?: { delegatorAddress ?: string ; entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] ; validatorDstAddress ?: string ; validatorSrcAddress ?: string ; } Optional
delegator Address ?: string Optional
entries ?: { completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; sharesDst ?: string ; } [] Optional
validator Dst Address ?: string Optional
validator Src Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2650 from Proto Msg : functionfrom Proto Msg ( message ) : RedelegationResponse Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2683 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2686 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : StakeAuthorization Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:167 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:152 from Amino : functionfrom Amino ( object ) : StakeAuthorization Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:201 from Amino Msg : functionfrom Amino Msg ( object ) : StakeAuthorization Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:225 from Partial : functionfrom Partial ( object ) : StakeAuthorization Parameters object : { $typeUrl ?: "/cosmos.staking.v1beta1.StakeAuthorization" ; allowList ?: { address ?: string [] ; } ; authorizationType ?: AuthorizationType ; denyList ?: { address ?: string [] ; } ; maxTokens ?: { amount ?: string ; denom ?: string ; } ; } Optional
$type Url ?: "/cosmos.staking.v1beta1.StakeAuthorization" Optional
allow List ?: { address ?: string [] ; } Optional
address ?: string [] Optional
deny List ?: { address ?: string [] ; } Optional
address ?: string [] Optional
max Tokens ?: { amount ?: string ; denom ?: string ; } Optional
amount ?: string Optional
denom ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:193 from Proto Msg : functionfrom Proto Msg ( message ) : StakeAuthorization Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:234 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:237 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:254 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : StakeAuthorization_Validators Parameters object : { address ?: string [] ; } Optional
address ?: string [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:277 from Proto Msg : functionto Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:308 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : UnbondingDelegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1907 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1895 from Amino : functionfrom Amino ( object ) : UnbondingDelegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1937 from Amino Msg : functionfrom Amino Msg ( object ) : UnbondingDelegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1959 from Partial : functionfrom Partial ( object ) : UnbondingDelegation Parameters object : { delegatorAddress ?: string ; entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] ; validatorAddress ?: string ; } Optional
delegator Address ?: string Optional
entries ?: { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } [] Optional
validator Address ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1930 from Proto Msg : functionfrom Proto Msg ( message ) : UnbondingDelegation Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1968 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1971 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : UnbondingDelegationEntry Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2006 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1991 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : UnbondingDelegationEntry Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2064 from Partial : functionfrom Partial ( object ) : UnbondingDelegationEntry Parameters object : { balance ?: string ; completionTime ?: Date ; creationHeight ?: bigint ; initialBalance ?: string ; } Optional
balance ?: string Optional
completion Time ?: Date Optional
creation Height ?: bigint Optional
initial Balance ?: string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2032 from Proto Msg : functionfrom Proto Msg ( message ) : UnbondingDelegationEntry Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2073 to Amino : functionto Amino Msg : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:2076 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ValAddresses Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1419 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1413 from Amino : functionfrom Amino ( object ) : ValAddresses Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1441 from Amino Msg : functionfrom Amino Msg ( object ) : ValAddresses Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1455 from Partial : functionfrom Partial ( object ) : ValAddresses Parameters object : { addresses ?: string [] ; } Optional
addresses ?: string [] Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1436 from Proto Msg : functionfrom Proto Msg ( message ) : ValAddresses Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1464 to Amino : functionto Amino ( message ) : ValAddressesAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1446 to Amino Msg : functionto Amino Msg ( message ) : ValAddressesAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1458 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1467 to Proto Msg : functionto Proto Msg ( message ) : ValAddressesProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1470 Validator : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Validator ; encode ( message : Validator , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ValidatorAmino ) : Validator ; fromAminoMsg ( object : ValidatorAminoMsg ) : Validator ; fromPartial ( object : { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } ) : Validator ; fromProtoMsg ( message : ValidatorProtoMsg ) : Validator ; toAmino ( message : Validator ) : ValidatorAmino ; toAminoMsg ( message : Validator ) : ValidatorAminoMsg ; toProto ( message : Validator ) : Uint8Array ; toProtoMsg ( message : Validator ) : ValidatorProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Validator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1270 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1234 from Amino : functionfrom Amino ( object ) : Validator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1332 from Amino Msg : functionfrom Amino Msg ( object ) : Validator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1384 from Partial : functionfrom Partial ( object ) : Validator Parameters object : { commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } ; consensusPubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } ; delegatorShares ?: string ; description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } ; jailed ?: boolean ; minSelfDelegation ?: string ; operatorAddress ?: string ; status ?: BondStatus ; tokens ?: string ; unbondingHeight ?: bigint ; unbondingTime ?: Date ; } Optional
commission ?: { commissionRates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } ; updateTime ?: Date ; } Optional
commission Rates ?: { maxChangeRate ?: string ; maxRate ?: string ; rate ?: string ; } Optional
max Change Rate ?: string Optional
max Rate ?: string Optional
rate ?: string Optional
update Time ?: Date Optional
consensus Pubkey ?: { $typeUrl ?: string ; typeUrl ?: string ; value ?: Uint8Array ; } Optional
$type Url ?: string Optional
type Url ?: string Optional
value ?: Uint8Array Optional
delegator Shares ?: string Optional
description ?: { details ?: string ; identity ?: string ; moniker ?: string ; securityContact ?: string ; website ?: string ; } Optional
details ?: string Optional
identity ?: string Optional
moniker ?: string Optional
security Contact ?: string Optional
website ?: string Optional
jailed ?: boolean Optional
min Self Delegation ?: string Optional
operator Address ?: string Optional
tokens ?: string Optional
unbonding Height ?: bigint Optional
unbonding Time ?: Date Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1317 from Proto Msg : functionfrom Proto Msg ( message ) : Validator Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1393 to Amino : functionto Amino ( message ) : ValidatorAmino Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1369 to Amino Msg : functionto Amino Msg ( message ) : ValidatorAminoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1387 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1396 to Proto Msg : functionto Proto Msg ( message ) : ValidatorProtoMsg Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:1399 load : ( ( protoRegistry : Registry ) => void ) ( protoRegistry ) : void Returns void registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] authorization Type FromJSON : functionauthorization Type FromJSON ( object ) : AuthorizationType Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:23 authorization Type ToJSON : functionauthorization Type ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/authz.ts:43 bond Status FromJSON : functionbond Status FromJSON ( object ) : BondStatus Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:26 bond Status ToJSON : functionbond Status ToJSON ( object ) : string Returns string Defined in packages/proto/src/codegen/cosmos/staking/v1beta1/staking.ts:46 Defined in packages/proto/src/codegen/cosmos/bundle.ts:223
commission_rates defines the initial commission rates to be used for creating a validator.