pub type ShardIdCounter<T: Config> = StorageValue<_GeneratedPrefixForStorageShardIdCounter<T>, ShardId, ValueQuery>;
Expand description
Counter for creating unique shard_ids during on-chain creation
Storage type is [StorageValue
] with value type ShardId
.
Aliased Typeยง
struct ShardIdCounter<T: Config>(/* private fields */);