penumbra_sdk_sct::component

Module clock

Source
Available on crate feature component only.
Expand description

Blockchain clocks: epoch indices, block heights and timestamps.

Traits§

EpochManager
Provides write access to the chain’s epoch manager. The epoch manager is responsible for tracking block and epoch heights as well as related data like reported timestamps and epoch duration.
EpochRead
Provides read access to epoch indices, block heights, timestamps, and other related data.