Class TAutoConsensusThread

Unit

Declaration

type TAutoConsensusThread = class(TThread)

Description

This thread automatically computes consensus at regular intervals based on block age and timestamp.

Hierarchy

Overview

Methods

Public constructor Create(CreateSuspended: Boolean);
Protected procedure Execute; override;

Description

Methods

Public constructor Create(CreateSuspended: Boolean);

Creates a TAutoConsensusThread.

Parameters
CreateSuspended
Whether the thread should be created in a suspended state.
Protected procedure Execute; override;

Executes the automatic consensus computation process.


Generated by PasDoc 0.16.0-snapshot.