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 */);