Interface IMirrorQueryFilter
Represents a basic filter to a mirror node query, it can represent a time constraint, account constraint etc.
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public interface IMirrorQueryFilter
Properties
| Edit this page View SourceName
The query parameter name recognized by the remote mirror node.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the query parameter sent to the mirror node.
Declaration
string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |