Class PageLink
A links object typically returned from the mirror node when more paged data is available.
Inherited Members
Namespace: Hiero.Mirror.Implementation
Assembly: Hiero.dll
Syntax
public class PageLink
Properties
| Edit this page View SourceNext
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 |