Module polkadot_primitives::vstaging
source · Expand description
Staging Primitives.
Modules§
- Async backing primitives
Structs§
- A backed (or backable, depending on context) candidate.
- A unique descriptor of the candidate receipt.
- A candidate-receipt at version 2.
- An offset in the relay chain claim queue.
- A candidate-receipt with commitments directly included.
- A strictly increasing sequence number, typically this would be the least significant byte of the block number.
- Parachains inherent-data passed into the runtime by a block author
- A type representing the version of the candidate descriptor and internal version number.
- Information about a core which is currently occupied.
- Scraped runtime backing votes and resolved disputes.
Enums§
- A type representing the version of the candidate descriptor.
- An event concerning a candidate.
- CommittedCandidateReceiptError construction errors.
- The state of a particular availability core.
- Signals that a parachain can send to the relay chain via the UMP queue.
Constants§
- The default claim queue offset to be used if it’s not configured/accessible in the parachain runtime
- Separator between
XCM
andUMPSignal
.
Traits§
- A trait to allow changing the descriptor field values in tests.
Functions§
- Utility function for skipping the ump signals.
- Returns a mapping between the para id and the core indices assigned at different depths in the claim queue.
Type Aliases§
- The claim queue mapped by parachain id.