Class SequenceAfterFilter
Retrieve consensus messages for a topic after the given hcs consensus message number.
Implements
Inherited Members
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public class SequenceAfterFilter : IMirrorQueryFilter
Constructors
| Edit this page View SourceSequenceAfterFilter(ulong)
Constructor requires the sequence number to filter by.
Declaration
public SequenceAfterFilter(ulong sequenceNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | sequenceNumber | Return only hcs messages with sequence numbers larger than this target value. |
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 |