Packed Record TNetworkConsensusData

Hierarchy
Methods
Properties

Unit

Declaration

type TNetworkConsensusData = packed record

Description

Stores consensus-related data from the network

Overview

Fields

Public Count: Integer;
Public Percentage: Integer;
Public Slot: Integer;
Public Value: String[64];

Description

Fields

Public Count: Integer;

Number of peers sharing this value

Public Percentage: Integer;

Percentage of peers sharing the value

Public Slot: Integer;

Slots where these peers are located

Public Value: String[64];

The value stored from consensus


Generated by PasDoc 0.16.0-snapshot.