Table of Contents

Class PlotPathRequestData

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

Properties

Filter

public IEnumerable<string> Filter { get; init; }

Property Value

IEnumerable<string>

NodeId

public string NodeId { get; init; }

Property Value

string

Page

public int Page { get; init; }

Property Value

int

PageSize

public int PageSize { get; init; }

Property Value

int

Reverse

public bool Reverse { get; init; }

Property Value

bool