Skip to main content

ValidatorPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

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

Inheritance ObjectValidatorPage
Implements IDisposable, IEquatable<ValidatorPage>
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 Validator[] Data { get; init; }

Property Value

Validator[]

Constructors

ValidatorPage(PageInfo, Validator[])

A page of items returned by the GraphQL server.

public ValidatorPage(PageInfo PageInfo, Validator[] Data)

Parameters

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

Data Validator[]
The data returned by the server.

Methods

Dispose()

public void Dispose()