Record TNodeConsensus
Unit
Declaration
type TNodeConsensus = record
Description
Record type to store information about a node in the network.
Overview
Fields
![]() |
BlockNumber: Integer; |
![]() |
ConnectionHash: String[32]; |
![]() |
Data: String; |
![]() |
Host: String; |
![]() |
PeerCount: Integer; |
![]() |
Port: Integer; |
Description
Fields
![]() |
BlockNumber: Integer; |
|
The block number reported by the node | |
![]() |
ConnectionHash: String[32]; |
|
A 32-character connection hash | |
![]() |
Data: String; |
|
| |
![]() |
Host: String; |
|
Node's hostname or IP address | |
![]() |
PeerCount: Integer; |
|
The number of peers the node is connected to | |
![]() |
Port: Integer; |
|
Node's | |
Generated by PasDoc 0.16.0-snapshot.
