Module consensus

Module consensus 

Source
Expand description

Mainly aliases to define consensus within tempo.

Modules§

application 🔒
Drives the execution engine by forwarding consensus messages.
block 🔒
The foundational datastructure the Tempo network comes to consensus over.
digest 🔒
Digest is a wrapper around [B256] to use eth block hash in commonware simplex.
engine 🔒
Engine drives the application and is modelled after commonware’s alto toy blockchain.

Structs§

Builder
Settings for Engine.
Digest
Wrapper around [B256] to use it in places requiring [commonware_cryptography::Digest].
Engine