Skip to main content

TransactionDataEffectsPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

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

Inheritance ObjectTransactionDataEffectsPage
Implements IDisposable, IEquatable<TransactionDataEffectsPage>
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 TransactionDataEffects[] Data { get; init; }

Property Value

TransactionDataEffects[]

Constructors

TransactionDataEffectsPage(PageInfo, TransactionDataEffects[])

A page of items returned by the GraphQL server.

public TransactionDataEffectsPage(PageInfo PageInfo, TransactionDataEffects[] Data)

Parameters

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

Data TransactionDataEffects[]
The data returned by the server.

Methods

Dispose()

public void Dispose()