Skip to main content

TransactionEffectsPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

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

Inheritance ObjectTransactionEffectsPage
Implements IDisposable, IEquatable<TransactionEffectsPage>
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 TransactionEffects[] Data { get; init; }

Property Value

TransactionEffects[]

Constructors

TransactionEffectsPage(PageInfo, TransactionEffects[])

A page of items returned by the GraphQL server.

public TransactionEffectsPage(PageInfo PageInfo, TransactionEffects[] Data)

Parameters

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

Data TransactionEffects[]
The data returned by the server.

Methods

Dispose()

public void Dispose()