Module chunk_validation
Source - ChunkEndorsement
- The endorsement of a chunk by a chunk validator. By providing this, a
chunk validator has verified that the chunk state witness is correct.
- ChunkEndorsementInner
- This is the part of the chunk endorsement that is actually being signed.
- ChunkStateTransition
- Represents the base state and the expected post-state-root of a chunk’s state
transition. The actual state transition itself is not included here.
- ChunkStateWitness
- The state witness for a chunk; proves the state transition that the
chunk attests to.
- StoredChunkStateTransitionData
- Stored on disk for each chunk, including missing chunks, in order to
produce a chunk state witness when needed.