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 Object → TransactionDataEffectsPage
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
Data
The data returned by the server.
public TransactionDataEffects[] Data { get; init; }
Property Value
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()