Skip to main content

EpochPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

public record class EpochPage : System.IDisposable, System.IEquatable`1[[IotaSdk.EpochPage, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectEpochPage
Implements IDisposable, IEquatable<EpochPage>
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

PageInfo

Data

The data returned by the server.

public Epoch[] Data { get; init; }

Property Value

Epoch[]

Constructors

EpochPage(PageInfo, Epoch[])

A page of items returned by the GraphQL server.

public EpochPage(PageInfo PageInfo, Epoch[] Data)

Parameters

PageInfo PageInfo
Information about the page, such as the cursor and whether there are more pages.

Data Epoch[]
The data returned by the server.

Methods

Dispose()

public void Dispose()