Interface IMirrorFilter
Marker interface for query parameters that act as predicates —
they narrow the result set returned by the mirror node (for
example, "where account.id equals this value" or "where
timestamp is strictly greater than this consensus time").
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public interface IMirrorFilter : IMirrorQueryParameter
Remarks
Implementations extend IMirrorQueryParameter via this interface. Use this marker on method signatures that want to accept predicates only, excluding paging directives (IMirrorPaging) and projection toggles (IMirrorProjection).