pallet_tasks::pallet

Type Alias ShardRegisterBatchId

Source
pub type ShardRegisterBatchId<T: Config> = StorageMap<_GeneratedPrefixForStorageShardRegisterBatchId<T>, Blake2_128Concat, TssPublicKey, BatchId, OptionQuery>;
Expand description

Map storage for register shard batches.

Storage type is [StorageMap] with key type TssPublicKey and value type BatchId.

Aliased Typeยง

struct ShardRegisterBatchId<T: Config>(/* private fields */);