referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_bridge_beefy::pallet::ImportedCommitmentsInfo

source ·
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 ImportedBlockNumbers ring buffer

Storage type is [StorageValue] with value type ImportedCommitmentsInfoData < BridgedBlockNumber < T, I > >.

Aliased Type§

struct ImportedCommitmentsInfo<T: Config<I>, I: 'static = ()>(/* private fields */);