Expand description
Provides a customizable base for a blockchain implementation
Structs§
- Blockchain
Block - 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§
Type Aliases§
- Block
Hash - Hash block representation.