Table of Contents

Class PaginatedPlotRequest

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record PaginatedPlotRequest : IEquatable<PaginatedPlotRequest>
Inheritance
PaginatedPlotRequest
Implements
Inherited Members
Extension Methods

Properties

NodeId

public string NodeId { get; init; }

Property Value

string

Page

public int Page { get; init; }

Property Value

int

PageCount

public int PageCount { get; init; }

Property Value

int

Plots

public IEnumerable<PlotInfo> Plots { get; init; }

Property Value

IEnumerable<PlotInfo>

TotalCount

public int TotalCount { get; init; }

Property Value

int