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