Crate blockchainblock

Source
Expand description

Provides a customizable base for a blockchain implementation

Structs§

BlockchainBlock
Structure for storing one Block of the Blockchain with as few dependencies as possible.

Constants§

BLOCKHASHLEN
Lenght of the Hash block.
VERSION
Version of the protocol as appearing in block headers.

Traits§

Byteable
A trait for converting to bytes an object.
Hashable
A trait for hashing an object.

Type Aliases§

BlockHash
Hash block representation.