Expand description

Block and block header structures.

This module defines structures for manipulating Wownero blocks. A block is composed of an Header, the miner Transaction, and a list of transactions’ Hash included in the block.

Structs

A full block with the mining transaction and the commitments (hash) to all included transaction.

A block header containing the version, the mining timestamp, the previous block hash and the nonce.

Enums

Enum for pre or post miner sig

Enum for pre or post Vote by block