Packed Record TMasterNodeInfo
Unit
Declaration
type TMasterNodeInfo = packed record
Description
Information about a master node in the network
Overview
Fields
![]() |
BlockHash: String[32]; |
![]() |
BlockNumber: Integer; |
![]() |
FundAddress: String[40]; |
![]() |
Ip: String[40]; |
![]() |
Port: Integer; |
![]() |
PublicKey: String[120]; |
![]() |
ReportHash: String[32]; |
![]() |
SignAddress: String[40]; |
![]() |
Signature: String[120]; |
![]() |
Timestamp: String[15]; |
Description
Fields
![]() |
BlockHash: String[32]; |
|
Hash of the current block | |
![]() |
BlockNumber: Integer; |
|
Block number that the master node is at | |
![]() |
FundAddress: String[40]; |
|
Fund address of the master node | |
![]() |
Ip: String[40]; |
|
| |
![]() |
Port: Integer; |
|
| |
![]() |
PublicKey: String[120]; |
|
Public key of the master node | |
![]() |
ReportHash: String[32]; |
|
Hash of the master node's report | |
![]() |
SignAddress: String[40]; |
|
Signing address of the master node | |
![]() |
Signature: String[120]; |
|
| |
![]() |
Timestamp: String[15]; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
