Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHashNonce ¶ added in v1.2.0
Types ¶
type Block ¶
type Block struct { Header *BlockHeader `json:"header"` Transactions []Transaction `json:"transactions"` }
func GenesisBlock ¶ added in v1.1.0
func (*Block) ApproximatedSize ¶ added in v1.7.0
ApproximatedSize computes an approximation of how big the block would be once converted into a Protobuf Block model
type BlockHeader ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.