Class ActionExecutionState
Indicates a progress of executing block actions.
Inherited Members
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class ActionExecutionState : PreloadState
Properties
| Improve this Doc View SourceCurrentPhase
The current phase.
Declaration
public override int CurrentPhase { get; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
| Improve this Doc View SourceExecutedBlockCount
The number of currently executed blocks.
Declaration
public int ExecutedBlockCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
ExecutedBlockHash
The hash digest of the block just executed.
Declaration
public HashDigest<SHA256> ExecutedBlockHash { get; }
Property Value
Type | Description |
---|---|
HashDigest<SHA256> |
TotalBlockCount
Total number of blocks to execute in the current batch.
Declaration
public int TotalBlockCount { get; }
Property Value
Type | Description |
---|---|
Int32 |