MovePackagePage
Namespace: IotaSdk
A page of items returned by the GraphQL server.
public record class MovePackagePage : System.IDisposable, System.IEquatable`1[[IotaSdk.MovePackagePage, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → MovePackagePage
Implements IDisposable, IEquatable<MovePackagePage>
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 MovePackage[] Data { get; init; }
Property Value
Constructors
MovePackagePage(PageInfo, MovePackage[])
A page of items returned by the GraphQL server.
public MovePackagePage(PageInfo PageInfo, MovePackage[] Data)
Parameters
PageInfo PageInfo
Information about the page, such as the cursor and whether there are
more pages.
Data MovePackage[]
The data returned by the server.
Methods
Dispose()
public void Dispose()