Expand description
Chain
implements a single non-finalized blockchain,
starting at the finalized tip.
Modules§
- index
- Transparent address indexes for non-finalized chains.
Structs§
- Chain
- A single non-finalized partial chain, from the child of the finalized tip, to a non-finalized chain tip.
- Chain
Inner - The internal state of
Chain
.
Enums§
- Revert
Position 🔒 - The revert position being performed on a chain.
Traits§
- Update
With 🔒 - Helper trait to organize inverse operations done on the
Chain
type.
Type Aliases§
- Spending
Transaction 🔒Id - Spending transaction id type when the
indexer
feature is selected.