Class TimestampRangeData
Represents a consensus timestamp range.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class TimestampRangeData
Properties
| Edit this page View SourceEnding
The ending timestamp that this time range is valid for (exclusive).
Declaration
[JsonPropertyName("to")]
public ConsensusTimeStamp? Ending { get; set; }
Property Value
| Type | Description |
|---|---|
| ConsensusTimeStamp? |
Starting
The starting timestamp that this time range is valid for (inclusive).
Declaration
[JsonPropertyName("from")]
public ConsensusTimeStamp? Starting { get; set; }
Property Value
| Type | Description |
|---|---|
| ConsensusTimeStamp? |