HistoricalInfo contains header and validator information for a given block. It is stored as part of staking module's state, which persists the n most recent HistoricalInfo (n is set by the staking module's historical_entries parameter).

from message cosmos.staking.v1beta1.HistoricalInfo

Hierarchy

Constructors

Properties

from field: tendermint.types.Header header = 1;

from field: repeated cosmos.staking.v1beta1.Validator valset = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.v1beta1.HistoricalInfo" = "cosmos.staking.v1beta1.HistoricalInfo"

Methods