Namespace Hiero.Mirror.Paging
Classes
OrderBy
Sets the sort direction for results returned by the mirror node. Paging directive — does not change which records are returned, only the order they appear in the response. Use the static Ascending or Descending instances; the constructor is private.
PageLimit
Caps the number of records returned by the mirror node in a single page. Paging directive — does not change which records are returned, only how many fit in one response.