pub type BlockProducerMetadataStorage<T: Config> = StorageMap<_GeneratedPrefixForStorageBlockProducerMetadataStorage<T>, Blake2_128Concat, CrossChainKeyHash, T::BlockProducerMetadata, OptionQuery, GetDefault, GetDefault>;
Expand description
Storage mapping from block producers to their metadata
Storage type is [StorageMap
] with key type CrossChainKeyHash
and value type T :: BlockProducerMetadata
.
Aliased Typeยง
pub struct BlockProducerMetadataStorage<T: Config>(/* private fields */);