📦 Block
The basic piece of a Blockchain
The basic content of a block consists on minimal information about when (timestamp) the block was created, who created it (by) and the content of the block (body).
The prevHash and height refers to the previous block's hash, this is required to ensure the order of the chain is preserved and the new block is the correct one.
Each scope is an isolated space with it's own hash and height sequence.
Last updated