CheckpointSummaryPage
Namespace: IotaSdk
A page of items returned by the GraphQL server.
public record class CheckpointSummaryPage : System.IDisposable, System.IEquatable`1[[IotaSdk.CheckpointSummaryPage, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → CheckpointSummaryPage
Implements IDisposable, IEquatable<CheckpointSummaryPage>
Attributes NullableContextAttribute, NullableAttribute
Properties
PageInfo
Information about the page, such as the cursor and whether there are more pages.
public PageInfo PageInfo { get; init; }
Property Value
Data
The data returned by the server.
public CheckpointSummary[] Data { get; init; }
Property Value
Constructors
CheckpointSummaryPage(PageInfo, CheckpointSummary[])
A page of items returned by the GraphQL server.
public CheckpointSummaryPage(PageInfo PageInfo, CheckpointSummary[] Data)
Parameters
PageInfo PageInfo
Information about the page, such as the cursor and whether there are
more pages.
Data CheckpointSummary[]
The data returned by the server.
Methods
Dispose()
public void Dispose()