Record TNodeConsensus

Hierarchy
Methods
Properties

Unit

Declaration

type TNodeConsensus = record

Description

Record type to store information about a node in the network.

Overview

Fields

Public BlockNumber: Integer;
Public ConnectionHash: String[32];
Public Data: String;
Public Host: String;
Public PeerCount: Integer;
Public Port: Integer;

Description

Fields

Public BlockNumber: Integer;

The block number reported by the node

Public ConnectionHash: String[32];

A 32-character connection hash

Public Data: String;

Data returned from the node

Public Host: String;

Node's hostname or IP address

Public PeerCount: Integer;

The number of peers the node is connected to

Public Port: Integer;

Node's port number


Generated by PasDoc 0.16.0-snapshot.