Namespace Hiero.Mirror.Filters
Classes
AccountIsFilter
Filter results by account ID.
ContractIsFilter
Filter by contract EVM address.
LimitFilter
Indicates the number of results to return in a page.
OrderByFilter
Filter specifying the order of results that should be returned by the mirror node.
SequenceAfterFilter
Retrieve consensus messages for a topic after the given hcs consensus message number.
SlotIsFilter
Filter contract state data by slot ID.
SpenderIsFilter
Filter results by spender account ID.
TimestampAfterFilter
Retrieve data after the given consensus time value.
TimestampEqualsFilter
Retrieve data matching the given consensus timestamp in the hedera ledger.
TimestampOnOrBeforeFilter
Retrieve data before or on the given consensus time value.
TokenIsFilter
Filter results by token ID.
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.
Interfaces
IMirrorQueryFilter
Represents a basic filter to a mirror node query, it can represent a time constraint, account constraint etc.