Module zebra_state::service::non_finalized_state::chain
source · Expand description
Chain
implements a single non-finalized blockchain,
starting at the finalized tip.
Modules§
- Transparent address indexes for non-finalized chains.
Structs§
- A single non-finalized partial chain, from the child of the finalized tip, to a non-finalized chain tip.
- The internal state of
Chain
.
Enums§
- The revert position being performed on a chain.
Traits§
- Helper trait to organize inverse operations done on the
Chain
type.