Class TimestampEqualsFilter
Retrieve data matching the given consensus timestamp in the hedera ledger.
Implements
Inherited Members
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public class TimestampEqualsFilter : IMirrorQueryFilter
Constructors
| Edit this page View SourceTimestampEqualsFilter(ConsensusTimeStamp)
Constructor, requires a consensus timestamp.
Declaration
public TimestampEqualsFilter(ConsensusTimeStamp timestamp)
Parameters
| Type | Name | Description |
|---|---|---|
| ConsensusTimeStamp | timestamp | The consensus timestamp representing the moment in time in the ledger to match against. |
Properties
| Edit this page View SourceName
The query parameter name recognized by the remote mirror node.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the query parameter sent to the mirror node.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |