[][src]Module core_cbc_casper::blockchain

Implementation of basic types for a casper based blockchain consensus mechanism.

Structs

Block

Simplest structure of a block with a prevblock pointer for running Casper on a blockchain. The data contained in these blocks must implement the BlockData trait.

Error

Traits

BlockData

This trait must be implemented on a data type that is to be held by a Block<D>.