Module mashina::executed_block[][src]

ExecutedBlock is the underlying data structure used by other block types to store block related info. As a block goes through processing we use different types to signal its state: “open”, “closed”, “locked”, “sealed”. They all embed an ExecutedBlock.

Structs

ExecutedBlock

An internal type for a block’s common elements.