Packed Record TBlockSummary
Unit
Declaration
type TBlockSummary = packed record
Description
Record to hold summary data for a block
Overview
Fields
![]() |
BlockHash: String[32]; |
![]() |
BlockNumber: Integer; |
![]() |
SumHash: String[32]; |
Description
Fields
![]() |
BlockHash: String[32]; |
|
The block's hash. | |
![]() |
BlockNumber: Integer; |
|
The current block number. | |
![]() |
SumHash: String[32]; |
|
The sum hash. | |
Generated by PasDoc 0.16.0-snapshot.
