oracle : { LCDQueryClient : any ; MsgClientImpl : any ; QueryClientImpl : any ; AggregateExchangeRateVote : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : AggregateExchangeRateVote ; encode ( message : AggregateExchangeRateVote ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : AggregateExchangeRateVoteAmino ) : AggregateExchangeRateVote ; fromAminoMsg ( object : AggregateExchangeRateVoteAminoMsg ) : AggregateExchangeRateVote ; fromPartial ( object : { exchangeRateTuples ?: { denom ?: string ; exchangeRate ?: string ; } [] ; voter ?: string ; } ) : AggregateExchangeRateVote ; fromProtoMsg ( message : AggregateExchangeRateVoteProtoMsg ) : AggregateExchangeRateVote ; toAmino ( message : AggregateExchangeRateVote ) : AggregateExchangeRateVoteAmino ; toProto ( message : AggregateExchangeRateVote ) : Uint8Array ; toProtoMsg ( message : AggregateExchangeRateVote ) : AggregateExchangeRateVoteProtoMsg ; } ; AminoConverter : { /seiprotocol.seichain.oracle.MsgAggregateExchangeRateVote : { aminoType : string ; fromAmino : ( ( object : MsgAggregateExchangeRateVoteAmino ) => MsgAggregateExchangeRateVote ) ; toAmino : ( ( message : MsgAggregateExchangeRateVote ) => MsgAggregateExchangeRateVoteAmino ) ; } ; /seiprotocol.seichain.oracle.MsgDelegateFeedConsent : { aminoType : string ; fromAmino : ( ( object : MsgDelegateFeedConsentAmino ) => MsgDelegateFeedConsent ) ; toAmino : ( ( message : MsgDelegateFeedConsent ) => MsgDelegateFeedConsentAmino ) ; } ; } ; Denom : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : Denom ; encode ( message : Denom ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DenomAmino ) : Denom ; fromAminoMsg ( object : DenomAminoMsg ) : Denom ; fromPartial ( object : { name ?: string ; } ) : Denom ; fromProtoMsg ( message : DenomProtoMsg ) : Denom ; toAmino ( message : Denom ) : DenomAmino ; toProto ( message : Denom ) : Uint8Array ; toProtoMsg ( message : Denom ) : DenomProtoMsg ; } ; DenomOracleExchangeRatePair : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : DenomOracleExchangeRatePair ; encode ( message : DenomOracleExchangeRatePair ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DenomOracleExchangeRatePairAmino ) : DenomOracleExchangeRatePair ; fromAminoMsg ( object : DenomOracleExchangeRatePairAminoMsg ) : DenomOracleExchangeRatePair ; fromPartial ( object : { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } ) : DenomOracleExchangeRatePair ; fromProtoMsg ( message : DenomOracleExchangeRatePairProtoMsg ) : DenomOracleExchangeRatePair ; toAmino ( message : DenomOracleExchangeRatePair ) : DenomOracleExchangeRatePairAmino ; toProto ( message : DenomOracleExchangeRatePair ) : Uint8Array ; toProtoMsg ( message : DenomOracleExchangeRatePair ) : DenomOracleExchangeRatePairProtoMsg ; } ; ExchangeRateTuple : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : ExchangeRateTuple ; encode ( message : ExchangeRateTuple ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : ExchangeRateTupleAmino ) : ExchangeRateTuple ; fromAminoMsg ( object : ExchangeRateTupleAminoMsg ) : ExchangeRateTuple ; fromPartial ( object : { denom ?: string ; exchangeRate ?: string ; } ) : ExchangeRateTuple ; fromProtoMsg ( message : ExchangeRateTupleProtoMsg ) : ExchangeRateTuple ; toAmino ( message : ExchangeRateTuple ) : ExchangeRateTupleAmino ; toProto ( message : ExchangeRateTuple ) : Uint8Array ; toProtoMsg ( message : ExchangeRateTuple ) : ExchangeRateTupleProtoMsg ; } ; FeederDelegation : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : FeederDelegation ; encode ( message : FeederDelegation ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : FeederDelegationAmino ) : FeederDelegation ; fromAminoMsg ( object : FeederDelegationAminoMsg ) : FeederDelegation ; fromPartial ( object : { feederAddress ?: string ; validatorAddress ?: string ; } ) : FeederDelegation ; fromProtoMsg ( message : FeederDelegationProtoMsg ) : FeederDelegation ; toAmino ( message : FeederDelegation ) : FeederDelegationAmino ; toProto ( message : FeederDelegation ) : Uint8Array ; toProtoMsg ( message : FeederDelegation ) : FeederDelegationProtoMsg ; } ; 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 : { aggregateExchangeRateVotes ?: { exchangeRateTuples ?: { denom ?: string ; exchangeRate ?: string ; } [] ; voter ?: string ; } [] ; exchangeRates ?: { denom ?: string ; exchangeRate ?: string ; } [] ; feederDelegations ?: { feederAddress ?: string ; validatorAddress ?: string ; } [] ; params ?: { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } ; penaltyCounters ?: { validatorAddress ?: string ; votePenaltyCounter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ; } [] ; priceSnapshots ?: { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: ...
; lastUpdate ?: ...
; lastUpdateTimestamp ?: ...
; } ; } [] ; snapshotTimestamp ?: bigint ; } [] ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } ; MessageComposer : { encoded : { aggregateExchangeRateVote ( value : MsgAggregateExchangeRateVote ) : { typeUrl : string ; value : Uint8Array ; } ; delegateFeedConsent ( value : MsgDelegateFeedConsent ) : { typeUrl : string ; value : Uint8Array ; } ; } ; fromPartial : { aggregateExchangeRateVote ( value : MsgAggregateExchangeRateVote ) : { typeUrl : string ; value : MsgAggregateExchangeRateVote ; } ; delegateFeedConsent ( value : MsgDelegateFeedConsent ) : { typeUrl : string ; value : MsgDelegateFeedConsent ; } ; } ; withTypeUrl : { aggregateExchangeRateVote ( value : MsgAggregateExchangeRateVote ) : { typeUrl : string ; value : MsgAggregateExchangeRateVote ; } ; delegateFeedConsent ( value : MsgDelegateFeedConsent ) : { typeUrl : string ; value : MsgDelegateFeedConsent ; } ; } ; } ; MsgAggregateExchangeRateVote : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgAggregateExchangeRateVote ; encode ( message : MsgAggregateExchangeRateVote ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgAggregateExchangeRateVoteAmino ) : MsgAggregateExchangeRateVote ; fromAminoMsg ( object : MsgAggregateExchangeRateVoteAminoMsg ) : MsgAggregateExchangeRateVote ; fromPartial ( object : { exchangeRates ?: string ; feeder ?: string ; validator ?: string ; } ) : MsgAggregateExchangeRateVote ; fromProtoMsg ( message : MsgAggregateExchangeRateVoteProtoMsg ) : MsgAggregateExchangeRateVote ; toAmino ( message : MsgAggregateExchangeRateVote ) : MsgAggregateExchangeRateVoteAmino ; toProto ( message : MsgAggregateExchangeRateVote ) : Uint8Array ; toProtoMsg ( message : MsgAggregateExchangeRateVote ) : MsgAggregateExchangeRateVoteProtoMsg ; } ; MsgAggregateExchangeRateVoteResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgAggregateExchangeRateVoteResponse ; encode ( _ : MsgAggregateExchangeRateVoteResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgAggregateExchangeRateVoteResponseAmino ) : MsgAggregateExchangeRateVoteResponse ; fromAminoMsg ( object : MsgAggregateExchangeRateVoteResponseAminoMsg ) : MsgAggregateExchangeRateVoteResponse ; fromPartial ( _ : {} ) : MsgAggregateExchangeRateVoteResponse ; fromProtoMsg ( message : MsgAggregateExchangeRateVoteResponseProtoMsg ) : MsgAggregateExchangeRateVoteResponse ; toAmino ( _ : MsgAggregateExchangeRateVoteResponse ) : MsgAggregateExchangeRateVoteResponseAmino ; toProto ( message : MsgAggregateExchangeRateVoteResponse ) : Uint8Array ; toProtoMsg ( message : MsgAggregateExchangeRateVoteResponse ) : MsgAggregateExchangeRateVoteResponseProtoMsg ; } ; MsgDelegateFeedConsent : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgDelegateFeedConsent ; encode ( message : MsgDelegateFeedConsent ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : MsgDelegateFeedConsentAmino ) : MsgDelegateFeedConsent ; fromAminoMsg ( object : MsgDelegateFeedConsentAminoMsg ) : MsgDelegateFeedConsent ; fromPartial ( object : { delegate ?: string ; operator ?: string ; } ) : MsgDelegateFeedConsent ; fromProtoMsg ( message : MsgDelegateFeedConsentProtoMsg ) : MsgDelegateFeedConsent ; toAmino ( message : MsgDelegateFeedConsent ) : MsgDelegateFeedConsentAmino ; toProto ( message : MsgDelegateFeedConsent ) : Uint8Array ; toProtoMsg ( message : MsgDelegateFeedConsent ) : MsgDelegateFeedConsentProtoMsg ; } ; MsgDelegateFeedConsentResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : MsgDelegateFeedConsentResponse ; encode ( _ : MsgDelegateFeedConsentResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : MsgDelegateFeedConsentResponseAmino ) : MsgDelegateFeedConsentResponse ; fromAminoMsg ( object : MsgDelegateFeedConsentResponseAminoMsg ) : MsgDelegateFeedConsentResponse ; fromPartial ( _ : {} ) : MsgDelegateFeedConsentResponse ; fromProtoMsg ( message : MsgDelegateFeedConsentResponseProtoMsg ) : MsgDelegateFeedConsentResponse ; toAmino ( _ : MsgDelegateFeedConsentResponse ) : MsgDelegateFeedConsentResponseAmino ; toProto ( message : MsgDelegateFeedConsentResponse ) : Uint8Array ; toProtoMsg ( message : MsgDelegateFeedConsentResponse ) : MsgDelegateFeedConsentResponseProtoMsg ; } ; OracleExchangeRate : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : OracleExchangeRate ; encode ( message : OracleExchangeRate ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : OracleExchangeRateAmino ) : OracleExchangeRate ; fromAminoMsg ( object : OracleExchangeRateAminoMsg ) : OracleExchangeRate ; fromPartial ( object : { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ) : OracleExchangeRate ; fromProtoMsg ( message : OracleExchangeRateProtoMsg ) : OracleExchangeRate ; toAmino ( message : OracleExchangeRate ) : OracleExchangeRateAmino ; toProto ( message : OracleExchangeRate ) : Uint8Array ; toProtoMsg ( message : OracleExchangeRate ) : OracleExchangeRateProtoMsg ; } ; OracleTwap : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : OracleTwap ; encode ( message : OracleTwap ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : OracleTwapAmino ) : OracleTwap ; fromAminoMsg ( object : OracleTwapAminoMsg ) : OracleTwap ; fromPartial ( object : { denom ?: string ; lookbackSeconds ?: bigint ; twap ?: string ; } ) : OracleTwap ; fromProtoMsg ( message : OracleTwapProtoMsg ) : OracleTwap ; toAmino ( message : OracleTwap ) : OracleTwapAmino ; toProto ( message : OracleTwap ) : Uint8Array ; toProtoMsg ( message : OracleTwap ) : OracleTwapProtoMsg ; } ; 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 : { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } ; PenaltyCounter : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : PenaltyCounter ; encode ( message : PenaltyCounter ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PenaltyCounterAmino ) : PenaltyCounter ; fromAminoMsg ( object : PenaltyCounterAminoMsg ) : PenaltyCounter ; fromPartial ( object : { validatorAddress ?: string ; votePenaltyCounter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ; } ) : PenaltyCounter ; fromProtoMsg ( message : PenaltyCounterProtoMsg ) : PenaltyCounter ; toAmino ( message : PenaltyCounter ) : PenaltyCounterAmino ; toProto ( message : PenaltyCounter ) : Uint8Array ; toProtoMsg ( message : PenaltyCounter ) : PenaltyCounterProtoMsg ; } ; PriceSnapshot : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : PriceSnapshot ; encode ( message : PriceSnapshot ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PriceSnapshotAmino ) : PriceSnapshot ; fromAminoMsg ( object : PriceSnapshotAminoMsg ) : PriceSnapshot ; fromPartial ( object : { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } [] ; snapshotTimestamp ?: bigint ; } ) : PriceSnapshot ; fromProtoMsg ( message : PriceSnapshotProtoMsg ) : PriceSnapshot ; toAmino ( message : PriceSnapshot ) : PriceSnapshotAmino ; toProto ( message : PriceSnapshot ) : Uint8Array ; toProtoMsg ( message : PriceSnapshot ) : PriceSnapshotProtoMsg ; } ; PriceSnapshotItem : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : PriceSnapshotItem ; encode ( message : PriceSnapshotItem ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : PriceSnapshotItemAmino ) : PriceSnapshotItem ; fromAminoMsg ( object : PriceSnapshotItemAminoMsg ) : PriceSnapshotItem ; fromPartial ( object : { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } ) : PriceSnapshotItem ; fromProtoMsg ( message : PriceSnapshotItemProtoMsg ) : PriceSnapshotItem ; toAmino ( message : PriceSnapshotItem ) : PriceSnapshotItemAmino ; toProto ( message : PriceSnapshotItem ) : Uint8Array ; toProtoMsg ( message : PriceSnapshotItem ) : PriceSnapshotItemProtoMsg ; } ; QueryActivesRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryActivesRequest ; encode ( _ : QueryActivesRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryActivesRequestAmino ) : QueryActivesRequest ; fromAminoMsg ( object : QueryActivesRequestAminoMsg ) : QueryActivesRequest ; fromPartial ( _ : {} ) : QueryActivesRequest ; fromProtoMsg ( message : QueryActivesRequestProtoMsg ) : QueryActivesRequest ; toAmino ( _ : QueryActivesRequest ) : QueryActivesRequestAmino ; toProto ( message : QueryActivesRequest ) : Uint8Array ; toProtoMsg ( message : QueryActivesRequest ) : QueryActivesRequestProtoMsg ; } ; QueryActivesResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryActivesResponse ; encode ( message : QueryActivesResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryActivesResponseAmino ) : QueryActivesResponse ; fromAminoMsg ( object : QueryActivesResponseAminoMsg ) : QueryActivesResponse ; fromPartial ( object : { actives ?: string [] ; } ) : QueryActivesResponse ; fromProtoMsg ( message : QueryActivesResponseProtoMsg ) : QueryActivesResponse ; toAmino ( message : QueryActivesResponse ) : QueryActivesResponseAmino ; toProto ( message : QueryActivesResponse ) : Uint8Array ; toProtoMsg ( message : QueryActivesResponse ) : QueryActivesResponseProtoMsg ; } ; QueryExchangeRateRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryExchangeRateRequest ; encode ( message : QueryExchangeRateRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryExchangeRateRequestAmino ) : QueryExchangeRateRequest ; fromAminoMsg ( object : QueryExchangeRateRequestAminoMsg ) : QueryExchangeRateRequest ; fromPartial ( object : { denom ?: string ; } ) : QueryExchangeRateRequest ; fromProtoMsg ( message : QueryExchangeRateRequestProtoMsg ) : QueryExchangeRateRequest ; toAmino ( message : QueryExchangeRateRequest ) : QueryExchangeRateRequestAmino ; toProto ( message : QueryExchangeRateRequest ) : Uint8Array ; toProtoMsg ( message : QueryExchangeRateRequest ) : QueryExchangeRateRequestProtoMsg ; } ; QueryExchangeRateResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryExchangeRateResponse ; encode ( message : QueryExchangeRateResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryExchangeRateResponseAmino ) : QueryExchangeRateResponse ; fromAminoMsg ( object : QueryExchangeRateResponseAminoMsg ) : QueryExchangeRateResponse ; fromPartial ( object : { oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } ) : QueryExchangeRateResponse ; fromProtoMsg ( message : QueryExchangeRateResponseProtoMsg ) : QueryExchangeRateResponse ; toAmino ( message : QueryExchangeRateResponse ) : QueryExchangeRateResponseAmino ; toProto ( message : QueryExchangeRateResponse ) : Uint8Array ; toProtoMsg ( message : QueryExchangeRateResponse ) : QueryExchangeRateResponseProtoMsg ; } ; QueryExchangeRatesRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryExchangeRatesRequest ; encode ( _ : QueryExchangeRatesRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryExchangeRatesRequestAmino ) : QueryExchangeRatesRequest ; fromAminoMsg ( object : QueryExchangeRatesRequestAminoMsg ) : QueryExchangeRatesRequest ; fromPartial ( _ : {} ) : QueryExchangeRatesRequest ; fromProtoMsg ( message : QueryExchangeRatesRequestProtoMsg ) : QueryExchangeRatesRequest ; toAmino ( _ : QueryExchangeRatesRequest ) : QueryExchangeRatesRequestAmino ; toProto ( message : QueryExchangeRatesRequest ) : Uint8Array ; toProtoMsg ( message : QueryExchangeRatesRequest ) : QueryExchangeRatesRequestProtoMsg ; } ; QueryExchangeRatesResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryExchangeRatesResponse ; encode ( message : QueryExchangeRatesResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryExchangeRatesResponseAmino ) : QueryExchangeRatesResponse ; fromAminoMsg ( object : QueryExchangeRatesResponseAminoMsg ) : QueryExchangeRatesResponse ; fromPartial ( object : { denomOracleExchangeRatePairs ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } [] ; } ) : QueryExchangeRatesResponse ; fromProtoMsg ( message : QueryExchangeRatesResponseProtoMsg ) : QueryExchangeRatesResponse ; toAmino ( message : QueryExchangeRatesResponse ) : QueryExchangeRatesResponseAmino ; toProto ( message : QueryExchangeRatesResponse ) : Uint8Array ; toProtoMsg ( message : QueryExchangeRatesResponse ) : QueryExchangeRatesResponseProtoMsg ; } ; QueryFeederDelegationRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryFeederDelegationRequest ; encode ( message : QueryFeederDelegationRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryFeederDelegationRequestAmino ) : QueryFeederDelegationRequest ; fromAminoMsg ( object : QueryFeederDelegationRequestAminoMsg ) : QueryFeederDelegationRequest ; fromPartial ( object : { validatorAddr ?: string ; } ) : QueryFeederDelegationRequest ; fromProtoMsg ( message : QueryFeederDelegationRequestProtoMsg ) : QueryFeederDelegationRequest ; toAmino ( message : QueryFeederDelegationRequest ) : QueryFeederDelegationRequestAmino ; toProto ( message : QueryFeederDelegationRequest ) : Uint8Array ; toProtoMsg ( message : QueryFeederDelegationRequest ) : QueryFeederDelegationRequestProtoMsg ; } ; QueryFeederDelegationResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryFeederDelegationResponse ; encode ( message : QueryFeederDelegationResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryFeederDelegationResponseAmino ) : QueryFeederDelegationResponse ; fromAminoMsg ( object : QueryFeederDelegationResponseAminoMsg ) : QueryFeederDelegationResponse ; fromPartial ( object : { feederAddr ?: string ; } ) : QueryFeederDelegationResponse ; fromProtoMsg ( message : QueryFeederDelegationResponseProtoMsg ) : QueryFeederDelegationResponse ; toAmino ( message : QueryFeederDelegationResponse ) : QueryFeederDelegationResponseAmino ; toProto ( message : QueryFeederDelegationResponse ) : Uint8Array ; toProtoMsg ( message : QueryFeederDelegationResponse ) : QueryFeederDelegationResponseProtoMsg ; } ; 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 ; 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 ?: { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } ; } ) : QueryParamsResponse ; fromProtoMsg ( message : QueryParamsResponseProtoMsg ) : QueryParamsResponse ; toAmino ( message : QueryParamsResponse ) : QueryParamsResponseAmino ; toProto ( message : QueryParamsResponse ) : Uint8Array ; toProtoMsg ( message : QueryParamsResponse ) : QueryParamsResponseProtoMsg ; } ; QueryPriceSnapshotHistoryRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPriceSnapshotHistoryRequest ; encode ( _ : QueryPriceSnapshotHistoryRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryPriceSnapshotHistoryRequestAmino ) : QueryPriceSnapshotHistoryRequest ; fromAminoMsg ( object : QueryPriceSnapshotHistoryRequestAminoMsg ) : QueryPriceSnapshotHistoryRequest ; fromPartial ( _ : {} ) : QueryPriceSnapshotHistoryRequest ; fromProtoMsg ( message : QueryPriceSnapshotHistoryRequestProtoMsg ) : QueryPriceSnapshotHistoryRequest ; toAmino ( _ : QueryPriceSnapshotHistoryRequest ) : QueryPriceSnapshotHistoryRequestAmino ; toProto ( message : QueryPriceSnapshotHistoryRequest ) : Uint8Array ; toProtoMsg ( message : QueryPriceSnapshotHistoryRequest ) : QueryPriceSnapshotHistoryRequestProtoMsg ; } ; QueryPriceSnapshotHistoryResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryPriceSnapshotHistoryResponse ; encode ( message : QueryPriceSnapshotHistoryResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryPriceSnapshotHistoryResponseAmino ) : QueryPriceSnapshotHistoryResponse ; fromAminoMsg ( object : QueryPriceSnapshotHistoryResponseAminoMsg ) : QueryPriceSnapshotHistoryResponse ; fromPartial ( object : { priceSnapshots ?: { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: ...
; lastUpdate ?: ...
; lastUpdateTimestamp ?: ...
; } ; } [] ; snapshotTimestamp ?: bigint ; } [] ; } ) : QueryPriceSnapshotHistoryResponse ; fromProtoMsg ( message : QueryPriceSnapshotHistoryResponseProtoMsg ) : QueryPriceSnapshotHistoryResponse ; toAmino ( message : QueryPriceSnapshotHistoryResponse ) : QueryPriceSnapshotHistoryResponseAmino ; toProto ( message : QueryPriceSnapshotHistoryResponse ) : Uint8Array ; toProtoMsg ( message : QueryPriceSnapshotHistoryResponse ) : QueryPriceSnapshotHistoryResponseProtoMsg ; } ; QuerySlashWindowRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QuerySlashWindowRequest ; encode ( _ : QuerySlashWindowRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QuerySlashWindowRequestAmino ) : QuerySlashWindowRequest ; fromAminoMsg ( object : QuerySlashWindowRequestAminoMsg ) : QuerySlashWindowRequest ; fromPartial ( _ : {} ) : QuerySlashWindowRequest ; fromProtoMsg ( message : QuerySlashWindowRequestProtoMsg ) : QuerySlashWindowRequest ; toAmino ( _ : QuerySlashWindowRequest ) : QuerySlashWindowRequestAmino ; toProto ( message : QuerySlashWindowRequest ) : Uint8Array ; toProtoMsg ( message : QuerySlashWindowRequest ) : QuerySlashWindowRequestProtoMsg ; } ; QuerySlashWindowResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QuerySlashWindowResponse ; encode ( message : QuerySlashWindowResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QuerySlashWindowResponseAmino ) : QuerySlashWindowResponse ; fromAminoMsg ( object : QuerySlashWindowResponseAminoMsg ) : QuerySlashWindowResponse ; fromPartial ( object : { windowProgress ?: bigint ; } ) : QuerySlashWindowResponse ; fromProtoMsg ( message : QuerySlashWindowResponseProtoMsg ) : QuerySlashWindowResponse ; toAmino ( message : QuerySlashWindowResponse ) : QuerySlashWindowResponseAmino ; toProto ( message : QuerySlashWindowResponse ) : Uint8Array ; toProtoMsg ( message : QuerySlashWindowResponse ) : QuerySlashWindowResponseProtoMsg ; } ; QueryTwapsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryTwapsRequest ; encode ( message : QueryTwapsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryTwapsRequestAmino ) : QueryTwapsRequest ; fromAminoMsg ( object : QueryTwapsRequestAminoMsg ) : QueryTwapsRequest ; fromPartial ( object : { lookbackSeconds ?: bigint ; } ) : QueryTwapsRequest ; fromProtoMsg ( message : QueryTwapsRequestProtoMsg ) : QueryTwapsRequest ; toAmino ( message : QueryTwapsRequest ) : QueryTwapsRequestAmino ; toProto ( message : QueryTwapsRequest ) : Uint8Array ; toProtoMsg ( message : QueryTwapsRequest ) : QueryTwapsRequestProtoMsg ; } ; QueryTwapsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryTwapsResponse ; encode ( message : QueryTwapsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryTwapsResponseAmino ) : QueryTwapsResponse ; fromAminoMsg ( object : QueryTwapsResponseAminoMsg ) : QueryTwapsResponse ; fromPartial ( object : { oracleTwaps ?: { denom ?: string ; lookbackSeconds ?: bigint ; twap ?: string ; } [] ; } ) : QueryTwapsResponse ; fromProtoMsg ( message : QueryTwapsResponseProtoMsg ) : QueryTwapsResponse ; toAmino ( message : QueryTwapsResponse ) : QueryTwapsResponseAmino ; toProto ( message : QueryTwapsResponse ) : Uint8Array ; toProtoMsg ( message : QueryTwapsResponse ) : QueryTwapsResponseProtoMsg ; } ; QueryVotePenaltyCounterRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryVotePenaltyCounterRequest ; encode ( message : QueryVotePenaltyCounterRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryVotePenaltyCounterRequestAmino ) : QueryVotePenaltyCounterRequest ; fromAminoMsg ( object : QueryVotePenaltyCounterRequestAminoMsg ) : QueryVotePenaltyCounterRequest ; fromPartial ( object : { validatorAddr ?: string ; } ) : QueryVotePenaltyCounterRequest ; fromProtoMsg ( message : QueryVotePenaltyCounterRequestProtoMsg ) : QueryVotePenaltyCounterRequest ; toAmino ( message : QueryVotePenaltyCounterRequest ) : QueryVotePenaltyCounterRequestAmino ; toProto ( message : QueryVotePenaltyCounterRequest ) : Uint8Array ; toProtoMsg ( message : QueryVotePenaltyCounterRequest ) : QueryVotePenaltyCounterRequestProtoMsg ; } ; QueryVotePenaltyCounterResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryVotePenaltyCounterResponse ; encode ( message : QueryVotePenaltyCounterResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryVotePenaltyCounterResponseAmino ) : QueryVotePenaltyCounterResponse ; fromAminoMsg ( object : QueryVotePenaltyCounterResponseAminoMsg ) : QueryVotePenaltyCounterResponse ; fromPartial ( object : { votePenaltyCounter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ; } ) : QueryVotePenaltyCounterResponse ; fromProtoMsg ( message : QueryVotePenaltyCounterResponseProtoMsg ) : QueryVotePenaltyCounterResponse ; toAmino ( message : QueryVotePenaltyCounterResponse ) : QueryVotePenaltyCounterResponseAmino ; toProto ( message : QueryVotePenaltyCounterResponse ) : Uint8Array ; toProtoMsg ( message : QueryVotePenaltyCounterResponse ) : QueryVotePenaltyCounterResponseProtoMsg ; } ; QueryVoteTargetsRequest : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryVoteTargetsRequest ; encode ( _ : QueryVoteTargetsRequest ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( _ : QueryVoteTargetsRequestAmino ) : QueryVoteTargetsRequest ; fromAminoMsg ( object : QueryVoteTargetsRequestAminoMsg ) : QueryVoteTargetsRequest ; fromPartial ( _ : {} ) : QueryVoteTargetsRequest ; fromProtoMsg ( message : QueryVoteTargetsRequestProtoMsg ) : QueryVoteTargetsRequest ; toAmino ( _ : QueryVoteTargetsRequest ) : QueryVoteTargetsRequestAmino ; toProto ( message : QueryVoteTargetsRequest ) : Uint8Array ; toProtoMsg ( message : QueryVoteTargetsRequest ) : QueryVoteTargetsRequestProtoMsg ; } ; QueryVoteTargetsResponse : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : QueryVoteTargetsResponse ; encode ( message : QueryVoteTargetsResponse ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : QueryVoteTargetsResponseAmino ) : QueryVoteTargetsResponse ; fromAminoMsg ( object : QueryVoteTargetsResponseAminoMsg ) : QueryVoteTargetsResponse ; fromPartial ( object : { voteTargets ?: string [] ; } ) : QueryVoteTargetsResponse ; fromProtoMsg ( message : QueryVoteTargetsResponseProtoMsg ) : QueryVoteTargetsResponse ; toAmino ( message : QueryVoteTargetsResponse ) : QueryVoteTargetsResponseAmino ; toProto ( message : QueryVoteTargetsResponse ) : Uint8Array ; toProtoMsg ( message : QueryVoteTargetsResponse ) : QueryVoteTargetsResponseProtoMsg ; } ; VotePenaltyCounter : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader ,
length ?: number ) : VotePenaltyCounter ; encode ( message : VotePenaltyCounter ,
writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : VotePenaltyCounterAmino ) : VotePenaltyCounter ; fromAminoMsg ( object : VotePenaltyCounterAminoMsg ) : VotePenaltyCounter ; fromPartial ( object : { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ) : VotePenaltyCounter ; fromProtoMsg ( message : VotePenaltyCounterProtoMsg ) : VotePenaltyCounter ; toAmino ( message : VotePenaltyCounter ) : VotePenaltyCounterAmino ; toProto ( message : VotePenaltyCounter ) : Uint8Array ; toProtoMsg ( message : VotePenaltyCounter ) : VotePenaltyCounterProtoMsg ; } ; createRpcQueryExtension : ( ( base : QueryClient ) => { actives ( request ?: QueryActivesRequest ) : Promise < QueryActivesResponse > ; exchangeRate ( request : QueryExchangeRateRequest ) : Promise < QueryExchangeRateResponse > ; exchangeRates ( request ?: QueryExchangeRatesRequest ) : Promise < QueryExchangeRatesResponse > ; feederDelegation ( request : QueryFeederDelegationRequest ) : Promise < QueryFeederDelegationResponse > ; params ( request ?: QueryParamsRequest ) : Promise < QueryParamsResponse > ; priceSnapshotHistory ( request ?: QueryPriceSnapshotHistoryRequest ) : Promise < QueryPriceSnapshotHistoryResponse > ; slashWindow ( request ?: QuerySlashWindowRequest ) : Promise < QuerySlashWindowResponse > ; twaps ( request : QueryTwapsRequest ) : Promise < QueryTwapsResponse > ; votePenaltyCounter ( request : QueryVotePenaltyCounterRequest ) : Promise < QueryVotePenaltyCounterResponse > ; voteTargets ( request ?: QueryVoteTargetsRequest ) : Promise < QueryVoteTargetsResponse > ; } ) ; load : ( ( protoRegistry : Registry ) => void ) ; registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] ; } = ... Type declaration type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:435 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : AggregateExchangeRateVote Parameters object : { exchangeRateTuples ?: { denom ?: string ; exchangeRate ?: string ; } [] ; voter ?: string ; } Optional
exchange Rate Tuples ?: { denom ?: string ; exchangeRate ?: string ; } [] Optional
voter ?: string Defined in packages/proto/src/codegen/oracle/oracle.ts:464 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:494 to Proto Msg : functionDenom : { typeUrl : string ; decode ( input : Uint8Array | BinaryReader , length ?: number ) : Denom ; encode ( message : Denom , writer ?: BinaryWriter ) : BinaryWriter ; fromAmino ( object : DenomAmino ) : Denom ; fromAminoMsg ( object : DenomAminoMsg ) : Denom ; fromPartial ( object : { name ?: string ; } ) : Denom ; fromProtoMsg ( message : DenomProtoMsg ) : Denom ; toAmino ( message : Denom ) : DenomAmino ; toProto ( message : Denom ) : Uint8Array ; toProtoMsg ( message : Denom ) : DenomProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Denom Defined in packages/proto/src/codegen/oracle/oracle.ts:377 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:371 from Amino : functionfrom Amino ( object ) : Denom Defined in packages/proto/src/codegen/oracle/oracle.ts:399 from Amino Msg : functionfrom Amino Msg ( object ) : Denom Defined in packages/proto/src/codegen/oracle/oracle.ts:411 from Partial : functionfrom Partial ( object ) : Denom Parameters object : { name ?: string ; } Defined in packages/proto/src/codegen/oracle/oracle.ts:394 from Proto Msg : functionfrom Proto Msg ( message ) : Denom Defined in packages/proto/src/codegen/oracle/oracle.ts:414 to Amino : functionto Amino ( message ) : DenomAmino Defined in packages/proto/src/codegen/oracle/oracle.ts:406 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:417 to Proto Msg : functionto Proto Msg ( message ) : DenomProtoMsg Defined in packages/proto/src/codegen/oracle/oracle.ts:420 type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:671 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : DenomOracleExchangeRatePair Parameters object : { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } Optional
denom ?: string Optional
oracle Exchange Rate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } Optional
exchange Rate ?: string Optional
last Update ?: string Optional
last Update Timestamp ?: bigint Defined in packages/proto/src/codegen/oracle/query.ts:700 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:728 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : ExchangeRateTuple Defined in packages/proto/src/codegen/oracle/oracle.ts:521 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:512 from Amino : functionfrom Amino ( object ) : ExchangeRateTuple Defined in packages/proto/src/codegen/oracle/oracle.ts:547 from Amino Msg : functionfrom Amino Msg ( object ) : ExchangeRateTuple Defined in packages/proto/src/codegen/oracle/oracle.ts:563 from Partial : functionfrom Partial ( object ) : ExchangeRateTuple Parameters object : { denom ?: string ; exchangeRate ?: string ; } Optional
denom ?: string Optional
exchange Rate ?: string Defined in packages/proto/src/codegen/oracle/oracle.ts:541 from Proto Msg : functionfrom Proto Msg ( message ) : ExchangeRateTuple Defined in packages/proto/src/codegen/oracle/oracle.ts:566 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:569 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : FeederDelegation Defined in packages/proto/src/codegen/oracle/genesis.ts:227 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/genesis.ts:218 from Amino : functionfrom Amino ( object ) : FeederDelegation Defined in packages/proto/src/codegen/oracle/genesis.ts:253 from Amino Msg : functionfrom Amino Msg ( object ) : FeederDelegation Defined in packages/proto/src/codegen/oracle/genesis.ts:269 from Partial : functionfrom Partial ( object ) : FeederDelegation Parameters object : { feederAddress ?: string ; validatorAddress ?: string ; } Optional
feeder Address ?: string Optional
validator Address ?: string Defined in packages/proto/src/codegen/oracle/genesis.ts:247 from Proto Msg : functionfrom Proto Msg ( message ) : FeederDelegation Defined in packages/proto/src/codegen/oracle/genesis.ts:272 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/genesis.ts:275 to Proto Msg : functionGenesis 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 : { aggregateExchangeRateVotes ?: { exchangeRateTuples ?: { denom ?: string ; exchangeRate ?: string ; } [] ; voter ?: string ; } [] ; exchangeRates ?: { denom ?: string ; exchangeRate ?: string ; } [] ; feederDelegations ?: { feederAddress ?: string ; validatorAddress ?: string ; } [] ; params ?: { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } ; penaltyCounters ?: { validatorAddress ?: string ; votePenaltyCounter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ; } [] ; priceSnapshots ?: { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: ...; lastUpdate ?: ...; lastUpdateTimestamp ?: ...; } ; } [] ; snapshotTimestamp ?: bigint ; } [] ; } ) : GenesisState ; fromProtoMsg ( message : GenesisStateProtoMsg ) : GenesisState ; toAmino ( message : GenesisState ) : GenesisStateAmino ; toProto ( message : GenesisState ) : Uint8Array ; toProtoMsg ( message : GenesisState ) : GenesisStateProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : GenesisState Defined in packages/proto/src/codegen/oracle/genesis.ts:110 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/genesis.ts:89 from Amino : functionfrom Amino ( object ) : GenesisState Defined in packages/proto/src/codegen/oracle/genesis.ts:152 from Amino Msg : functionfrom Amino Msg ( object ) : GenesisState Defined in packages/proto/src/codegen/oracle/genesis.ts:194 from Partial : functionfrom Partial ( object ) : GenesisState Parameters object : { aggregateExchangeRateVotes ?: { exchangeRateTuples ?: { denom ?: string ; exchangeRate ?: string ; } [] ; voter ?: string ; } [] ; exchangeRates ?: { denom ?: string ; exchangeRate ?: string ; } [] ; feederDelegations ?: { feederAddress ?: string ; validatorAddress ?: string ; } [] ; params ?: { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } ; penaltyCounters ?: { validatorAddress ?: string ; votePenaltyCounter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ; } [] ; priceSnapshots ?: { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: ...; lastUpdate ?: ...; lastUpdateTimestamp ?: ...; } ; } [] ; snapshotTimestamp ?: bigint ; } [] ; } Optional
aggregate Exchange Rate Votes ?: { exchangeRateTuples ?: { denom ?: string ; exchangeRate ?: string ; } [] ; voter ?: string ; } [] Optional
exchange Rates ?: { denom ?: string ; exchangeRate ?: string ; } [] Optional
feeder Delegations ?: { feederAddress ?: string ; validatorAddress ?: string ; } [] Optional
params ?: { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } Optional
lookback Duration ?: bigint Optional
min Valid Per Window ?: string Optional
reward Band ?: string Optional
slash Fraction ?: string Optional
slash Window ?: bigint Optional
vote Period ?: bigint Optional
vote Threshold ?: string Optional
whitelist ?: { name ?: string ; } [] Optional
penalty Counters ?: { validatorAddress ?: string ; votePenaltyCounter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ; } [] Optional
price Snapshots ?: { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: ...; lastUpdate ?: ...; lastUpdateTimestamp ?: ...; } ; } [] ; snapshotTimestamp ?: bigint ; } [] Defined in packages/proto/src/codegen/oracle/genesis.ts:142 from Proto Msg : functionfrom Proto Msg ( message ) : GenesisState Defined in packages/proto/src/codegen/oracle/genesis.ts:197 to Amino : functionto Amino ( message ) : GenesisStateAmino Defined in packages/proto/src/codegen/oracle/genesis.ts:164 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/genesis.ts:200 to Proto Msg : functionto Proto Msg ( message ) : GenesisStateProtoMsg Defined in packages/proto/src/codegen/oracle/genesis.ts:203 encoded : { aggregateExchangeRateVote ( value : MsgAggregateExchangeRateVote ) : { typeUrl : string ; value : Uint8Array ; } ; delegateFeedConsent ( value : MsgDelegateFeedConsent ) : { typeUrl : string ; value : Uint8Array ; } ; } aggregate Exchange Rate Vote : functionaggregate Exchange Rate Vote ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/oracle/tx.registry.ts:13 delegate Feed Consent : functiondelegate Feed Consent ( value ) : { typeUrl : string ; value : Uint8Array ; } Returns { typeUrl : string ; value : Uint8Array ; } type Url : string value : Uint8Array Defined in packages/proto/src/codegen/oracle/tx.registry.ts:19 aggregate Exchange Rate Vote : functionaggregate Exchange Rate Vote ( value ) : { typeUrl : string ; value : MsgAggregateExchangeRateVote ; } Defined in packages/proto/src/codegen/oracle/tx.registry.ts:41 delegate Feed Consent : functiondelegate Feed Consent ( value ) : { typeUrl : string ; value : MsgDelegateFeedConsent ; } Defined in packages/proto/src/codegen/oracle/tx.registry.ts:47 aggregate Exchange Rate Vote : functionaggregate Exchange Rate Vote ( value ) : { typeUrl : string ; value : MsgAggregateExchangeRateVote ; } Defined in packages/proto/src/codegen/oracle/tx.registry.ts:27 delegate Feed Consent : functiondelegate Feed Consent ( value ) : { typeUrl : string ; value : MsgDelegateFeedConsent ; } Defined in packages/proto/src/codegen/oracle/tx.registry.ts:33 type Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/tx.ts:110 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgAggregateExchangeRateVote Parameters object : { exchangeRates ?: string ; feeder ?: string ; validator ?: string ; } Optional
exchange Rates ?: string Optional
feeder ?: string Optional
validator ?: string Defined in packages/proto/src/codegen/oracle/tx.ts:145 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/tx.ts:178 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/tx.ts:193 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/tx.ts:228 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/tx.ts:246 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : MsgDelegateFeedConsent Parameters object : { delegate ?: string ; operator ?: string ; } Optional
delegate ?: string Optional
operator ?: string Defined in packages/proto/src/codegen/oracle/tx.ts:275 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/tx.ts:303 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/tx.ts:318 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/tx.ts:353 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : OracleExchangeRate Defined in packages/proto/src/codegen/oracle/oracle.ts:600 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:588 from Amino : functionfrom Amino ( object ) : OracleExchangeRate Defined in packages/proto/src/codegen/oracle/oracle.ts:630 from Amino Msg : functionfrom Amino Msg ( object ) : OracleExchangeRate Defined in packages/proto/src/codegen/oracle/oracle.ts:650 from Partial : functionfrom Partial ( object ) : OracleExchangeRate Parameters object : { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } Optional
exchange Rate ?: string Optional
last Update ?: string Optional
last Update Timestamp ?: bigint Defined in packages/proto/src/codegen/oracle/oracle.ts:623 from Proto Msg : functionfrom Proto Msg ( message ) : OracleExchangeRate Defined in packages/proto/src/codegen/oracle/oracle.ts:653 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:656 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : OracleTwap Defined in packages/proto/src/codegen/oracle/oracle.ts:839 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:827 from Amino : functionfrom Amino ( object ) : OracleTwap Defined in packages/proto/src/codegen/oracle/oracle.ts:869 from Amino Msg : functionfrom Amino Msg ( object ) : OracleTwap Defined in packages/proto/src/codegen/oracle/oracle.ts:889 from Partial : functionfrom Partial ( object ) : OracleTwap Parameters object : { denom ?: string ; lookbackSeconds ?: bigint ; twap ?: string ; } Optional
denom ?: string Optional
lookback Seconds ?: bigint Optional
twap ?: string Defined in packages/proto/src/codegen/oracle/oracle.ts:862 from Proto Msg : functionfrom Proto Msg ( message ) : OracleTwap Defined in packages/proto/src/codegen/oracle/oracle.ts:892 to Amino : functionto Amino ( message ) : OracleTwapAmino Defined in packages/proto/src/codegen/oracle/oracle.ts:882 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:895 to Proto Msg : functionto Proto Msg ( message ) : OracleTwapProtoMsg Defined in packages/proto/src/codegen/oracle/oracle.ts:898 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 : { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } ) : Params ; fromProtoMsg ( message : ParamsProtoMsg ) : Params ; toAmino ( message : Params ) : ParamsAmino ; toProto ( message : Params ) : Uint8Array ; toProtoMsg ( message : Params ) : ParamsProtoMsg ; } type Url : string decode : functiondecode ( input , length ? ) : Params Defined in packages/proto/src/codegen/oracle/oracle.ts:256 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:229 from Amino : functionfrom Amino ( object ) : Params Defined in packages/proto/src/codegen/oracle/oracle.ts:306 from Amino Msg : functionfrom Amino Msg ( object ) : Params Defined in packages/proto/src/codegen/oracle/oracle.ts:348 from Partial : functionfrom Partial ( object ) : Params Parameters object : { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } Optional
lookback Duration ?: bigint Optional
min Valid Per Window ?: string Optional
reward Band ?: string Optional
slash Fraction ?: string Optional
slash Window ?: bigint Optional
vote Period ?: bigint Optional
vote Threshold ?: string Optional
whitelist ?: { name ?: string ; } [] Defined in packages/proto/src/codegen/oracle/oracle.ts:294 from Proto Msg : functionfrom Proto Msg ( message ) : Params Defined in packages/proto/src/codegen/oracle/oracle.ts:351 to Amino : functionto Amino ( message ) : ParamsAmino Defined in packages/proto/src/codegen/oracle/oracle.ts:332 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:354 to Proto Msg : functionto Proto Msg ( message ) : ParamsProtoMsg Defined in packages/proto/src/codegen/oracle/oracle.ts:357 type Url : string decode : functiondecode ( input , length ? ) : PenaltyCounter Defined in packages/proto/src/codegen/oracle/genesis.ts:302 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/genesis.ts:293 from Amino : functionfrom Amino ( object ) : PenaltyCounter Defined in packages/proto/src/codegen/oracle/genesis.ts:328 from Amino Msg : functionfrom Amino Msg ( object ) : PenaltyCounter Defined in packages/proto/src/codegen/oracle/genesis.ts:344 from Partial : functionfrom Partial ( object ) : PenaltyCounter Parameters object : { validatorAddress ?: string ; votePenaltyCounter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ; } Optional
validator Address ?: string Optional
vote Penalty Counter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } Optional
abstain Count ?: bigint Optional
miss Count ?: bigint Optional
success Count ?: bigint Defined in packages/proto/src/codegen/oracle/genesis.ts:322 from Proto Msg : functionfrom Proto Msg ( message ) : PenaltyCounter Defined in packages/proto/src/codegen/oracle/genesis.ts:347 to Amino : functionto Amino ( message ) : PenaltyCounterAmino Defined in packages/proto/src/codegen/oracle/genesis.ts:338 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/genesis.ts:350 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : PriceSnapshot Defined in packages/proto/src/codegen/oracle/oracle.ts:758 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:749 from Amino : functionfrom Amino ( object ) : PriceSnapshot Defined in packages/proto/src/codegen/oracle/oracle.ts:784 from Amino Msg : functionfrom Amino Msg ( object ) : PriceSnapshot Defined in packages/proto/src/codegen/oracle/oracle.ts:802 from Partial : functionfrom Partial ( object ) : PriceSnapshot Parameters object : { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } [] ; snapshotTimestamp ?: bigint ; } Optional
price Snapshot Items ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } [] Optional
snapshot Timestamp ?: bigint Defined in packages/proto/src/codegen/oracle/oracle.ts:778 from Proto Msg : functionfrom Proto Msg ( message ) : PriceSnapshot Defined in packages/proto/src/codegen/oracle/oracle.ts:805 to Amino : functionto Amino ( message ) : PriceSnapshotAmino Defined in packages/proto/src/codegen/oracle/oracle.ts:792 to Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:808 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : PriceSnapshotItem Defined in packages/proto/src/codegen/oracle/oracle.ts:683 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:674 from Amino : functionfrom Amino ( object ) : PriceSnapshotItem Defined in packages/proto/src/codegen/oracle/oracle.ts:709 from Amino Msg : functionfrom Amino Msg ( object ) : PriceSnapshotItem Defined in packages/proto/src/codegen/oracle/oracle.ts:725 from Partial : functionfrom Partial ( object ) : PriceSnapshotItem Parameters object : { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } Optional
denom ?: string Optional
oracle Exchange Rate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } Optional
exchange Rate ?: string Optional
last Update ?: string Optional
last Update Timestamp ?: bigint Defined in packages/proto/src/codegen/oracle/oracle.ts:703 from Proto Msg : functionfrom Proto Msg ( message ) : PriceSnapshotItem Defined in packages/proto/src/codegen/oracle/oracle.ts:728 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:731 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryActivesRequest Defined in packages/proto/src/codegen/oracle/query.ts:811 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:808 from Amino : functionfrom Amino Msg : functionfrom Amino Msg ( object ) : QueryActivesRequest Defined in packages/proto/src/codegen/oracle/query.ts:837 from Partial : functionfrom Proto Msg : functionfrom Proto Msg ( message ) : QueryActivesRequest Defined in packages/proto/src/codegen/oracle/query.ts:840 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:843 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryActivesResponse Defined in packages/proto/src/codegen/oracle/query.ts:866 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:860 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryActivesResponse Parameters object : { actives ?: string [] ; } Optional
actives ?: string [] Defined in packages/proto/src/codegen/oracle/query.ts:883 from Proto Msg : functionfrom Proto Msg ( message ) : QueryActivesResponse Defined in packages/proto/src/codegen/oracle/query.ts:905 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:908 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:494 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryExchangeRateRequest Parameters object : { denom ?: string ; } Defined in packages/proto/src/codegen/oracle/query.ts:517 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:540 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:557 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryExchangeRateResponse Parameters object : { oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } Optional
oracle Exchange Rate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } Optional
exchange Rate ?: string Optional
last Update ?: string Optional
last Update Timestamp ?: bigint Defined in packages/proto/src/codegen/oracle/query.ts:580 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:603 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:618 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:653 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:745 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryExchangeRatesResponse Parameters object : { denomOracleExchangeRatePairs ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } [] ; } Optional
denom Oracle Exchange Rate Pairs ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: string ; lastUpdate ?: string ; lastUpdateTimestamp ?: bigint ; } ; } [] Defined in packages/proto/src/codegen/oracle/query.ts:768 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:793 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1283 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryFeederDelegationRequest Parameters object : { validatorAddr ?: string ; } Optional
validator Addr ?: string Defined in packages/proto/src/codegen/oracle/query.ts:1306 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1329 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1346 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryFeederDelegationResponse Parameters object : { feederAddr ?: string ; } Optional
feeder Addr ?: string Defined in packages/proto/src/codegen/oracle/query.ts:1369 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1392 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1649 encode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1646 from Amino : functionfrom Amino ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1667 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1675 from Partial : functionfrom Partial ( _ ) : QueryParamsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1663 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1678 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1681 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryParamsResponse Defined in packages/proto/src/codegen/oracle/query.ts:1704 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1698 from Amino : functionfrom Amino ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/oracle/query.ts:1726 from Amino Msg : functionfrom Amino Msg ( object ) : QueryParamsResponse Defined in packages/proto/src/codegen/oracle/query.ts:1738 from Partial : functionfrom Partial ( object ) : QueryParamsResponse Parameters object : { params ?: { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } ; } Optional
params ?: { lookbackDuration ?: bigint ; minValidPerWindow ?: string ; rewardBand ?: string ; slashFraction ?: string ; slashWindow ?: bigint ; votePeriod ?: bigint ; voteThreshold ?: string ; whitelist ?: { name ?: string ; } [] ; } Optional
lookback Duration ?: bigint Optional
min Valid Per Window ?: string Optional
reward Band ?: string Optional
slash Fraction ?: string Optional
slash Window ?: bigint Optional
vote Period ?: bigint Optional
vote Threshold ?: string Optional
whitelist ?: { name ?: string ; } [] Defined in packages/proto/src/codegen/oracle/query.ts:1721 from Proto Msg : functionfrom Proto Msg ( message ) : QueryParamsResponse Defined in packages/proto/src/codegen/oracle/query.ts:1741 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1744 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1038 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1073 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1090 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryPriceSnapshotHistoryResponse Parameters object : { priceSnapshots ?: { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: ...; lastUpdate ?: ...; lastUpdateTimestamp ?: ...; } ; } [] ; snapshotTimestamp ?: bigint ; } [] ; } Optional
price Snapshots ?: { priceSnapshotItems ?: { denom ?: string ; oracleExchangeRate ?: { exchangeRate ?: ...; lastUpdate ?: ...; lastUpdateTimestamp ?: ...; } ; } [] ; snapshotTimestamp ?: bigint ; } [] Defined in packages/proto/src/codegen/oracle/query.ts:1113 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1138 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1533 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1568 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1585 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QuerySlashWindowResponse Parameters object : { windowProgress ?: bigint ; } Optional
window Progress ?: bigint Defined in packages/proto/src/codegen/oracle/query.ts:1608 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1631 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryTwapsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1161 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1155 from Amino : functionfrom Amino ( object ) : QueryTwapsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1183 from Amino Msg : functionfrom Amino Msg ( object ) : QueryTwapsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1195 from Partial : functionfrom Partial ( object ) : QueryTwapsRequest Parameters object : { lookbackSeconds ?: bigint ; } Optional
lookback Seconds ?: bigint Defined in packages/proto/src/codegen/oracle/query.ts:1178 from Proto Msg : functionfrom Proto Msg ( message ) : QueryTwapsRequest Defined in packages/proto/src/codegen/oracle/query.ts:1198 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1201 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : QueryTwapsResponse Defined in packages/proto/src/codegen/oracle/query.ts:1224 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1218 from Amino : functionfrom Amino ( object ) : QueryTwapsResponse Defined in packages/proto/src/codegen/oracle/query.ts:1246 from Amino Msg : functionfrom Amino Msg ( object ) : QueryTwapsResponse Defined in packages/proto/src/codegen/oracle/query.ts:1260 from Partial : functionfrom Partial ( object ) : QueryTwapsResponse Parameters object : { oracleTwaps ?: { denom ?: string ; lookbackSeconds ?: bigint ; twap ?: string ; } [] ; } Optional
oracle Twaps ?: { denom ?: string ; lookbackSeconds ?: bigint ; twap ?: string ; } [] Defined in packages/proto/src/codegen/oracle/query.ts:1241 from Proto Msg : functionfrom Proto Msg ( message ) : QueryTwapsResponse Defined in packages/proto/src/codegen/oracle/query.ts:1263 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1266 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1409 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryVotePenaltyCounterRequest Parameters object : { validatorAddr ?: string ; } Optional
validator Addr ?: string Defined in packages/proto/src/codegen/oracle/query.ts:1432 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1455 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:1472 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryVotePenaltyCounterResponse Parameters object : { votePenaltyCounter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } ; } Optional
vote Penalty Counter ?: { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } Optional
abstain Count ?: bigint Optional
miss Count ?: bigint Optional
success Count ?: bigint Defined in packages/proto/src/codegen/oracle/query.ts:1495 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1518 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( _ , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:923 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:958 to Proto Msg : functiontype Url : string decode : functionencode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/query.ts:975 from Amino : functionfrom Amino Msg : functionfrom Partial : functionfrom Partial ( object ) : QueryVoteTargetsResponse Parameters object : { voteTargets ?: string [] ; } Optional
vote Targets ?: string [] Defined in packages/proto/src/codegen/oracle/query.ts:998 from Proto Msg : functionto Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/query.ts:1023 to Proto Msg : functiontype Url : string decode : functiondecode ( input , length ? ) : VotePenaltyCounter Defined in packages/proto/src/codegen/oracle/oracle.ts:926 encode : functionencode ( message , writer ? ) : BinaryWriter Defined in packages/proto/src/codegen/oracle/oracle.ts:914 from Amino : functionfrom Amino ( object ) : VotePenaltyCounter Defined in packages/proto/src/codegen/oracle/oracle.ts:956 from Amino Msg : functionfrom Amino Msg ( object ) : VotePenaltyCounter Defined in packages/proto/src/codegen/oracle/oracle.ts:976 from Partial : functionfrom Partial ( object ) : VotePenaltyCounter Parameters object : { abstainCount ?: bigint ; missCount ?: bigint ; successCount ?: bigint ; } Optional
abstain Count ?: bigint Optional
miss Count ?: bigint Optional
success Count ?: bigint Defined in packages/proto/src/codegen/oracle/oracle.ts:949 from Proto Msg : functionfrom Proto Msg ( message ) : VotePenaltyCounter Defined in packages/proto/src/codegen/oracle/oracle.ts:979 to Amino : functionto Proto : functionto Proto ( message ) : Uint8Array Returns Uint8Array Defined in packages/proto/src/codegen/oracle/oracle.ts:982 to Proto Msg : functionload : ( ( protoRegistry : Registry ) => void ) ( protoRegistry ) : void Returns void registry : readonly [ string , TelescopeGeneratedType < any , any , any > ] [] Defined in packages/proto/src/codegen/seiprotocol/bundle.ts:139
The minimum percentage of voting windows for which a validator must have
success
es in order to not be penalized at the end of the slash window.