referrerpolicy=no-referrer-when-downgrade
pub type FinalizedBeaconStateIndex<T: Config> = StorageValue<_GeneratedPrefixForStorageFinalizedBeaconStateIndex<T>, u32, ValueQuery>;
Expand description

Finalized Headers: Current position in ring buffer

Storage type is [StorageValue] with value type u32.

Aliased Type§

struct FinalizedBeaconStateIndex<T: Config>(/* private fields */);