pub type ShardUnregisterBatchId<T: Config> = StorageMap<_GeneratedPrefixForStorageShardUnregisterBatchId<T>, Blake2_128Concat, TssPublicKey, BatchId, OptionQuery>;Expand description
Map storage for unregister shard batches.
Storage type is [StorageMap] with key type TssPublicKey and value type BatchId.
Aliased Typeยง
struct ShardUnregisterBatchId<T: Config>(/* private fields */);