Show / Hide Table of Contents

Class PageLink

A links object typically returned from the mirror node when more paged data is available.

Inheritance
object
PageLink
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror.Implementation
Assembly: Hiero.dll
Syntax
public class PageLink

Properties

| Edit this page View Source

Next

The URL of a link to call to retrieve the next set of paged data.

Declaration
[JsonPropertyName("next")]
public string? Next { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph