pub type FinalizedBeaconState<T: Config> = StorageMap<_GeneratedPrefixForStorageFinalizedBeaconState<T>, Identity, H256, CompactBeaconState, OptionQuery>;Expand description
Beacon state by finalized block root
Storage type is [StorageMap] with key type H256 and value type CompactBeaconState.
Aliased Type§
struct FinalizedBeaconState<T: Config>(/* private fields */);