pub type ImportedCommitmentsInfo<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageImportedCommitmentsInfo<T, I>, ImportedCommitmentsInfoData<BridgedBlockNumber<T, I>>>;Expand description
High level info about the imported commitments.
Contains the following info:
- best known block number of the bridged chain, finalized by BEEFY
- the head of the
ImportedBlockNumbersring buffer
Storage type is [StorageValue] with value type ImportedCommitmentsInfoData < BridgedBlockNumber < T, I > >.
Aliased Type§
struct ImportedCommitmentsInfo<T: Config<I>, I: 'static = ()>(/* private fields */);