pub type TransposedClaimQueue = BTreeMap<ParaId, BTreeMap<u8, BTreeSet<CoreIndex>>>;
The claim queue mapped by parachain id.
struct TransposedClaimQueue { /* private fields */ }