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§

Traits§

  • UpdateWith 🔒
    Helper trait to organize inverse operations done on the Chain type.