Skip to main content

Module blockchain

Module blockchain 

Source

Structsยง

BlockBody
Represents a block body.
BlockHeader
Represents a block header.
BlockNumber
Represents a block number.
BlockRequest
Request for retrieving a block by its number, optionally including the block proof.
BlockSignature
Block ECDSA Signature.
FeeParameters
Definition of the fee parameters.
MaybeBlock
Response containing the block data and optionally its proof.
MaybeBlockNumber
Represents a block number or nothing.
ProposedBlock
Represents a proposed block.
SignBlockResponse
Response to a SignBlock request: the block signature together with the commitment of the block header that the validator actually signed, so the block producer can detect a block-hash mismatch.
SignedBlock
Represents a signed block.
ValidatorPublicKey
Validator ECDSA public key.