Interface IPhase
Represents a given phaseDetails of the ledger update cycle, namely, Construction, Campaigning, Voting and Synchronisation.
Namespace: Catalyst.Abstractions.Consensus.Cycle
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IPhase
Properties
| Improve this Doc View SourceName
The name of the phase represented by this instance.
Declaration
IPhaseName Name { get; }
Property Value
Type | Description |
---|---|
IPhaseName |
PreviousDeltaDfsHash
Address on the DFS of the delta elected on the previous cycle, here used as a unique identifier for this phase.
Declaration
MultiHash PreviousDeltaDfsHash { get; }
Property Value
Type | Description |
---|---|
MultiHash |
Status
Status in which our Phase is.
Declaration
IPhaseStatus Status { get; }
Property Value
Type | Description |
---|---|
IPhaseStatus |
UtcStartTime
The time at which the phase was started.
Declaration
DateTime UtcStartTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |