From 6862b573d6c5ea45d06504949bd6e9538923a3f6 Mon Sep 17 00:00:00 2001 From: Don Kackman Date: Sat, 21 May 2022 14:27:50 -0500 Subject: [PATCH] release 1.2.0.0 --- docs/api/chia.dotnet.CrawlerProxy.html | 5 +- docs/api/chia.dotnet.DaemonProxy.html | 99 ++- docs/api/chia.dotnet.FarmerProxy.html | 417 +++++++++- docs/api/chia.dotnet.FilterItem.html | 225 ++++++ docs/api/chia.dotnet.FullNodeProxy.html | 81 +- docs/api/chia.dotnet.HarvesterInfo.html | 179 ++++- docs/api/chia.dotnet.HarvesterProxy.html | 5 +- docs/api/chia.dotnet.HarvesterSummary.html | 466 +++++++++++ docs/api/chia.dotnet.HarvesterSync.html | 255 ++++++ .../api/chia.dotnet.PaginatedPlotRequest.html | 315 ++++++++ docs/api/chia.dotnet.PlotInfoRequestData.html | 345 +++++++++ docs/api/chia.dotnet.PlotPathRequestData.html | 315 ++++++++ docs/api/chia.dotnet.PlotterProxy.html | 5 +- docs/api/chia.dotnet.PoolStateInfo.html | 38 +- docs/api/chia.dotnet.ServiceProxy.html | 101 ++- docs/api/chia.dotnet.TradeManager.html | 2 +- docs/api/chia.dotnet.WalletProxy.html | 5 +- docs/api/chia.dotnet.html | 12 + docs/api/toc.html | 18 + docs/manifest.json | 102 ++- docs/xrefmap.yml | 730 ++++++++++++++++-- src/chia-dotnet/chia-dotnet.csproj | 8 +- 22 files changed, 3531 insertions(+), 197 deletions(-) create mode 100644 docs/api/chia.dotnet.FilterItem.html create mode 100644 docs/api/chia.dotnet.HarvesterSummary.html create mode 100644 docs/api/chia.dotnet.HarvesterSync.html create mode 100644 docs/api/chia.dotnet.PaginatedPlotRequest.html create mode 100644 docs/api/chia.dotnet.PlotInfoRequestData.html create mode 100644 docs/api/chia.dotnet.PlotPathRequestData.html diff --git a/docs/api/chia.dotnet.CrawlerProxy.html b/docs/api/chia.dotnet.CrawlerProxy.html index 9b99d821..aac11b51 100644 --- a/docs/api/chia.dotnet.CrawlerProxy.html +++ b/docs/api/chia.dotnet.CrawlerProxy.html @@ -94,7 +94,7 @@
Inherited Members
ServiceProxy.RpcClient
- ServiceProxy.Ping(CancellationToken) + ServiceProxy.HealthZ(CancellationToken)
ServiceProxy.StopNode(CancellationToken) @@ -102,6 +102,9 @@
Inherited Members
ServiceProxy.GetConnections(CancellationToken)
+
+ ServiceProxy.GetRoutes(CancellationToken) +
ServiceProxy.OpenConnection(String, Int32, CancellationToken)
diff --git a/docs/api/chia.dotnet.DaemonProxy.html b/docs/api/chia.dotnet.DaemonProxy.html index a4af5461..e9eecad2 100644 --- a/docs/api/chia.dotnet.DaemonProxy.html +++ b/docs/api/chia.dotnet.DaemonProxy.html @@ -96,7 +96,7 @@
Inherited Members
ServiceProxy.RpcClient
- ServiceProxy.Ping(CancellationToken) + ServiceProxy.HealthZ(CancellationToken)
ServiceProxy.StopNode(CancellationToken) @@ -104,6 +104,9 @@
Inherited Members
ServiceProxy.GetConnections(CancellationToken)
+
+ ServiceProxy.GetRoutes(CancellationToken) +
ServiceProxy.OpenConnection(String, Int32, CancellationToken)
@@ -187,7 +190,7 @@

Methods Improve this Doc - View Source + View Source

AddPrivateKey(String, String, CancellationToken)

@@ -250,7 +253,7 @@
Returns
Improve this Doc - View Source + View Source

CheckKeys(String, CancellationToken)

@@ -309,7 +312,7 @@
Improve this Doc - View Source + View Source

CreateProxyFrom<T>()

@@ -361,7 +364,7 @@
Remarks
Improve this Doc - View Source + View Source

DeleteAllKeys(CancellationToken)

@@ -411,7 +414,7 @@
Returns
Improve this Doc - View Source + View Source

DeleteKeyByFingerprint(UInt32, CancellationToken)

@@ -467,7 +470,7 @@
Returns
Improve this Doc - View Source + View Source

Exit(CancellationToken)

@@ -520,7 +523,7 @@
Improve this Doc - View Source + View Source

GetAllPrivateKeys(CancellationToken)

@@ -570,7 +573,7 @@
Returns
Improve this Doc - View Source + View Source

GetFirstPrivateKey(CancellationToken)

@@ -620,7 +623,7 @@
Returns
Improve this Doc - View Source + View Source

GetKeyForFingerprint(UInt32, CancellationToken)

@@ -676,7 +679,7 @@
Returns
Improve this Doc - View Source + View Source

GetKeyringStatus(CancellationToken)

@@ -726,7 +729,7 @@
Returns
Improve this Doc - View Source + View Source

GetVersion(CancellationToken)

@@ -776,7 +779,7 @@
Returns
Improve this Doc - View Source + View Source

IsKeyringLocked(CancellationToken)

@@ -826,7 +829,7 @@
Returns
Improve this Doc - View Source + View Source

IsServiceRunning(String, CancellationToken)

@@ -882,7 +885,7 @@
Returns
Improve this Doc - View Source + View Source

MigrateKeyring(String, String, Boolean, Boolean, CancellationToken)

@@ -947,6 +950,56 @@
Returns
Task

Awaitable Task

+ + + + + + | + Improve this Doc + + + View Source + + +

Ping(CancellationToken)

+

Sends ping message to the service

+
+
+
Declaration
+
+
public async Task Ping(CancellationToken cancellationToken = default(CancellationToken))
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
CancellationTokencancellationToken

A token to allow the call to be cancelled

+
+
Returns
+ + + + + + + + + + + @@ -956,7 +1009,7 @@
Returns
Improve this Doc - View Source + View Source

RegisterService(String, CancellationToken)

@@ -1013,7 +1066,7 @@
Returns
Improve this Doc - View Source + View Source

RegisterService(CancellationToken)

@@ -1064,7 +1117,7 @@
Returns
Improve this Doc - View Source + View Source

RemoveKeyringPassphrase(String, CancellationToken)

@@ -1120,7 +1173,7 @@
Returns
Improve this Doc - View Source + View Source

SetKeyringPassphrase(String, String, String, Boolean, CancellationToken)

@@ -1194,7 +1247,7 @@
Returns
Improve this Doc - View Source + View Source

StartService(String, CancellationToken)

@@ -1250,7 +1303,7 @@
Returns
Improve this Doc - View Source + View Source

StopService(String, CancellationToken)

@@ -1306,7 +1359,7 @@
Returns
Improve this Doc - View Source + View Source

UnlockKeyring(String, CancellationToken)

@@ -1362,7 +1415,7 @@
Returns
Improve this Doc - View Source + View Source

ValidateKeyringPassphrase(String, CancellationToken)

diff --git a/docs/api/chia.dotnet.FarmerProxy.html b/docs/api/chia.dotnet.FarmerProxy.html index fe3ed306..5892bdf3 100644 --- a/docs/api/chia.dotnet.FarmerProxy.html +++ b/docs/api/chia.dotnet.FarmerProxy.html @@ -94,7 +94,7 @@
Inherited Members
ServiceProxy.RpcClient
- ServiceProxy.Ping(CancellationToken) + ServiceProxy.HealthZ(CancellationToken)
ServiceProxy.StopNode(CancellationToken) @@ -102,6 +102,9 @@
Inherited Members
ServiceProxy.GetConnections(CancellationToken)
+
+ ServiceProxy.GetRoutes(CancellationToken) +
ServiceProxy.OpenConnection(String, Int32, CancellationToken)
@@ -180,12 +183,236 @@
Parameters
TypeDescription
Task

Awaitable Task

Methods

+ + | + Improve this Doc + + + View Source + + +

GetHarvesterPlotsDuplicates(PlotPathRequestData, CancellationToken)

+

Get a paginated list of duplicate plots

+
+
+
Declaration
+
+
public async Task<PaginatedPlotRequest> GetHarvesterPlotsDuplicates(PlotPathRequestData requestData, CancellationToken cancellationToken = default(CancellationToken))
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
PlotPathRequestDatarequestData

Info about the request

+
CancellationTokencancellationToken

A token to allow the call to be cancelled

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
Task<PaginatedPlotRequest>

A page of duplicate plots

+
+ + | + Improve this Doc + + + View Source + + +

GetHarvesterPlotsInvalid(PlotPathRequestData, CancellationToken)

+

Get a paginated list of invalid plots

+Info about the request +
+
+
Declaration
+
+
public async Task<PaginatedPlotRequest> GetHarvesterPlotsInvalid(PlotPathRequestData requestData, CancellationToken cancellationToken = default(CancellationToken))
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
PlotPathRequestDatarequestData
CancellationTokencancellationToken

A token to allow the call to be cancelled

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
Task<PaginatedPlotRequest>

A page of invalid plots

+
+ + | + Improve this Doc + + + View Source + + +

GetHarvesterPlotsKeysMissing(PlotPathRequestData, CancellationToken)

+

Get a paginated list of plots with missing keys

+
+
+
Declaration
+
+
public async Task<PaginatedPlotRequest> GetHarvesterPlotsKeysMissing(PlotPathRequestData requestData, CancellationToken cancellationToken = default(CancellationToken))
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
PlotPathRequestDatarequestData

Info about the request

+
CancellationTokencancellationToken

A token to allow the call to be cancelled

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
Task<PaginatedPlotRequest>

A page of plots with missing keys

+
+ + | + Improve this Doc + + + View Source + + +

GetHarvesterPlotsValid(PlotInfoRequestData, CancellationToken)

+

Get a paginated list of valid plots

+
+
+
Declaration
+
+
public async Task<PaginatedPlotRequest> GetHarvesterPlotsValid(PlotInfoRequestData requestData, CancellationToken cancellationToken = default(CancellationToken))
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
PlotInfoRequestDatarequestData

Info about the request

+
CancellationTokencancellationToken

A token to allow the call to be cancelled

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
Task<PaginatedPlotRequest>

A page of valid plots

+
| Improve this Doc - View Source + View Source

GetHarvesters(CancellationToken)

@@ -226,6 +453,56 @@
Returns
Task<IEnumerable<HarvesterInfo>>

A list of harvesters

+ + + + + + | + Improve this Doc + + + View Source + + +

GetHarvestersSummary(CancellationToken)

+

Get a summary of harvesters

+
+
+
Declaration
+
+
public async Task<IEnumerable<HarvesterSummary>> GetHarvestersSummary(CancellationToken cancellationToken = default(CancellationToken))
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
CancellationTokencancellationToken

A token to allow the call to be cancelled

+
+
Returns
+ + + + + + + + + + + @@ -235,7 +512,7 @@
Returns
Improve this Doc - View Source + View Source @@ -291,7 +568,7 @@
Returns
Improve this Doc - View Source + View Source

GetPoolState(CancellationToken)

@@ -332,6 +609,62 @@
Returns
+ + +
TypeDescription
Task<IEnumerable<HarvesterSummary>>

A list of harvesters

Task<IEnumerable<PoolStateInfo>>

A list of pool states

+
+ + | + Improve this Doc + + + View Source + + +

GetRewardTargets(Int32, CancellationToken)

+

Get the farm and pool reward targets

+
+
+
Declaration
+
+
public async Task<(string FarmerTarget, string PoolTarget)> GetRewardTargets(int maxPhToSearch = 500, CancellationToken cancellationToken = default(CancellationToken))
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
Int32maxPhToSearch

The max number of puzzle hashes to search

+
CancellationTokencancellationToken

A token to allow the call to be cancelled

+
+
Returns
+ + + + + + + + + + + @@ -388,19 +721,19 @@
Returns
TypeDescription
Task<(T1, T2)<String, String>>

the farm and pool reward targets

| - Improve this Doc + Improve this Doc - View Source + View Source - -

GetRewardTargetsincludingPrivateKey(CancellationToken)

+ +

GetRewardTargetsIncludingPrivateKey(Int32, CancellationToken)

Get the farm and pool reward targets, including private keys in the search

Declaration
-
public async Task<(string FarmerTarget, string PoolTarget, bool HaveFarmerSk, bool HavePoolSk)> GetRewardTargetsincludingPrivateKey(CancellationToken cancellationToken = default(CancellationToken))
+
public async Task<(string FarmerTarget, string PoolTarget, bool HaveFarmerSk, bool HavePoolSk)> GetRewardTargetsIncludingPrivateKey(int maxPhToSearch = 500, CancellationToken cancellationToken = default(CancellationToken))
Parameters
@@ -412,6 +745,12 @@
Parameters
+ + + + + @@ -431,7 +770,57 @@
Returns
- + + +
Int32maxPhToSearch

The max number of puzzle hashes to search

+
CancellationToken cancellationToken
Task<(T1, T2, T3, T4)<String, String, Boolean, Boolean>>

the farm and pool reward targets

+

The farm and pool reward targets plus indicator if privakte keys are present

+
+ + | + Improve this Doc + + + View Source + + +

GetRewardTargetsIncludingPrivateKey(CancellationToken)

+

Get the farm and pool reward targets, including private keys in the search

+
+
+
Declaration
+
+
public async Task<(string FarmerTarget, string PoolTarget, bool HaveFarmerSk, bool HavePoolSk)> GetRewardTargetsIncludingPrivateKey(CancellationToken cancellationToken = default(CancellationToken))
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
CancellationTokencancellationToken

A token to allow the call to be cancelled

+
+
Returns
+ + + + + + + + + + + @@ -441,7 +830,7 @@
Returns
Improve this Doc - View Source + View Source

GetSignagePoint(String, CancellationToken)

@@ -497,7 +886,7 @@
Returns
Improve this Doc - View Source + View Source

GetSignagePoints(CancellationToken)

@@ -547,7 +936,7 @@
Returns
Improve this Doc - View Source + View Source

SetPayoutInstructions(String, String, CancellationToken)

@@ -609,7 +998,7 @@
Returns
Improve this Doc - View Source + View Source

SetRewardTargets(String, String, CancellationToken)

diff --git a/docs/api/chia.dotnet.FilterItem.html b/docs/api/chia.dotnet.FilterItem.html new file mode 100644 index 00000000..2e9899bf --- /dev/null +++ b/docs/api/chia.dotnet.FilterItem.html @@ -0,0 +1,225 @@ + + + + + + + + Class FilterItem + + + + + + + + + + + + + + + + +
+
+ + + + +
+
TypeDescription
Task<(T1, T2, T3, T4)<String, String, Boolean, Boolean>>

The farm and pool reward targets

+ + + + + + + + + + + + +
TypeDescription
String
+ + | + Improve this Doc + + + View Source + + +

Value

+
+
+
Declaration
+
+
public string Value { get; set; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
String
+

Implements

+
+ System.IEquatable<T> +
+ +
+ + + + + + + + + + + + + diff --git a/docs/api/chia.dotnet.FullNodeProxy.html b/docs/api/chia.dotnet.FullNodeProxy.html index 058ffacf..96f2828a 100644 --- a/docs/api/chia.dotnet.FullNodeProxy.html +++ b/docs/api/chia.dotnet.FullNodeProxy.html @@ -94,7 +94,7 @@
Inherited Members
ServiceProxy.RpcClient
- ServiceProxy.Ping(CancellationToken) + ServiceProxy.HealthZ(CancellationToken)
ServiceProxy.StopNode(CancellationToken) @@ -102,6 +102,9 @@
Inherited Members
ServiceProxy.GetConnections(CancellationToken)
+
+ ServiceProxy.GetRoutes(CancellationToken) +
ServiceProxy.OpenConnection(String, Int32, CancellationToken)
@@ -787,19 +790,19 @@
Returns
| - Improve this Doc + Improve this Doc - View Source + View Source - -

GetCoinRecordByHint(String, Boolean, Nullable<UInt32>, Nullable<UInt32>, CancellationToken)

-

Retrieves a coin record by hint

+ +

GetCoinRecordByName(String, CancellationToken)

+

Retrieves a coin record by its name/id.

Declaration
-
public async Task<IEnumerable<CoinRecord>> GetCoinRecordByHint(string hint, bool includeSpentCoins, uint? startHeight = null, uint? endHeight = null, CancellationToken cancellationToken = default(CancellationToken))
+
public async Task<CoinRecord> GetCoinRecordByName(string name, CancellationToken cancellationToken = default(CancellationToken))
Parameters
@@ -813,26 +816,8 @@
Parameters
- - - - - - - - - - - - - - - - - + @@ -853,27 +838,27 @@
Returns
- - +
Stringhint

The hint

-
BooleanincludeSpentCoins

whether to include spent coins too, instead of just unspent

-
Nullable<UInt32>startHeight

confirmation start height for search

-
Nullable<UInt32>endHeight

confirmation end height for search

+
name

The coin name

Task<IEnumerable<CoinRecord>>

A list of CoinRecords

+
Task<CoinRecord>

A CoinRecord

| - Improve this Doc + Improve this Doc - View Source + View Source - -

GetCoinRecordByName(String, CancellationToken)

-

Retrieves a coin record by its name/id.

+ +

GetCoinRecordsByHint(String, Boolean, Nullable<UInt32>, Nullable<UInt32>, CancellationToken)

+

Retrieves a coin record by hint

Declaration
-
public async Task<CoinRecord> GetCoinRecordByName(string name, CancellationToken cancellationToken = default(CancellationToken))
+
public async Task<IEnumerable<CoinRecord>> GetCoinRecordsByHint(string hint, bool includeSpentCoins, uint? startHeight = null, uint? endHeight = null, CancellationToken cancellationToken = default(CancellationToken))
Parameters
@@ -887,8 +872,26 @@
Parameters
- - + + + + + + + + + + + + + + + + @@ -909,8 +912,8 @@
Returns
- - + diff --git a/docs/api/chia.dotnet.HarvesterInfo.html b/docs/api/chia.dotnet.HarvesterInfo.html index db60e4ae..b669b37e 100644 --- a/docs/api/chia.dotnet.HarvesterInfo.html +++ b/docs/api/chia.dotnet.HarvesterInfo.html @@ -121,7 +121,7 @@

Properties Improve this Doc - View Source + View Source

Connection

@@ -146,12 +146,42 @@
Property Value
Stringname

The coin name

+
hint

The hint

+
BooleanincludeSpentCoins

whether to include spent coins too, instead of just unspent

+
Nullable<UInt32>startHeight

confirmation start height for search

+
Nullable<UInt32>endHeight

confirmation end height for search

Task<CoinRecord>

A CoinRecord

+
Task<IEnumerable<CoinRecord>>

A list of CoinRecords

+ + | + Improve this Doc + + + View Source + + +

Duplicates

+
+
+
Declaration
+
+
public IEnumerable<string> Duplicates { get; set; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
IEnumerable<String>
| Improve this Doc - View Source + View Source

FailedToOpenFileNames

@@ -159,7 +189,68 @@

Declaration
-
public ICollection<string> FailedToOpenFileNames { get; set; }
+
public IEnumerable<string> FailedToOpenFileNames { get; set; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
IEnumerable<String>
+ + | + Improve this Doc + + + View Source + + +

LastSyncDateTime

+
+
+
Declaration
+
+
[JsonIgnore]
+public DateTime LastSyncDateTime { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
DateTime
+ + | + Improve this Doc + + + View Source + + +

LastSyncTime

+
+
+
Declaration
+
+
public double LastSyncTime { get; set; }
Property Value
@@ -171,25 +262,25 @@
Property Value
- +
ICollection<String>Double
| - Improve this Doc + Improve this Doc - View Source + View Source - -

NotFoundFileNames

+ +

NoKeyFilenames

Declaration
-
public ICollection<string> NotFoundFileNames { get; set; }
+
public IEnumerable<string> NoKeyFilenames { get; set; }
Property Value
@@ -201,7 +292,7 @@
Property Value
- + @@ -211,7 +302,7 @@
Property Value
Improve this Doc - View Source + View Source

Plots

@@ -219,7 +310,67 @@

Declaration
-
public ICollection<PlotInfo> Plots { get; set; }
+
public IEnumerable<PlotInfo> Plots { get; set; }
+
+
Property Value
+
ICollection<String>IEnumerable<String>
+ + + + + + + + + + + + +
TypeDescription
IEnumerable<PlotInfo>
+ + | + Improve this Doc + + + View Source + + +

Syncing

+
+
+
Declaration
+
+
public HarvesterSync Syncing { get; set; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
HarvesterSync
+ + | + Improve this Doc + + + View Source + + +

TotalPlotSize

+
+
+
Declaration
+
+
public long TotalPlotSize { get; set; }
Property Value
@@ -231,7 +382,7 @@
Property Value
- + @@ -251,7 +402,7 @@

Implements

Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/chia.dotnet.HarvesterProxy.html b/docs/api/chia.dotnet.HarvesterProxy.html index 247e6dec..3c3aa9d9 100644 --- a/docs/api/chia.dotnet.HarvesterProxy.html +++ b/docs/api/chia.dotnet.HarvesterProxy.html @@ -94,7 +94,7 @@
    Inherited Members
    ServiceProxy.RpcClient
    - ServiceProxy.Ping(CancellationToken) + ServiceProxy.HealthZ(CancellationToken)
    ServiceProxy.StopNode(CancellationToken) @@ -102,6 +102,9 @@
    Inherited Members
    ServiceProxy.GetConnections(CancellationToken)
    +
    + ServiceProxy.GetRoutes(CancellationToken) +
    ServiceProxy.OpenConnection(String, Int32, CancellationToken)
    diff --git a/docs/api/chia.dotnet.HarvesterSummary.html b/docs/api/chia.dotnet.HarvesterSummary.html new file mode 100644 index 00000000..eadc5a2c --- /dev/null +++ b/docs/api/chia.dotnet.HarvesterSummary.html @@ -0,0 +1,466 @@ + + + + + + + + Class HarvesterSummary + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    ICollection<PlotInfo>Int64
    + + + + + + + + + + + + +
    TypeDescription
    HarvesterConnection
    + + | + Improve this Doc + + + View Source + + +

    Duplicates

    +
    +
    +
    Declaration
    +
    +
    public int Duplicates { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Int32
    + + | + Improve this Doc + + + View Source + + +

    FailedToOpenFileNames

    +
    +
    +
    Declaration
    +
    +
    public int FailedToOpenFileNames { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Int32
    + + | + Improve this Doc + + + View Source + + +

    LastSyncDateTime

    +
    +
    +
    Declaration
    +
    +
    [JsonIgnore]
    +public DateTime LastSyncDateTime { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    DateTime
    + + | + Improve this Doc + + + View Source + + +

    LastSyncTime

    +
    +
    +
    Declaration
    +
    +
    public double LastSyncTime { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Double
    + + | + Improve this Doc + + + View Source + + +

    NoKeyFilenames

    +
    +
    +
    Declaration
    +
    +
    public int NoKeyFilenames { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Int32
    + + | + Improve this Doc + + + View Source + + +

    NotFoundFileNames

    +
    +
    +
    Declaration
    +
    +
    public int NotFoundFileNames { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Int32
    + + | + Improve this Doc + + + View Source + + +

    Plots

    +
    +
    +
    Declaration
    +
    +
    public int Plots { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Int32
    + + | + Improve this Doc + + + View Source + + +

    Syncing

    +
    +
    +
    Declaration
    +
    +
    public HarvesterSync Syncing { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    HarvesterSync
    + + | + Improve this Doc + + + View Source + + +

    TotalPlotSize

    +
    +
    +
    Declaration
    +
    +
    public long TotalPlotSize { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Int64
    +

    Implements

    +
    + System.IEquatable<T> +
    + +
    + + +
    + + + + + + + + + + diff --git a/docs/api/chia.dotnet.HarvesterSync.html b/docs/api/chia.dotnet.HarvesterSync.html new file mode 100644 index 00000000..1e4a18af --- /dev/null +++ b/docs/api/chia.dotnet.HarvesterSync.html @@ -0,0 +1,255 @@ + + + + + + + + Class HarvesterSync + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/chia.dotnet.PaginatedPlotRequest.html b/docs/api/chia.dotnet.PaginatedPlotRequest.html new file mode 100644 index 00000000..968daef4 --- /dev/null +++ b/docs/api/chia.dotnet.PaginatedPlotRequest.html @@ -0,0 +1,315 @@ + + + + + + + + Class PaginatedPlotRequest + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/chia.dotnet.PlotInfoRequestData.html b/docs/api/chia.dotnet.PlotInfoRequestData.html new file mode 100644 index 00000000..76eedac5 --- /dev/null +++ b/docs/api/chia.dotnet.PlotInfoRequestData.html @@ -0,0 +1,345 @@ + + + + + + + + Class PlotInfoRequestData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/chia.dotnet.PlotPathRequestData.html b/docs/api/chia.dotnet.PlotPathRequestData.html new file mode 100644 index 00000000..c16ac8e8 --- /dev/null +++ b/docs/api/chia.dotnet.PlotPathRequestData.html @@ -0,0 +1,315 @@ + + + + + + + + Class PlotPathRequestData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/chia.dotnet.PlotterProxy.html b/docs/api/chia.dotnet.PlotterProxy.html index 5e6db73b..aa0abb99 100644 --- a/docs/api/chia.dotnet.PlotterProxy.html +++ b/docs/api/chia.dotnet.PlotterProxy.html @@ -94,7 +94,7 @@
    Inherited Members
    ServiceProxy.RpcClient
    - ServiceProxy.Ping(CancellationToken) + ServiceProxy.HealthZ(CancellationToken)
    ServiceProxy.StopNode(CancellationToken) @@ -102,6 +102,9 @@
    Inherited Members
    ServiceProxy.GetConnections(CancellationToken)
    +
    + ServiceProxy.GetRoutes(CancellationToken) +
    ServiceProxy.OpenConnection(String, Int32, CancellationToken)
    diff --git a/docs/api/chia.dotnet.PoolStateInfo.html b/docs/api/chia.dotnet.PoolStateInfo.html index a61860ed..7087610a 100644 --- a/docs/api/chia.dotnet.PoolStateInfo.html +++ b/docs/api/chia.dotnet.PoolStateInfo.html @@ -243,7 +243,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    NextFarmerUpdateDateTime

    @@ -304,7 +304,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    NextPoolInfoUpdateDateTime

    @@ -360,6 +360,36 @@
    Property Value
    + + | + Improve this Doc + + + View Source + + +

    PlotCount

    +
    +
    +
    Declaration
    +
    +
    public int PlotCount { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Int32
    | Improve this Doc @@ -487,7 +517,7 @@
    Property Value
    Improve this Doc
    - View Source + View Source

    PoolConfig

    @@ -517,7 +547,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    PoolErrors24h

    diff --git a/docs/api/chia.dotnet.ServiceProxy.html b/docs/api/chia.dotnet.ServiceProxy.html index 291d6f1f..1169d48b 100644 --- a/docs/api/chia.dotnet.ServiceProxy.html +++ b/docs/api/chia.dotnet.ServiceProxy.html @@ -137,7 +137,7 @@

    Declaration
    -
    public ServiceProxy(IRpcClient rpcClient, string destinationService, string originService)
    +
    protected ServiceProxy(IRpcClient rpcClient, string destinationService, string originService)
    Parameters
    @@ -272,7 +272,7 @@

    Methods Improve this Doc - View Source + View Source

    CloseConnection(String, CancellationToken)

    @@ -328,7 +328,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetConnections(CancellationToken)

    @@ -375,19 +375,19 @@
    Returns
    | - Improve this Doc + Improve this Doc - View Source + View Source - -

    OpenConnection(String, Int32, CancellationToken)

    -

    Add a connection

    + +

    GetRoutes(CancellationToken)

    +

    Get all endpoints of a service

    Declaration
    -
    public async Task OpenConnection(string host, int port, CancellationToken cancellationToken = default(CancellationToken))
    +
    public async Task<IEnumerable<string>> GetRoutes(CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    @@ -400,17 +400,55 @@
    Parameters
    - - - + + + +
    Stringhost

    The host name of the connection

    +
    CancellationTokencancellationToken

    A token to allow the call to be cancelled

    +
    Returns
    + + - - - + + + + + + + + +
    Int32port

    The port to use

    +
    TypeDescription
    Task<IEnumerable<String>>

    A list of service routes

    + + | + Improve this Doc + + + View Source + + +

    HealthZ(CancellationToken)

    +

    Sends heartbeat message to the service

    +
    +
    +
    Declaration
    +
    +
    public async Task HealthZ(CancellationToken cancellationToken = default(CancellationToken))
    +
    +
    Parameters
    + + + + + + + + + @@ -430,26 +468,29 @@
    Returns
    -
    TypeNameDescription
    CancellationToken cancellationToken
    Task

    An awaitable Task

    +

    Awaitable Task

    +
    Remarks
    +

    Either completes without error or throws an exception.

    +
    | - Improve this Doc + Improve this Doc - View Source + View Source - -

    Ping(CancellationToken)

    -

    Sends ping message to the service

    + +

    OpenConnection(String, Int32, CancellationToken)

    +

    Add a connection

    Declaration
    -
    public async Task Ping(CancellationToken cancellationToken = default(CancellationToken))
    +
    public async Task OpenConnection(string host, int port, CancellationToken cancellationToken = default(CancellationToken))
    Parameters
    @@ -461,6 +502,18 @@
    Parameters
    + + + + + + + + + + @@ -480,7 +533,7 @@
    Returns
    - @@ -490,7 +543,7 @@
    Returns
    Improve this Doc - View Source + View Source

    StopNode(CancellationToken)

    diff --git a/docs/api/chia.dotnet.TradeManager.html b/docs/api/chia.dotnet.TradeManager.html index eb1e0f74..2f325815 100644 --- a/docs/api/chia.dotnet.TradeManager.html +++ b/docs/api/chia.dotnet.TradeManager.html @@ -109,7 +109,7 @@
    Namespace: chia.dot
    Assembly: chia-dotnet.dll
    Syntax
    -
    public class TradeManager
    +
    public sealed class TradeManager

    Constructors

    diff --git a/docs/api/chia.dotnet.WalletProxy.html b/docs/api/chia.dotnet.WalletProxy.html index 2cce5376..042cd38d 100644 --- a/docs/api/chia.dotnet.WalletProxy.html +++ b/docs/api/chia.dotnet.WalletProxy.html @@ -94,7 +94,7 @@
    Inherited Members
    ServiceProxy.RpcClient
    - ServiceProxy.Ping(CancellationToken) + ServiceProxy.HealthZ(CancellationToken)
    ServiceProxy.StopNode(CancellationToken) @@ -102,6 +102,9 @@
    Inherited Members
    + diff --git a/docs/api/chia.dotnet.html b/docs/api/chia.dotnet.html index 857b0fa8..d4c4c4a3 100644 --- a/docs/api/chia.dotnet.html +++ b/docs/api/chia.dotnet.html @@ -161,6 +161,8 @@

    FarmerSignagePoin

    This type doesn't exist in the chia code but is generated and passed around as a dicitonary (not to be ocnfused with SignagePoint)

    +

    FilterItem

    +

    Foliage

    The entire foliage block, containing signature and the unsigned back pointer The hash of this is the "header hash". Note that for unfinished blocks, the prev_block_hash @@ -185,6 +187,10 @@

    HarvesterInfo

    HarvesterProxy

    Proxy that communicates with the harvester

    +

    HarvesterSummary

    +
    +

    HarvesterSync

    +

    HttpRpcClient

    Class that handles core communication with the rpc endpoint using http(s)

    @@ -206,6 +212,8 @@

    OfferRecord

    OfferSummary

    +

    PaginatedPlotRequest

    +

    PassphraseRequirements

    PeerCounts

    @@ -213,6 +221,10 @@

    PeerCounts

    PlotInfo

    Info about a plot file

    +

    PlotInfoRequestData

    +
    +

    PlotPathRequestData

    +

    PlotterConfig

    Configuration settings for the plotter. (equivalent to chia plots create command line args) https://github.com/Chia-Network/chia-blockchain/wiki/CLI-Commands-Reference

    diff --git a/docs/api/toc.html b/docs/api/toc.html index 0ea132f6..acb31815 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -92,6 +92,9 @@
  • FarmerSignagePoint
  • +
  • + FilterItem +
  • Foliage
  • @@ -116,6 +119,12 @@
  • HarvesterProxy
  • +
  • + HarvesterSummary +
  • +
  • + HarvesterSync +
  • HttpRpcClient
  • @@ -155,6 +164,9 @@
  • OfferSummary
  • +
  • + PaginatedPlotRequest +
  • PassphraseRequirements
  • @@ -164,6 +176,12 @@
  • PlotInfo
  • +
  • + PlotInfoRequestData +
  • +
  • + PlotPathRequestData +
  • PlotState
  • diff --git a/docs/manifest.json b/docs/manifest.json index 6427ef60..9a71d989 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -201,7 +201,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.CrawlerProxy.html", - "hash": "ZQd3wFeEPeh4NT67fzVqZ4MZOB+YhzcnzOgpyWp/BcY=" + "hash": "LUx6B/3mWvog4vRsjWFzBRF6Cuft9U0QACMtF9SerjM=" } }, "is_incremental": false, @@ -225,7 +225,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.DaemonProxy.html", - "hash": "tbrKD4cgBNeusyLWjn4vx8iWsQD9cMiWy/2XIuh8VH4=" + "hash": "Xhph7Wchh9wXsc2g2z1VRCQD0A08PiMBXt0xFbqxztY=" } }, "is_incremental": false, @@ -285,7 +285,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.FarmerProxy.html", - "hash": "YjfddKklRnhiUM6CpRdBPQ5dJQblT4cMSjkr8Xu7yiU=" + "hash": "POVUM6nfGas7VMl9e9leHjjkgBcfgI2TRzm1nwe+dAA=" } }, "is_incremental": false, @@ -303,6 +303,18 @@ "is_incremental": false, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/chia.dotnet.FilterItem.yml", + "output": { + ".html": { + "relative_path": "api/chia.dotnet.FilterItem.html", + "hash": "6y3jyS8vvw7ZQ7Bb/FgLuB/sQcbINoxPeVk2GchK90c=" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/chia.dotnet.Foliage.yml", @@ -357,7 +369,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.FullNodeProxy.html", - "hash": "ilQP3IY3iUI3CRaWIjoyVU4feB/i/XvwHreXPJFIBWA=" + "hash": "j+jZPVRGdcbWXqFQTbz0gT7iQJ+eRxvNv1jm+vZDl2E=" } }, "is_incremental": false, @@ -381,7 +393,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.HarvesterInfo.html", - "hash": "dnv3sxdxKH0FB2xIZXjwXN+gxa8pcp1pWDlGuSIqK/k=" + "hash": "QG5CyksxTXj2RSvceO45JnhWp4g7UYMUVDNLzV6yQRo=" } }, "is_incremental": false, @@ -393,7 +405,31 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.HarvesterProxy.html", - "hash": "XreyR+CzrGTCCxFJGURLjmxutBUj4cYOJGlPnH5lhXU=" + "hash": "/zCQhS/biy/lyddxcMDgKs7chitq7aQGiHHfb9NLAqY=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/chia.dotnet.HarvesterSummary.yml", + "output": { + ".html": { + "relative_path": "api/chia.dotnet.HarvesterSummary.html", + "hash": "ewKBbvVRSH+0GF7HdkpDGcKV2Cj/USm+KJ4XJdAtfrY=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/chia.dotnet.HarvesterSync.yml", + "output": { + ".html": { + "relative_path": "api/chia.dotnet.HarvesterSync.html", + "hash": "e+5MwtgcMYJsynzhX3a5/GheO+47DT4oP7DLFIUbHVU=" } }, "is_incremental": false, @@ -555,6 +591,18 @@ "is_incremental": false, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/chia.dotnet.PaginatedPlotRequest.yml", + "output": { + ".html": { + "relative_path": "api/chia.dotnet.PaginatedPlotRequest.html", + "hash": "Q2LPu5fYmx6VF5fEm4QzkdoYB2pB+ibYVzjNYbPTwKc=" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/chia.dotnet.PassphraseRequirements.yml", @@ -591,6 +639,30 @@ "is_incremental": false, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/chia.dotnet.PlotInfoRequestData.yml", + "output": { + ".html": { + "relative_path": "api/chia.dotnet.PlotInfoRequestData.html", + "hash": "mUjpFYY6HBJOL45u3zG4ctY9auqd8oAR4LfVWLXM9Ps=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/chia.dotnet.PlotPathRequestData.yml", + "output": { + ".html": { + "relative_path": "api/chia.dotnet.PlotPathRequestData.html", + "hash": "fy/FweVbdj/bL9H94MKtZLMDkMzWXvLtP6/xEnhlSaM=" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/chia.dotnet.PlotState.yml", @@ -633,7 +705,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.PlotterProxy.html", - "hash": "p0OH59nSkjP9IVa/dhCPz5raEHSPRL2WLIFhexHf5Ss=" + "hash": "TL1WKTxby2WoU6B2mAt8AhWBz+ZAz9+GFgjByy11AiE=" } }, "is_incremental": false, @@ -693,7 +765,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.PoolStateInfo.html", - "hash": "0t8qQPTeV8paHO6ZGSb4jat+6x0XvEg+mdb3RjsUp9w=" + "hash": "puryyuGk0DOiccUOZ1X2nZCExZIqYtVc6p3XuFO7Rd0=" } }, "is_incremental": false, @@ -897,7 +969,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.ServiceProxy.html", - "hash": "zi95fml1+axROFJp2FyFEGNpQKyalD42vrNkLxbdybY=" + "hash": "kXZ0xV2o+MUnwn0C298ENa7CbN/sRm1ZeB/YcPULaM0=" } }, "is_incremental": false, @@ -981,7 +1053,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.TradeManager.html", - "hash": "Av7A4n5pPHnFk5/kSIX6v9MzOiiSX7N5UCU/h483OuM=" + "hash": "GwFTo9k/HkSlXzuVj1nFV8cw0T8fDfVdESfVS2G7fGU=" } }, "is_incremental": false, @@ -1125,7 +1197,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.WalletProxy.html", - "hash": "rPPOrYovBe+/WRXNVjZu4pLlB4T0X1aVz3/ICPXNfgs=" + "hash": "Ca125sd1Dnm3Dmvi4ErO6FQ9zgiMjuGvdysgCAKTfN8=" } }, "is_incremental": false, @@ -1197,7 +1269,7 @@ "output": { ".html": { "relative_path": "api/chia.dotnet.html", - "hash": "aYnADLHCu9jNGYngTCQL4aPw5OmEfv928G+IYgIYqrI=" + "hash": "8WvtN+iSiIjFi2M2Zj6joS+TWJNsJy82YjvNIv8YtIA=" } }, "is_incremental": false, @@ -1221,7 +1293,7 @@ "output": { ".html": { "relative_path": "api/toc.html", - "hash": "Jtb3z1KsGfkjiG2vJ9SwMeopcgyb6j24EAJ/GrIg6w8=" + "hash": "mHy1UZQQz/qmra6o/rIVktAtSdAb78bNWEis3gZ1td0=" } }, "is_incremental": false, @@ -1305,8 +1377,8 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build", - "total_file_count": 100, - "skipped_file_count": 91 + "total_file_count": 106, + "skipped_file_count": 89 }, "ResourceDocumentProcessor": { "can_incremental": false, diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 72dc132c..71095fc4 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -1904,6 +1904,19 @@ references: isSpec: "True" fullName: chia.dotnet.DaemonProxy.MigrateKeyring nameWithType: DaemonProxy.MigrateKeyring +- uid: chia.dotnet.DaemonProxy.Ping(System.Threading.CancellationToken) + name: Ping(CancellationToken) + href: api/chia.dotnet.DaemonProxy.html#chia_dotnet_DaemonProxy_Ping_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.DaemonProxy.Ping(System.Threading.CancellationToken) + fullName: chia.dotnet.DaemonProxy.Ping(System.Threading.CancellationToken) + nameWithType: DaemonProxy.Ping(CancellationToken) +- uid: chia.dotnet.DaemonProxy.Ping* + name: Ping + href: api/chia.dotnet.DaemonProxy.html#chia_dotnet_DaemonProxy_Ping_ + commentId: Overload:chia.dotnet.DaemonProxy.Ping + isSpec: "True" + fullName: chia.dotnet.DaemonProxy.Ping + nameWithType: DaemonProxy.Ping - uid: chia.dotnet.DaemonProxy.RegisterService(System.String,System.Threading.CancellationToken) name: RegisterService(String, CancellationToken) href: api/chia.dotnet.DaemonProxy.html#chia_dotnet_DaemonProxy_RegisterService_System_String_System_Threading_CancellationToken_ @@ -2431,6 +2444,58 @@ references: isSpec: "True" fullName: chia.dotnet.FarmerProxy.FarmerProxy nameWithType: FarmerProxy.FarmerProxy +- uid: chia.dotnet.FarmerProxy.GetHarvesterPlotsDuplicates(chia.dotnet.PlotPathRequestData,System.Threading.CancellationToken) + name: GetHarvesterPlotsDuplicates(PlotPathRequestData, CancellationToken) + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesterPlotsDuplicates_chia_dotnet_PlotPathRequestData_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FarmerProxy.GetHarvesterPlotsDuplicates(chia.dotnet.PlotPathRequestData,System.Threading.CancellationToken) + fullName: chia.dotnet.FarmerProxy.GetHarvesterPlotsDuplicates(chia.dotnet.PlotPathRequestData, System.Threading.CancellationToken) + nameWithType: FarmerProxy.GetHarvesterPlotsDuplicates(PlotPathRequestData, CancellationToken) +- uid: chia.dotnet.FarmerProxy.GetHarvesterPlotsDuplicates* + name: GetHarvesterPlotsDuplicates + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesterPlotsDuplicates_ + commentId: Overload:chia.dotnet.FarmerProxy.GetHarvesterPlotsDuplicates + isSpec: "True" + fullName: chia.dotnet.FarmerProxy.GetHarvesterPlotsDuplicates + nameWithType: FarmerProxy.GetHarvesterPlotsDuplicates +- uid: chia.dotnet.FarmerProxy.GetHarvesterPlotsInvalid(chia.dotnet.PlotPathRequestData,System.Threading.CancellationToken) + name: GetHarvesterPlotsInvalid(PlotPathRequestData, CancellationToken) + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesterPlotsInvalid_chia_dotnet_PlotPathRequestData_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FarmerProxy.GetHarvesterPlotsInvalid(chia.dotnet.PlotPathRequestData,System.Threading.CancellationToken) + fullName: chia.dotnet.FarmerProxy.GetHarvesterPlotsInvalid(chia.dotnet.PlotPathRequestData, System.Threading.CancellationToken) + nameWithType: FarmerProxy.GetHarvesterPlotsInvalid(PlotPathRequestData, CancellationToken) +- uid: chia.dotnet.FarmerProxy.GetHarvesterPlotsInvalid* + name: GetHarvesterPlotsInvalid + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesterPlotsInvalid_ + commentId: Overload:chia.dotnet.FarmerProxy.GetHarvesterPlotsInvalid + isSpec: "True" + fullName: chia.dotnet.FarmerProxy.GetHarvesterPlotsInvalid + nameWithType: FarmerProxy.GetHarvesterPlotsInvalid +- uid: chia.dotnet.FarmerProxy.GetHarvesterPlotsKeysMissing(chia.dotnet.PlotPathRequestData,System.Threading.CancellationToken) + name: GetHarvesterPlotsKeysMissing(PlotPathRequestData, CancellationToken) + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesterPlotsKeysMissing_chia_dotnet_PlotPathRequestData_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FarmerProxy.GetHarvesterPlotsKeysMissing(chia.dotnet.PlotPathRequestData,System.Threading.CancellationToken) + fullName: chia.dotnet.FarmerProxy.GetHarvesterPlotsKeysMissing(chia.dotnet.PlotPathRequestData, System.Threading.CancellationToken) + nameWithType: FarmerProxy.GetHarvesterPlotsKeysMissing(PlotPathRequestData, CancellationToken) +- uid: chia.dotnet.FarmerProxy.GetHarvesterPlotsKeysMissing* + name: GetHarvesterPlotsKeysMissing + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesterPlotsKeysMissing_ + commentId: Overload:chia.dotnet.FarmerProxy.GetHarvesterPlotsKeysMissing + isSpec: "True" + fullName: chia.dotnet.FarmerProxy.GetHarvesterPlotsKeysMissing + nameWithType: FarmerProxy.GetHarvesterPlotsKeysMissing +- uid: chia.dotnet.FarmerProxy.GetHarvesterPlotsValid(chia.dotnet.PlotInfoRequestData,System.Threading.CancellationToken) + name: GetHarvesterPlotsValid(PlotInfoRequestData, CancellationToken) + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesterPlotsValid_chia_dotnet_PlotInfoRequestData_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FarmerProxy.GetHarvesterPlotsValid(chia.dotnet.PlotInfoRequestData,System.Threading.CancellationToken) + fullName: chia.dotnet.FarmerProxy.GetHarvesterPlotsValid(chia.dotnet.PlotInfoRequestData, System.Threading.CancellationToken) + nameWithType: FarmerProxy.GetHarvesterPlotsValid(PlotInfoRequestData, CancellationToken) +- uid: chia.dotnet.FarmerProxy.GetHarvesterPlotsValid* + name: GetHarvesterPlotsValid + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesterPlotsValid_ + commentId: Overload:chia.dotnet.FarmerProxy.GetHarvesterPlotsValid + isSpec: "True" + fullName: chia.dotnet.FarmerProxy.GetHarvesterPlotsValid + nameWithType: FarmerProxy.GetHarvesterPlotsValid - uid: chia.dotnet.FarmerProxy.GetHarvesters(System.Threading.CancellationToken) name: GetHarvesters(CancellationToken) href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvesters_System_Threading_CancellationToken_ @@ -2444,6 +2509,19 @@ references: isSpec: "True" fullName: chia.dotnet.FarmerProxy.GetHarvesters nameWithType: FarmerProxy.GetHarvesters +- uid: chia.dotnet.FarmerProxy.GetHarvestersSummary(System.Threading.CancellationToken) + name: GetHarvestersSummary(CancellationToken) + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvestersSummary_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FarmerProxy.GetHarvestersSummary(System.Threading.CancellationToken) + fullName: chia.dotnet.FarmerProxy.GetHarvestersSummary(System.Threading.CancellationToken) + nameWithType: FarmerProxy.GetHarvestersSummary(CancellationToken) +- uid: chia.dotnet.FarmerProxy.GetHarvestersSummary* + name: GetHarvestersSummary + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetHarvestersSummary_ + commentId: Overload:chia.dotnet.FarmerProxy.GetHarvestersSummary + isSpec: "True" + fullName: chia.dotnet.FarmerProxy.GetHarvestersSummary + nameWithType: FarmerProxy.GetHarvestersSummary - uid: chia.dotnet.FarmerProxy.GetPoolLoginLink(System.String,System.Threading.CancellationToken) name: GetPoolLoginLink(String, CancellationToken) href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetPoolLoginLink_System_String_System_Threading_CancellationToken_ @@ -2470,6 +2548,12 @@ references: isSpec: "True" fullName: chia.dotnet.FarmerProxy.GetPoolState nameWithType: FarmerProxy.GetPoolState +- uid: chia.dotnet.FarmerProxy.GetRewardTargets(System.Int32,System.Threading.CancellationToken) + name: GetRewardTargets(Int32, CancellationToken) + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetRewardTargets_System_Int32_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FarmerProxy.GetRewardTargets(System.Int32,System.Threading.CancellationToken) + fullName: chia.dotnet.FarmerProxy.GetRewardTargets(System.Int32, System.Threading.CancellationToken) + nameWithType: FarmerProxy.GetRewardTargets(Int32, CancellationToken) - uid: chia.dotnet.FarmerProxy.GetRewardTargets(System.Threading.CancellationToken) name: GetRewardTargets(CancellationToken) href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetRewardTargets_System_Threading_CancellationToken_ @@ -2483,19 +2567,25 @@ references: isSpec: "True" fullName: chia.dotnet.FarmerProxy.GetRewardTargets nameWithType: FarmerProxy.GetRewardTargets -- uid: chia.dotnet.FarmerProxy.GetRewardTargetsincludingPrivateKey(System.Threading.CancellationToken) - name: GetRewardTargetsincludingPrivateKey(CancellationToken) - href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetRewardTargetsincludingPrivateKey_System_Threading_CancellationToken_ - commentId: M:chia.dotnet.FarmerProxy.GetRewardTargetsincludingPrivateKey(System.Threading.CancellationToken) - fullName: chia.dotnet.FarmerProxy.GetRewardTargetsincludingPrivateKey(System.Threading.CancellationToken) - nameWithType: FarmerProxy.GetRewardTargetsincludingPrivateKey(CancellationToken) -- uid: chia.dotnet.FarmerProxy.GetRewardTargetsincludingPrivateKey* - name: GetRewardTargetsincludingPrivateKey - href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetRewardTargetsincludingPrivateKey_ - commentId: Overload:chia.dotnet.FarmerProxy.GetRewardTargetsincludingPrivateKey - isSpec: "True" - fullName: chia.dotnet.FarmerProxy.GetRewardTargetsincludingPrivateKey - nameWithType: FarmerProxy.GetRewardTargetsincludingPrivateKey +- uid: chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey(System.Int32,System.Threading.CancellationToken) + name: GetRewardTargetsIncludingPrivateKey(Int32, CancellationToken) + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetRewardTargetsIncludingPrivateKey_System_Int32_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey(System.Int32,System.Threading.CancellationToken) + fullName: chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey(System.Int32, System.Threading.CancellationToken) + nameWithType: FarmerProxy.GetRewardTargetsIncludingPrivateKey(Int32, CancellationToken) +- uid: chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey(System.Threading.CancellationToken) + name: GetRewardTargetsIncludingPrivateKey(CancellationToken) + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetRewardTargetsIncludingPrivateKey_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey(System.Threading.CancellationToken) + fullName: chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey(System.Threading.CancellationToken) + nameWithType: FarmerProxy.GetRewardTargetsIncludingPrivateKey(CancellationToken) +- uid: chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey* + name: GetRewardTargetsIncludingPrivateKey + href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetRewardTargetsIncludingPrivateKey_ + commentId: Overload:chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey + isSpec: "True" + fullName: chia.dotnet.FarmerProxy.GetRewardTargetsIncludingPrivateKey + nameWithType: FarmerProxy.GetRewardTargetsIncludingPrivateKey - uid: chia.dotnet.FarmerProxy.GetSignagePoint(System.String,System.Threading.CancellationToken) name: GetSignagePoint(String, CancellationToken) href: api/chia.dotnet.FarmerProxy.html#chia_dotnet_FarmerProxy_GetSignagePoint_System_String_System_Threading_CancellationToken_ @@ -2632,6 +2722,38 @@ references: isSpec: "True" fullName: chia.dotnet.FarmerSignagePoint.SubSlotIters nameWithType: FarmerSignagePoint.SubSlotIters +- uid: chia.dotnet.FilterItem + name: FilterItem + href: api/chia.dotnet.FilterItem.html + commentId: T:chia.dotnet.FilterItem + fullName: chia.dotnet.FilterItem + nameWithType: FilterItem +- uid: chia.dotnet.FilterItem.Key + name: Key + href: api/chia.dotnet.FilterItem.html#chia_dotnet_FilterItem_Key + commentId: P:chia.dotnet.FilterItem.Key + fullName: chia.dotnet.FilterItem.Key + nameWithType: FilterItem.Key +- uid: chia.dotnet.FilterItem.Key* + name: Key + href: api/chia.dotnet.FilterItem.html#chia_dotnet_FilterItem_Key_ + commentId: Overload:chia.dotnet.FilterItem.Key + isSpec: "True" + fullName: chia.dotnet.FilterItem.Key + nameWithType: FilterItem.Key +- uid: chia.dotnet.FilterItem.Value + name: Value + href: api/chia.dotnet.FilterItem.html#chia_dotnet_FilterItem_Value + commentId: P:chia.dotnet.FilterItem.Value + fullName: chia.dotnet.FilterItem.Value + nameWithType: FilterItem.Value +- uid: chia.dotnet.FilterItem.Value* + name: Value + href: api/chia.dotnet.FilterItem.html#chia_dotnet_FilterItem_Value_ + commentId: Overload:chia.dotnet.FilterItem.Value + isSpec: "True" + fullName: chia.dotnet.FilterItem.Value + nameWithType: FilterItem.Value - uid: chia.dotnet.Foliage name: Foliage href: api/chia.dotnet.Foliage.html @@ -3221,22 +3343,6 @@ references: isSpec: "True" fullName: chia.dotnet.FullNodeProxy.GetBlocks nameWithType: FullNodeProxy.GetBlocks -- uid: chia.dotnet.FullNodeProxy.GetCoinRecordByHint(System.String,System.Boolean,System.Nullable{System.UInt32},System.Nullable{System.UInt32},System.Threading.CancellationToken) - name: GetCoinRecordByHint(String, Boolean, Nullable, Nullable, CancellationToken) - href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetCoinRecordByHint_System_String_System_Boolean_System_Nullable_System_UInt32__System_Nullable_System_UInt32__System_Threading_CancellationToken_ - commentId: M:chia.dotnet.FullNodeProxy.GetCoinRecordByHint(System.String,System.Boolean,System.Nullable{System.UInt32},System.Nullable{System.UInt32},System.Threading.CancellationToken) - name.vb: GetCoinRecordByHint(String, Boolean, Nullable(Of UInt32), Nullable(Of UInt32), CancellationToken) - fullName: chia.dotnet.FullNodeProxy.GetCoinRecordByHint(System.String, System.Boolean, System.Nullable, System.Nullable, System.Threading.CancellationToken) - fullName.vb: chia.dotnet.FullNodeProxy.GetCoinRecordByHint(System.String, System.Boolean, System.Nullable(Of System.UInt32), System.Nullable(Of System.UInt32), System.Threading.CancellationToken) - nameWithType: FullNodeProxy.GetCoinRecordByHint(String, Boolean, Nullable, Nullable, CancellationToken) - nameWithType.vb: FullNodeProxy.GetCoinRecordByHint(String, Boolean, Nullable(Of UInt32), Nullable(Of UInt32), CancellationToken) -- uid: chia.dotnet.FullNodeProxy.GetCoinRecordByHint* - name: GetCoinRecordByHint - href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetCoinRecordByHint_ - commentId: Overload:chia.dotnet.FullNodeProxy.GetCoinRecordByHint - isSpec: "True" - fullName: chia.dotnet.FullNodeProxy.GetCoinRecordByHint - nameWithType: FullNodeProxy.GetCoinRecordByHint - uid: chia.dotnet.FullNodeProxy.GetCoinRecordByName(System.String,System.Threading.CancellationToken) name: GetCoinRecordByName(String, CancellationToken) href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetCoinRecordByName_System_String_System_Threading_CancellationToken_ @@ -3250,6 +3356,22 @@ references: isSpec: "True" fullName: chia.dotnet.FullNodeProxy.GetCoinRecordByName nameWithType: FullNodeProxy.GetCoinRecordByName +- uid: chia.dotnet.FullNodeProxy.GetCoinRecordsByHint(System.String,System.Boolean,System.Nullable{System.UInt32},System.Nullable{System.UInt32},System.Threading.CancellationToken) + name: GetCoinRecordsByHint(String, Boolean, Nullable, Nullable, CancellationToken) + href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetCoinRecordsByHint_System_String_System_Boolean_System_Nullable_System_UInt32__System_Nullable_System_UInt32__System_Threading_CancellationToken_ + commentId: M:chia.dotnet.FullNodeProxy.GetCoinRecordsByHint(System.String,System.Boolean,System.Nullable{System.UInt32},System.Nullable{System.UInt32},System.Threading.CancellationToken) + name.vb: GetCoinRecordsByHint(String, Boolean, Nullable(Of UInt32), Nullable(Of UInt32), CancellationToken) + fullName: chia.dotnet.FullNodeProxy.GetCoinRecordsByHint(System.String, System.Boolean, System.Nullable, System.Nullable, System.Threading.CancellationToken) + fullName.vb: chia.dotnet.FullNodeProxy.GetCoinRecordsByHint(System.String, System.Boolean, System.Nullable(Of System.UInt32), System.Nullable(Of System.UInt32), System.Threading.CancellationToken) + nameWithType: FullNodeProxy.GetCoinRecordsByHint(String, Boolean, Nullable, Nullable, CancellationToken) + nameWithType.vb: FullNodeProxy.GetCoinRecordsByHint(String, Boolean, Nullable(Of UInt32), Nullable(Of UInt32), CancellationToken) +- uid: chia.dotnet.FullNodeProxy.GetCoinRecordsByHint* + name: GetCoinRecordsByHint + href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetCoinRecordsByHint_ + commentId: Overload:chia.dotnet.FullNodeProxy.GetCoinRecordsByHint + isSpec: "True" + fullName: chia.dotnet.FullNodeProxy.GetCoinRecordsByHint + nameWithType: FullNodeProxy.GetCoinRecordsByHint - uid: chia.dotnet.FullNodeProxy.GetCoinRecordsByNames(System.Collections.Generic.IEnumerable{System.String},System.Boolean,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Threading.CancellationToken) name: GetCoinRecordsByNames(IEnumerable, Boolean, Nullable, Nullable, CancellationToken) href: api/chia.dotnet.FullNodeProxy.html#chia_dotnet_FullNodeProxy_GetCoinRecordsByNames_System_Collections_Generic_IEnumerable_System_String__System_Boolean_System_Nullable_System_Int32__System_Nullable_System_Int32__System_Threading_CancellationToken_ @@ -3495,6 +3617,19 @@ references: isSpec: "True" fullName: chia.dotnet.HarvesterInfo.Connection nameWithType: HarvesterInfo.Connection +- uid: chia.dotnet.HarvesterInfo.Duplicates + name: Duplicates + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_Duplicates + commentId: P:chia.dotnet.HarvesterInfo.Duplicates + fullName: chia.dotnet.HarvesterInfo.Duplicates + nameWithType: HarvesterInfo.Duplicates +- uid: chia.dotnet.HarvesterInfo.Duplicates* + name: Duplicates + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_Duplicates_ + commentId: Overload:chia.dotnet.HarvesterInfo.Duplicates + isSpec: "True" + fullName: chia.dotnet.HarvesterInfo.Duplicates + nameWithType: HarvesterInfo.Duplicates - uid: chia.dotnet.HarvesterInfo.FailedToOpenFileNames name: FailedToOpenFileNames href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_FailedToOpenFileNames @@ -3508,19 +3643,45 @@ references: isSpec: "True" fullName: chia.dotnet.HarvesterInfo.FailedToOpenFileNames nameWithType: HarvesterInfo.FailedToOpenFileNames -- uid: chia.dotnet.HarvesterInfo.NotFoundFileNames - name: NotFoundFileNames - href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_NotFoundFileNames - commentId: P:chia.dotnet.HarvesterInfo.NotFoundFileNames - fullName: chia.dotnet.HarvesterInfo.NotFoundFileNames - nameWithType: HarvesterInfo.NotFoundFileNames -- uid: chia.dotnet.HarvesterInfo.NotFoundFileNames* - name: NotFoundFileNames - href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_NotFoundFileNames_ - commentId: Overload:chia.dotnet.HarvesterInfo.NotFoundFileNames - isSpec: "True" - fullName: chia.dotnet.HarvesterInfo.NotFoundFileNames - nameWithType: HarvesterInfo.NotFoundFileNames +- uid: chia.dotnet.HarvesterInfo.LastSyncDateTime + name: LastSyncDateTime + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_LastSyncDateTime + commentId: P:chia.dotnet.HarvesterInfo.LastSyncDateTime + fullName: chia.dotnet.HarvesterInfo.LastSyncDateTime + nameWithType: HarvesterInfo.LastSyncDateTime +- uid: chia.dotnet.HarvesterInfo.LastSyncDateTime* + name: LastSyncDateTime + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_LastSyncDateTime_ + commentId: Overload:chia.dotnet.HarvesterInfo.LastSyncDateTime + isSpec: "True" + fullName: chia.dotnet.HarvesterInfo.LastSyncDateTime + nameWithType: HarvesterInfo.LastSyncDateTime +- uid: chia.dotnet.HarvesterInfo.LastSyncTime + name: LastSyncTime + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_LastSyncTime + commentId: P:chia.dotnet.HarvesterInfo.LastSyncTime + fullName: chia.dotnet.HarvesterInfo.LastSyncTime + nameWithType: HarvesterInfo.LastSyncTime +- uid: chia.dotnet.HarvesterInfo.LastSyncTime* + name: LastSyncTime + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_LastSyncTime_ + commentId: Overload:chia.dotnet.HarvesterInfo.LastSyncTime + isSpec: "True" + fullName: chia.dotnet.HarvesterInfo.LastSyncTime + nameWithType: HarvesterInfo.LastSyncTime +- uid: chia.dotnet.HarvesterInfo.NoKeyFilenames + name: NoKeyFilenames + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_NoKeyFilenames + commentId: P:chia.dotnet.HarvesterInfo.NoKeyFilenames + fullName: chia.dotnet.HarvesterInfo.NoKeyFilenames + nameWithType: HarvesterInfo.NoKeyFilenames +- uid: chia.dotnet.HarvesterInfo.NoKeyFilenames* + name: NoKeyFilenames + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_NoKeyFilenames_ + commentId: Overload:chia.dotnet.HarvesterInfo.NoKeyFilenames + isSpec: "True" + fullName: chia.dotnet.HarvesterInfo.NoKeyFilenames + nameWithType: HarvesterInfo.NoKeyFilenames - uid: chia.dotnet.HarvesterInfo.Plots name: Plots href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_Plots @@ -3534,6 +3695,32 @@ references: isSpec: "True" fullName: chia.dotnet.HarvesterInfo.Plots nameWithType: HarvesterInfo.Plots +- uid: chia.dotnet.HarvesterInfo.Syncing + name: Syncing + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_Syncing + commentId: P:chia.dotnet.HarvesterInfo.Syncing + fullName: chia.dotnet.HarvesterInfo.Syncing + nameWithType: HarvesterInfo.Syncing +- uid: chia.dotnet.HarvesterInfo.Syncing* + name: Syncing + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_Syncing_ + commentId: Overload:chia.dotnet.HarvesterInfo.Syncing + isSpec: "True" + fullName: chia.dotnet.HarvesterInfo.Syncing + nameWithType: HarvesterInfo.Syncing +- uid: chia.dotnet.HarvesterInfo.TotalPlotSize + name: TotalPlotSize + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_TotalPlotSize + commentId: P:chia.dotnet.HarvesterInfo.TotalPlotSize + fullName: chia.dotnet.HarvesterInfo.TotalPlotSize + nameWithType: HarvesterInfo.TotalPlotSize +- uid: chia.dotnet.HarvesterInfo.TotalPlotSize* + name: TotalPlotSize + href: api/chia.dotnet.HarvesterInfo.html#chia_dotnet_HarvesterInfo_TotalPlotSize_ + commentId: Overload:chia.dotnet.HarvesterInfo.TotalPlotSize + isSpec: "True" + fullName: chia.dotnet.HarvesterInfo.TotalPlotSize + nameWithType: HarvesterInfo.TotalPlotSize - uid: chia.dotnet.HarvesterProxy name: HarvesterProxy href: api/chia.dotnet.HarvesterProxy.html @@ -3631,6 +3818,187 @@ references: isSpec: "True" fullName: chia.dotnet.HarvesterProxy.RemovePlotDirectory nameWithType: HarvesterProxy.RemovePlotDirectory +- uid: chia.dotnet.HarvesterSummary + name: HarvesterSummary + href: api/chia.dotnet.HarvesterSummary.html + commentId: T:chia.dotnet.HarvesterSummary + fullName: chia.dotnet.HarvesterSummary + nameWithType: HarvesterSummary +- uid: chia.dotnet.HarvesterSummary.Connection + name: Connection + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_Connection + commentId: P:chia.dotnet.HarvesterSummary.Connection + fullName: chia.dotnet.HarvesterSummary.Connection + nameWithType: HarvesterSummary.Connection +- uid: chia.dotnet.HarvesterSummary.Connection* + name: Connection + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_Connection_ + commentId: Overload:chia.dotnet.HarvesterSummary.Connection + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.Connection + nameWithType: HarvesterSummary.Connection +- uid: chia.dotnet.HarvesterSummary.Duplicates + name: Duplicates + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_Duplicates + commentId: P:chia.dotnet.HarvesterSummary.Duplicates + fullName: chia.dotnet.HarvesterSummary.Duplicates + nameWithType: HarvesterSummary.Duplicates +- uid: chia.dotnet.HarvesterSummary.Duplicates* + name: Duplicates + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_Duplicates_ + commentId: Overload:chia.dotnet.HarvesterSummary.Duplicates + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.Duplicates + nameWithType: HarvesterSummary.Duplicates +- uid: chia.dotnet.HarvesterSummary.FailedToOpenFileNames + name: FailedToOpenFileNames + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_FailedToOpenFileNames + commentId: P:chia.dotnet.HarvesterSummary.FailedToOpenFileNames + fullName: chia.dotnet.HarvesterSummary.FailedToOpenFileNames + nameWithType: HarvesterSummary.FailedToOpenFileNames +- uid: chia.dotnet.HarvesterSummary.FailedToOpenFileNames* + name: FailedToOpenFileNames + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_FailedToOpenFileNames_ + commentId: Overload:chia.dotnet.HarvesterSummary.FailedToOpenFileNames + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.FailedToOpenFileNames + nameWithType: HarvesterSummary.FailedToOpenFileNames +- uid: chia.dotnet.HarvesterSummary.LastSyncDateTime + name: LastSyncDateTime + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_LastSyncDateTime + commentId: P:chia.dotnet.HarvesterSummary.LastSyncDateTime + fullName: chia.dotnet.HarvesterSummary.LastSyncDateTime + nameWithType: HarvesterSummary.LastSyncDateTime +- uid: chia.dotnet.HarvesterSummary.LastSyncDateTime* + name: LastSyncDateTime + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_LastSyncDateTime_ + commentId: Overload:chia.dotnet.HarvesterSummary.LastSyncDateTime + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.LastSyncDateTime + nameWithType: HarvesterSummary.LastSyncDateTime +- uid: chia.dotnet.HarvesterSummary.LastSyncTime + name: LastSyncTime + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_LastSyncTime + commentId: P:chia.dotnet.HarvesterSummary.LastSyncTime + fullName: chia.dotnet.HarvesterSummary.LastSyncTime + nameWithType: HarvesterSummary.LastSyncTime +- uid: chia.dotnet.HarvesterSummary.LastSyncTime* + name: LastSyncTime + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_LastSyncTime_ + commentId: Overload:chia.dotnet.HarvesterSummary.LastSyncTime + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.LastSyncTime + nameWithType: HarvesterSummary.LastSyncTime +- uid: chia.dotnet.HarvesterSummary.NoKeyFilenames + name: NoKeyFilenames + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_NoKeyFilenames + commentId: P:chia.dotnet.HarvesterSummary.NoKeyFilenames + fullName: chia.dotnet.HarvesterSummary.NoKeyFilenames + nameWithType: HarvesterSummary.NoKeyFilenames +- uid: chia.dotnet.HarvesterSummary.NoKeyFilenames* + name: NoKeyFilenames + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_NoKeyFilenames_ + commentId: Overload:chia.dotnet.HarvesterSummary.NoKeyFilenames + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.NoKeyFilenames + nameWithType: HarvesterSummary.NoKeyFilenames +- uid: chia.dotnet.HarvesterSummary.NotFoundFileNames + name: NotFoundFileNames + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_NotFoundFileNames + commentId: P:chia.dotnet.HarvesterSummary.NotFoundFileNames + fullName: chia.dotnet.HarvesterSummary.NotFoundFileNames + nameWithType: HarvesterSummary.NotFoundFileNames +- uid: chia.dotnet.HarvesterSummary.NotFoundFileNames* + name: NotFoundFileNames + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_NotFoundFileNames_ + commentId: Overload:chia.dotnet.HarvesterSummary.NotFoundFileNames + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.NotFoundFileNames + nameWithType: HarvesterSummary.NotFoundFileNames +- uid: chia.dotnet.HarvesterSummary.Plots + name: Plots + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_Plots + commentId: P:chia.dotnet.HarvesterSummary.Plots + fullName: chia.dotnet.HarvesterSummary.Plots + nameWithType: HarvesterSummary.Plots +- uid: chia.dotnet.HarvesterSummary.Plots* + name: Plots + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_Plots_ + commentId: Overload:chia.dotnet.HarvesterSummary.Plots + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.Plots + nameWithType: HarvesterSummary.Plots +- uid: chia.dotnet.HarvesterSummary.Syncing + name: Syncing + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_Syncing + commentId: P:chia.dotnet.HarvesterSummary.Syncing + fullName: chia.dotnet.HarvesterSummary.Syncing + nameWithType: HarvesterSummary.Syncing +- uid: chia.dotnet.HarvesterSummary.Syncing* + name: Syncing + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_Syncing_ + commentId: Overload:chia.dotnet.HarvesterSummary.Syncing + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.Syncing + nameWithType: HarvesterSummary.Syncing +- uid: chia.dotnet.HarvesterSummary.TotalPlotSize + name: TotalPlotSize + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_TotalPlotSize + commentId: P:chia.dotnet.HarvesterSummary.TotalPlotSize + fullName: chia.dotnet.HarvesterSummary.TotalPlotSize + nameWithType: HarvesterSummary.TotalPlotSize +- uid: chia.dotnet.HarvesterSummary.TotalPlotSize* + name: TotalPlotSize + href: api/chia.dotnet.HarvesterSummary.html#chia_dotnet_HarvesterSummary_TotalPlotSize_ + commentId: Overload:chia.dotnet.HarvesterSummary.TotalPlotSize + isSpec: "True" + fullName: chia.dotnet.HarvesterSummary.TotalPlotSize + nameWithType: HarvesterSummary.TotalPlotSize +- uid: chia.dotnet.HarvesterSync + name: HarvesterSync + href: api/chia.dotnet.HarvesterSync.html + commentId: T:chia.dotnet.HarvesterSync + fullName: chia.dotnet.HarvesterSync + nameWithType: HarvesterSync +- uid: chia.dotnet.HarvesterSync.Initial + name: Initial + href: api/chia.dotnet.HarvesterSync.html#chia_dotnet_HarvesterSync_Initial + commentId: P:chia.dotnet.HarvesterSync.Initial + fullName: chia.dotnet.HarvesterSync.Initial + nameWithType: HarvesterSync.Initial +- uid: chia.dotnet.HarvesterSync.Initial* + name: Initial + href: api/chia.dotnet.HarvesterSync.html#chia_dotnet_HarvesterSync_Initial_ + commentId: Overload:chia.dotnet.HarvesterSync.Initial + isSpec: "True" + fullName: chia.dotnet.HarvesterSync.Initial + nameWithType: HarvesterSync.Initial +- uid: chia.dotnet.HarvesterSync.PlotFilesProcessed + name: PlotFilesProcessed + href: api/chia.dotnet.HarvesterSync.html#chia_dotnet_HarvesterSync_PlotFilesProcessed + commentId: P:chia.dotnet.HarvesterSync.PlotFilesProcessed + fullName: chia.dotnet.HarvesterSync.PlotFilesProcessed + nameWithType: HarvesterSync.PlotFilesProcessed +- uid: chia.dotnet.HarvesterSync.PlotFilesProcessed* + name: PlotFilesProcessed + href: api/chia.dotnet.HarvesterSync.html#chia_dotnet_HarvesterSync_PlotFilesProcessed_ + commentId: Overload:chia.dotnet.HarvesterSync.PlotFilesProcessed + isSpec: "True" + fullName: chia.dotnet.HarvesterSync.PlotFilesProcessed + nameWithType: HarvesterSync.PlotFilesProcessed +- uid: chia.dotnet.HarvesterSync.PlotFilesTotal + name: PlotFilesTotal + href: api/chia.dotnet.HarvesterSync.html#chia_dotnet_HarvesterSync_PlotFilesTotal + commentId: P:chia.dotnet.HarvesterSync.PlotFilesTotal + fullName: chia.dotnet.HarvesterSync.PlotFilesTotal + nameWithType: HarvesterSync.PlotFilesTotal +- uid: chia.dotnet.HarvesterSync.PlotFilesTotal* + name: PlotFilesTotal + href: api/chia.dotnet.HarvesterSync.html#chia_dotnet_HarvesterSync_PlotFilesTotal_ + commentId: Overload:chia.dotnet.HarvesterSync.PlotFilesTotal + isSpec: "True" + fullName: chia.dotnet.HarvesterSync.PlotFilesTotal + nameWithType: HarvesterSync.PlotFilesTotal - uid: chia.dotnet.HttpRpcClient name: HttpRpcClient href: api/chia.dotnet.HttpRpcClient.html @@ -4371,6 +4739,77 @@ references: isSpec: "True" fullName: chia.dotnet.OfferSummary.Requested nameWithType: OfferSummary.Requested +- uid: chia.dotnet.PaginatedPlotRequest + name: PaginatedPlotRequest + href: api/chia.dotnet.PaginatedPlotRequest.html + commentId: T:chia.dotnet.PaginatedPlotRequest + fullName: chia.dotnet.PaginatedPlotRequest + nameWithType: PaginatedPlotRequest +- uid: chia.dotnet.PaginatedPlotRequest.NodeId + name: NodeId + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_NodeId + commentId: P:chia.dotnet.PaginatedPlotRequest.NodeId + fullName: chia.dotnet.PaginatedPlotRequest.NodeId + nameWithType: PaginatedPlotRequest.NodeId +- uid: chia.dotnet.PaginatedPlotRequest.NodeId* + name: NodeId + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_NodeId_ + commentId: Overload:chia.dotnet.PaginatedPlotRequest.NodeId + isSpec: "True" + fullName: chia.dotnet.PaginatedPlotRequest.NodeId + nameWithType: PaginatedPlotRequest.NodeId +- uid: chia.dotnet.PaginatedPlotRequest.Page + name: Page + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_Page + commentId: P:chia.dotnet.PaginatedPlotRequest.Page + fullName: chia.dotnet.PaginatedPlotRequest.Page + nameWithType: PaginatedPlotRequest.Page +- uid: chia.dotnet.PaginatedPlotRequest.Page* + name: Page + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_Page_ + commentId: Overload:chia.dotnet.PaginatedPlotRequest.Page + isSpec: "True" + fullName: chia.dotnet.PaginatedPlotRequest.Page + nameWithType: PaginatedPlotRequest.Page +- uid: chia.dotnet.PaginatedPlotRequest.PageCount + name: PageCount + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_PageCount + commentId: P:chia.dotnet.PaginatedPlotRequest.PageCount + fullName: chia.dotnet.PaginatedPlotRequest.PageCount + nameWithType: PaginatedPlotRequest.PageCount +- uid: chia.dotnet.PaginatedPlotRequest.PageCount* + name: PageCount + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_PageCount_ + commentId: Overload:chia.dotnet.PaginatedPlotRequest.PageCount + isSpec: "True" + fullName: chia.dotnet.PaginatedPlotRequest.PageCount + nameWithType: PaginatedPlotRequest.PageCount +- uid: chia.dotnet.PaginatedPlotRequest.Plots + name: Plots + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_Plots + commentId: P:chia.dotnet.PaginatedPlotRequest.Plots + fullName: chia.dotnet.PaginatedPlotRequest.Plots + nameWithType: PaginatedPlotRequest.Plots +- uid: chia.dotnet.PaginatedPlotRequest.Plots* + name: Plots + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_Plots_ + commentId: Overload:chia.dotnet.PaginatedPlotRequest.Plots + isSpec: "True" + fullName: chia.dotnet.PaginatedPlotRequest.Plots + nameWithType: PaginatedPlotRequest.Plots +- uid: chia.dotnet.PaginatedPlotRequest.TotalCount + name: TotalCount + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_TotalCount + commentId: P:chia.dotnet.PaginatedPlotRequest.TotalCount + fullName: chia.dotnet.PaginatedPlotRequest.TotalCount + nameWithType: PaginatedPlotRequest.TotalCount +- uid: chia.dotnet.PaginatedPlotRequest.TotalCount* + name: TotalCount + href: api/chia.dotnet.PaginatedPlotRequest.html#chia_dotnet_PaginatedPlotRequest_TotalCount_ + commentId: Overload:chia.dotnet.PaginatedPlotRequest.TotalCount + isSpec: "True" + fullName: chia.dotnet.PaginatedPlotRequest.TotalCount + nameWithType: PaginatedPlotRequest.TotalCount - uid: chia.dotnet.PassphraseRequirements name: PassphraseRequirements href: api/chia.dotnet.PassphraseRequirements.html @@ -4597,6 +5036,161 @@ references: isSpec: "True" fullName: chia.dotnet.PlotInfo.TimeModified nameWithType: PlotInfo.TimeModified +- uid: chia.dotnet.PlotInfoRequestData + name: PlotInfoRequestData + href: api/chia.dotnet.PlotInfoRequestData.html + commentId: T:chia.dotnet.PlotInfoRequestData + fullName: chia.dotnet.PlotInfoRequestData + nameWithType: PlotInfoRequestData +- uid: chia.dotnet.PlotInfoRequestData.Filter + name: Filter + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_Filter + commentId: P:chia.dotnet.PlotInfoRequestData.Filter + fullName: chia.dotnet.PlotInfoRequestData.Filter + nameWithType: PlotInfoRequestData.Filter +- uid: chia.dotnet.PlotInfoRequestData.Filter* + name: Filter + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_Filter_ + commentId: Overload:chia.dotnet.PlotInfoRequestData.Filter + isSpec: "True" + fullName: chia.dotnet.PlotInfoRequestData.Filter + nameWithType: PlotInfoRequestData.Filter +- uid: chia.dotnet.PlotInfoRequestData.NodeId + name: NodeId + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_NodeId + commentId: P:chia.dotnet.PlotInfoRequestData.NodeId + fullName: chia.dotnet.PlotInfoRequestData.NodeId + nameWithType: PlotInfoRequestData.NodeId +- uid: chia.dotnet.PlotInfoRequestData.NodeId* + name: NodeId + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_NodeId_ + commentId: Overload:chia.dotnet.PlotInfoRequestData.NodeId + isSpec: "True" + fullName: chia.dotnet.PlotInfoRequestData.NodeId + nameWithType: PlotInfoRequestData.NodeId +- uid: chia.dotnet.PlotInfoRequestData.Page + name: Page + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_Page + commentId: P:chia.dotnet.PlotInfoRequestData.Page + fullName: chia.dotnet.PlotInfoRequestData.Page + nameWithType: PlotInfoRequestData.Page +- uid: chia.dotnet.PlotInfoRequestData.Page* + name: Page + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_Page_ + commentId: Overload:chia.dotnet.PlotInfoRequestData.Page + isSpec: "True" + fullName: chia.dotnet.PlotInfoRequestData.Page + nameWithType: PlotInfoRequestData.Page +- uid: chia.dotnet.PlotInfoRequestData.PageSize + name: PageSize + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_PageSize + commentId: P:chia.dotnet.PlotInfoRequestData.PageSize + fullName: chia.dotnet.PlotInfoRequestData.PageSize + nameWithType: PlotInfoRequestData.PageSize +- uid: chia.dotnet.PlotInfoRequestData.PageSize* + name: PageSize + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_PageSize_ + commentId: Overload:chia.dotnet.PlotInfoRequestData.PageSize + isSpec: "True" + fullName: chia.dotnet.PlotInfoRequestData.PageSize + nameWithType: PlotInfoRequestData.PageSize +- uid: chia.dotnet.PlotInfoRequestData.Reverse + name: Reverse + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_Reverse + commentId: P:chia.dotnet.PlotInfoRequestData.Reverse + fullName: chia.dotnet.PlotInfoRequestData.Reverse + nameWithType: PlotInfoRequestData.Reverse +- uid: chia.dotnet.PlotInfoRequestData.Reverse* + name: Reverse + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_Reverse_ + commentId: Overload:chia.dotnet.PlotInfoRequestData.Reverse + isSpec: "True" + fullName: chia.dotnet.PlotInfoRequestData.Reverse + nameWithType: PlotInfoRequestData.Reverse +- uid: chia.dotnet.PlotInfoRequestData.SortKey + name: SortKey + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_SortKey + commentId: P:chia.dotnet.PlotInfoRequestData.SortKey + fullName: chia.dotnet.PlotInfoRequestData.SortKey + nameWithType: PlotInfoRequestData.SortKey +- uid: chia.dotnet.PlotInfoRequestData.SortKey* + name: SortKey + href: api/chia.dotnet.PlotInfoRequestData.html#chia_dotnet_PlotInfoRequestData_SortKey_ + commentId: Overload:chia.dotnet.PlotInfoRequestData.SortKey + isSpec: "True" + fullName: chia.dotnet.PlotInfoRequestData.SortKey + nameWithType: PlotInfoRequestData.SortKey +- uid: chia.dotnet.PlotPathRequestData + name: PlotPathRequestData + href: api/chia.dotnet.PlotPathRequestData.html + commentId: T:chia.dotnet.PlotPathRequestData + fullName: chia.dotnet.PlotPathRequestData + nameWithType: PlotPathRequestData +- uid: chia.dotnet.PlotPathRequestData.Filter + name: Filter + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_Filter + commentId: P:chia.dotnet.PlotPathRequestData.Filter + fullName: chia.dotnet.PlotPathRequestData.Filter + nameWithType: PlotPathRequestData.Filter +- uid: chia.dotnet.PlotPathRequestData.Filter* + name: Filter + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_Filter_ + commentId: Overload:chia.dotnet.PlotPathRequestData.Filter + isSpec: "True" + fullName: chia.dotnet.PlotPathRequestData.Filter + nameWithType: PlotPathRequestData.Filter +- uid: chia.dotnet.PlotPathRequestData.NodeId + name: NodeId + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_NodeId + commentId: P:chia.dotnet.PlotPathRequestData.NodeId + fullName: chia.dotnet.PlotPathRequestData.NodeId + nameWithType: PlotPathRequestData.NodeId +- uid: chia.dotnet.PlotPathRequestData.NodeId* + name: NodeId + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_NodeId_ + commentId: Overload:chia.dotnet.PlotPathRequestData.NodeId + isSpec: "True" + fullName: chia.dotnet.PlotPathRequestData.NodeId + nameWithType: PlotPathRequestData.NodeId +- uid: chia.dotnet.PlotPathRequestData.Page + name: Page + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_Page + commentId: P:chia.dotnet.PlotPathRequestData.Page + fullName: chia.dotnet.PlotPathRequestData.Page + nameWithType: PlotPathRequestData.Page +- uid: chia.dotnet.PlotPathRequestData.Page* + name: Page + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_Page_ + commentId: Overload:chia.dotnet.PlotPathRequestData.Page + isSpec: "True" + fullName: chia.dotnet.PlotPathRequestData.Page + nameWithType: PlotPathRequestData.Page +- uid: chia.dotnet.PlotPathRequestData.PageSize + name: PageSize + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_PageSize + commentId: P:chia.dotnet.PlotPathRequestData.PageSize + fullName: chia.dotnet.PlotPathRequestData.PageSize + nameWithType: PlotPathRequestData.PageSize +- uid: chia.dotnet.PlotPathRequestData.PageSize* + name: PageSize + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_PageSize_ + commentId: Overload:chia.dotnet.PlotPathRequestData.PageSize + isSpec: "True" + fullName: chia.dotnet.PlotPathRequestData.PageSize + nameWithType: PlotPathRequestData.PageSize +- uid: chia.dotnet.PlotPathRequestData.Reverse + name: Reverse + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_Reverse + commentId: P:chia.dotnet.PlotPathRequestData.Reverse + fullName: chia.dotnet.PlotPathRequestData.Reverse + nameWithType: PlotPathRequestData.Reverse +- uid: chia.dotnet.PlotPathRequestData.Reverse* + name: Reverse + href: api/chia.dotnet.PlotPathRequestData.html#chia_dotnet_PlotPathRequestData_Reverse_ + commentId: Overload:chia.dotnet.PlotPathRequestData.Reverse + isSpec: "True" + fullName: chia.dotnet.PlotPathRequestData.Reverse + nameWithType: PlotPathRequestData.Reverse - uid: chia.dotnet.PlotState name: PlotState href: api/chia.dotnet.PlotState.html @@ -5401,6 +5995,19 @@ references: isSpec: "True" fullName: chia.dotnet.PoolStateInfo.P2SingletonPuzzleHash nameWithType: PoolStateInfo.P2SingletonPuzzleHash +- uid: chia.dotnet.PoolStateInfo.PlotCount + name: PlotCount + href: api/chia.dotnet.PoolStateInfo.html#chia_dotnet_PoolStateInfo_PlotCount + commentId: P:chia.dotnet.PoolStateInfo.PlotCount + fullName: chia.dotnet.PoolStateInfo.PlotCount + nameWithType: PoolStateInfo.PlotCount +- uid: chia.dotnet.PoolStateInfo.PlotCount* + name: PlotCount + href: api/chia.dotnet.PoolStateInfo.html#chia_dotnet_PoolStateInfo_PlotCount_ + commentId: Overload:chia.dotnet.PoolStateInfo.PlotCount + isSpec: "True" + fullName: chia.dotnet.PoolStateInfo.PlotCount + nameWithType: PoolStateInfo.PlotCount - uid: chia.dotnet.PoolStateInfo.PointsAcknowledged24h name: PointsAcknowledged24h href: api/chia.dotnet.PoolStateInfo.html#chia_dotnet_PoolStateInfo_PointsAcknowledged24h @@ -6824,6 +7431,32 @@ references: isSpec: "True" fullName: chia.dotnet.ServiceProxy.GetConnections nameWithType: ServiceProxy.GetConnections +- uid: chia.dotnet.ServiceProxy.GetRoutes(System.Threading.CancellationToken) + name: GetRoutes(CancellationToken) + href: api/chia.dotnet.ServiceProxy.html#chia_dotnet_ServiceProxy_GetRoutes_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.ServiceProxy.GetRoutes(System.Threading.CancellationToken) + fullName: chia.dotnet.ServiceProxy.GetRoutes(System.Threading.CancellationToken) + nameWithType: ServiceProxy.GetRoutes(CancellationToken) +- uid: chia.dotnet.ServiceProxy.GetRoutes* + name: GetRoutes + href: api/chia.dotnet.ServiceProxy.html#chia_dotnet_ServiceProxy_GetRoutes_ + commentId: Overload:chia.dotnet.ServiceProxy.GetRoutes + isSpec: "True" + fullName: chia.dotnet.ServiceProxy.GetRoutes + nameWithType: ServiceProxy.GetRoutes +- uid: chia.dotnet.ServiceProxy.HealthZ(System.Threading.CancellationToken) + name: HealthZ(CancellationToken) + href: api/chia.dotnet.ServiceProxy.html#chia_dotnet_ServiceProxy_HealthZ_System_Threading_CancellationToken_ + commentId: M:chia.dotnet.ServiceProxy.HealthZ(System.Threading.CancellationToken) + fullName: chia.dotnet.ServiceProxy.HealthZ(System.Threading.CancellationToken) + nameWithType: ServiceProxy.HealthZ(CancellationToken) +- uid: chia.dotnet.ServiceProxy.HealthZ* + name: HealthZ + href: api/chia.dotnet.ServiceProxy.html#chia_dotnet_ServiceProxy_HealthZ_ + commentId: Overload:chia.dotnet.ServiceProxy.HealthZ + isSpec: "True" + fullName: chia.dotnet.ServiceProxy.HealthZ + nameWithType: ServiceProxy.HealthZ - uid: chia.dotnet.ServiceProxy.OpenConnection(System.String,System.Int32,System.Threading.CancellationToken) name: OpenConnection(String, Int32, CancellationToken) href: api/chia.dotnet.ServiceProxy.html#chia_dotnet_ServiceProxy_OpenConnection_System_String_System_Int32_System_Threading_CancellationToken_ @@ -6850,19 +7483,6 @@ references: isSpec: "True" fullName: chia.dotnet.ServiceProxy.OriginService nameWithType: ServiceProxy.OriginService -- uid: chia.dotnet.ServiceProxy.Ping(System.Threading.CancellationToken) - name: Ping(CancellationToken) - href: api/chia.dotnet.ServiceProxy.html#chia_dotnet_ServiceProxy_Ping_System_Threading_CancellationToken_ - commentId: M:chia.dotnet.ServiceProxy.Ping(System.Threading.CancellationToken) - fullName: chia.dotnet.ServiceProxy.Ping(System.Threading.CancellationToken) - nameWithType: ServiceProxy.Ping(CancellationToken) -- uid: chia.dotnet.ServiceProxy.Ping* - name: Ping - href: api/chia.dotnet.ServiceProxy.html#chia_dotnet_ServiceProxy_Ping_ - commentId: Overload:chia.dotnet.ServiceProxy.Ping - isSpec: "True" - fullName: chia.dotnet.ServiceProxy.Ping - nameWithType: ServiceProxy.Ping - uid: chia.dotnet.ServiceProxy.RpcClient name: RpcClient href: api/chia.dotnet.ServiceProxy.html#chia_dotnet_ServiceProxy_RpcClient diff --git a/src/chia-dotnet/chia-dotnet.csproj b/src/chia-dotnet/chia-dotnet.csproj index 1dc25708..367ada26 100644 --- a/src/chia-dotnet/chia-dotnet.csproj +++ b/src/chia-dotnet/chia-dotnet.csproj @@ -5,7 +5,7 @@ chia.dotnet true true - 1.1.0 + 1.2.0 dkackman dkackman A .net 5 client library for chia™ RPC interfaces that runs on linux and windows. @@ -16,11 +16,11 @@ https://github.com/dkackman/chia-dotnet git chia - Support for chia 1.3.1 - trades, CATs, and offers + Chia 1.3.5 support chia-leaf-logo-384x384.png - 1.1.0.0 - 1.1.0.0 + 1.2.0.0 + 1.2.0.0 enable
    Stringhost

    The host name of the connection

    +
    Int32port

    The port to use

    +
    CancellationToken cancellationToken
    Task

    Awaitable Task

    +

    An awaitable Task