Module zebra_state::request

source ·
Expand description

State [tower::Service] request types.

Structs§

  • A block ready to be committed directly to the finalized state with a small number of checks if compared with a ContextuallyVerifiedBlock.
  • A contextually verified block, ready to be committed directly to the finalized state with no checks, if it becomes the root of the best non-finalized chain.
  • Contains a block with all its associated data that the finalized state can commit to its database.
  • A block which has undergone semantic validation and has been prepared for contextual validation.
  • Wraps note commitment trees and the history tree together.

Enums§