Module block

Module block 

Source
Expand description

Bitcoin Block

A block is a bundle of transactions with a proof-of-work attached, which attaches to an earlier block to form the blockchain. This module describes structures and functions needed to describe these blocks and the blockchain.

Structs§

Block
A Bitcoin block, which is a collection of transactions with an attached proof of work.
BlockHeader
A block header, which contains all the block’s information except the actual transactions
GenesisBlock
A genesis block
LoneBlockHeader
A block header with txcount attached, which is given in the headers network message.