Show / Hide Table of Contents

Class TimestampRangeData

Represents a consensus timestamp range.

Inheritance
object
TimestampRangeData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class TimestampRangeData

Properties

| Edit this page View Source

Ending

The ending timestamp that this time range is valid for (exclusive).

Declaration
[JsonPropertyName("to")]
public ConsensusTimeStamp? Ending { get; set; }
Property Value
Type Description
ConsensusTimeStamp?
| Edit this page View Source

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?
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph