Skip to main content

CoinPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

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

Inheritance ObjectCoinPage
Implements IDisposable, IEquatable<CoinPage>
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 Coin[] Data { get; init; }

Property Value

Coin[]

Constructors

CoinPage(PageInfo, Coin[])

A page of items returned by the GraphQL server.

public CoinPage(PageInfo PageInfo, Coin[] Data)

Parameters

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

Data Coin[]
The data returned by the server.

Methods

Dispose()

public void Dispose()