referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_bridge_beefy::pallet::ImportedCommitments

source ·
pub type ImportedCommitments<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageImportedCommitments<T, I>, Blake2_128Concat, BridgedBlockNumber<T, I>, ImportedCommitment<T, I>>;
Expand description

All the commitments that we have imported and haven’t been pruned yet.

Storage type is [StorageMap] with key type BridgedBlockNumber < T, I > and value type ImportedCommitment < T, I >.

Aliased Type§

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