Skip to main content

SignedTransactionPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

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

Inheritance ObjectSignedTransactionPage
Implements IDisposable, IEquatable<SignedTransactionPage>
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 SignedTransaction[] Data { get; init; }

Property Value

SignedTransaction[]

Constructors

SignedTransactionPage(PageInfo, SignedTransaction[])

A page of items returned by the GraphQL server.

public SignedTransactionPage(PageInfo PageInfo, SignedTransaction[] Data)

Parameters

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

Data SignedTransaction[]
The data returned by the server.

Methods

Dispose()

public void Dispose()