Expand description
The LocalChain
is a local implementation of ChainOracle
.
Structs§
- Alter
Check Point Error - Represents a failure when trying to insert/remove a checkpoint to/from
LocalChain
. - Cannot
Connect Error - Occurs when an update does not have a common checkpoint with the original chain.
- Change
Set - The
ChangeSet
represents changes toLocalChain
. - Check
Point - A checkpoint is a node of a reference-counted linked list of
BlockId
s. - Check
Point Iter - Iterates over checkpoints backwards.
- Local
Chain - This is a local implementation of
ChainOracle
. - Missing
Genesis Error - An error which occurs when a
LocalChain
is constructed without a genesis checkpoint.
Enums§
- Apply
Header Error - The error type for
LocalChain::apply_header_connected_to
.