Expand description
Adapters that make one or more BlockSources simpler to poll for new chain tip transitions.
Structs§
- Chain
Poller - The canonical
Pollimplementation used for a singleBlockSource. - Validated
Block - A block with validated data against its transaction list and corresponding block hash.
- Validated
Block Header - A block header with validated proof of work and corresponding block hash.
Enums§
- Chain
Tip - A chain tip relative to another chain tip in terms of block hash and chainwork.