Module chain

Source
Expand description

A chain in a BlockchainTree.

A [Chain] contains the state of accounts for the chain after execution of its constituent blocks, as well as a list of the blocks the chain is composed of.

Structsยง

AppendableChain
A chain in the blockchain tree that has functionality to execute blocks and append them to itself.