Expand description

Representation of the block in the mockchain.

Re-exports

Modules

Structs

  • Block is an element of the blockchain it contains multiple transaction and a reference to the parent block. Alongside with the position of that block in the chain.
  • Non unique identifier of the transaction position in the blockchain. There may be many transactions related to the same SlotId.

Enums

Functions

  • Create a block from a block version, content and a header builder closure

Type Aliases