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