Show / Hide Table of Contents

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).

Inherited Members
IMirrorQueryParameter.Name
IMirrorQueryParameter.Value
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.

  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph