Module linera_chain::block

source ·

Structs§

  • Block defines the atomic unit of growth of the Linera chain.
  • The body of a block containing all the data included in the block.
  • Succinct representation of a block. Contains all the metadata to follow the chain of blocks or verifying inclusion (event, message, oracle response, etc.) in the block’s body.
  • Wrapper around an ExecutedBlock that has been confirmed.
  • Wrapper around an ExecutedBlock that has been validated.

Enums§

  • Failure to convert a Certificate into one of the expected certificate types.