Module chain

Source
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.
ChainInner
The internal state of Chain.

Enums§

RevertPosition 🔒
The revert position being performed on a chain.

Traits§

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

Type Aliases§

SpendingTransactionId 🔒
Spending transaction id type when the indexer feature is selected.