Module nakamoto_chain::block

source ·
Expand description

Block and blockchain related functionality.

Modules

Block tree implementation with generic storage backend.
Block storage backends.

Structs

Bitcoin block.
A bitcoin block hash.
Bitcoin block header.
A chain of block headers that may or may not lead back to genesis.
Bitcoin transaction.

Enums

An error related to the block tree.
The outcome of a successful block header import.

Traits

Read block header state.
A representation of all known blocks that keeps track of the longest chain.
A generic block header.