Interface IMirrorProjection
Marker interface for query parameters that reshape the response rather than filter or page it — for example, toggling whether a balance snapshot is included, selecting a transaction-type enum, or asking the mirror node for an opcode-trace sub-section (stack / memory / storage).
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public interface IMirrorProjection : IMirrorQueryParameter
Remarks
Implementations extend IMirrorQueryParameter via this interface. Projections change the shape of each returned record; filters (IMirrorFilter) change which records are returned; paging directives (IMirrorPaging) control pagination over those records.