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