Packed Record TMasterNodeInfo

Hierarchy
Methods
Properties

Unit

Declaration

type TMasterNodeInfo = packed record

Description

Information about a master node in the network

Overview

Fields

Public BlockHash: String[32];
Public BlockNumber: Integer;
Public FundAddress: String[40];
Public Ip: String[40];
Public Port: Integer;
Public PublicKey: String[120];
Public ReportHash: String[32];
Public SignAddress: String[40];
Public Signature: String[120];
Public Timestamp: String[15];

Description

Fields

Public BlockHash: String[32];

Hash of the current block

Public BlockNumber: Integer;

Block number that the master node is at

Public FundAddress: String[40];

Fund address of the master node

Public Ip: String[40];

IP address of the master node

Public Port: Integer;

Port number of the master node

Public PublicKey: String[120];

Public key of the master node

Public ReportHash: String[32];

Hash of the master node's report

Public SignAddress: String[40];

Signing address of the master node

Public Signature: String[120];

Signature of the master node

Public Timestamp: String[15];

Timestamp of the report


Generated by PasDoc 0.16.0-snapshot.