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