Skip to content
kstola2 edited this page Sep 9, 2019 · 2 revisions

Structure

Version

A 16-bit, non-decreasing number that represents the current features, capabilities, and protocols this block adheres to.

Height

A 64-bit. non-decreasing number representing the position of this block in the blockchain.

Timestamp

Represents the time when this block was created.

Previous Hash

The SHA-256 hash of the block this block was stacked on top of.

Merkle Root Hash

A hash of all the data in the block.

Data Length

The amount of data elements in the block body.

Data

The block body; can be anything that is serializable. Currently is limited to Aurum Contracts.

Clone this wiki locally