Module penumbra_sct::component

source ·
Available on crate feature component only.
Expand description

The Sct component contains the interface to the chain’s state commitment tree and nullifier set. It also serves as tracking the various chain clocks, whether logical, like an epoch index, or a block height, or physical, like block timestamps.

Re-exports§

Modules§

  • Blockchain clocks: epoch indices, block heights and timestamps.
  • Implementation of the SCT component query server.
  • The SCT component implementation.
  • Tracking commitment sources within a block execution.
  • Mediate access to the state commitment tree and related data.