Class TopicFilter
Filters a request for contract log events to the specified index and topic, typically requires additional temporal filters when querying the mirror nodes. Multiple filters may be added to the same mirror node query.
Implements
Inherited Members
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public class TopicFilter : IMirrorQueryFilter
Constructors
| Edit this page View SourceTopicFilter(int, BigInteger)
Constructor requires the token to filter the request by.
Declaration
public TopicFilter(int index, BigInteger topic)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The topic index this query applies to. |
| BigInteger | topic | The topic value to filter by. |
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 |