pub type ShardCommitment<T: Config> = StorageMap<_GeneratedPrefixForStorageShardCommitment<T>, Blake2_128Concat, ShardId, Commitment, OptionQuery>;
Expand description
Maps ShardId
to Commitment
indicating the commitment of each shard.
Storage type is [StorageMap
] with key type ShardId
and value type Commitment
.
Aliased Typeยง
struct ShardCommitment<T: Config>(/* private fields */);