Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockInfo ¶
type BlockInfo struct { // RuntimeBlock is the runtime block. RuntimeBlock *block.Block // ConsensusBlock is the consensus light block the runtime block belongs to. ConsensusBlock *consensus.LightBlock // Epoch is the epoch the runtime block belongs to. Epoch beacon.EpochTime // ActiveDescriptor is the runtime descriptor active for the runtime block. ActiveDescriptor *registry.Runtime }
BlockInfo contains information related to the given runtime block.
Click to show internal directories.
Click to hide internal directories.