Skip to content

Commit 5cbb556

Browse files
committed
2.0.0
1 parent c48dfe8 commit 5cbb556

19 files changed

+1280
-201
lines changed

docs/api/chia.dotnet.BlockchainState.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,36 @@ <h5 id="chia_dotnet_BlockchainState_syntax">Syntax</h5>
117117
</div>
118118
<h3 id="properties">Properties
119119
</h3>
120+
<span class="small pull-right mobile-hide">
121+
<span class="divider">|</span>
122+
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_BlockchainState_AverageBlockTime.md&amp;value=---%0Auid%3A%20chia.dotnet.BlockchainState.AverageBlockTime%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
123+
</span>
124+
<span class="small pull-right mobile-hide">
125+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/BlockchainState.cs/#L24">View Source</a>
126+
</span>
127+
<a id="chia_dotnet_BlockchainState_AverageBlockTime_" data-uid="chia.dotnet.BlockchainState.AverageBlockTime*"></a>
128+
<h4 id="chia_dotnet_BlockchainState_AverageBlockTime" data-uid="chia.dotnet.BlockchainState.AverageBlockTime">AverageBlockTime</h4>
129+
<div class="markdown level1 summary"></div>
130+
<div class="markdown level1 conceptual"></div>
131+
<h5 class="decalaration">Declaration</h5>
132+
<div class="codewrapper">
133+
<pre><code class="lang-csharp hljs">public uint AverageBlockTime { get; set; }</code></pre>
134+
</div>
135+
<h5 class="propertyValue">Property Value</h5>
136+
<table class="table table-bordered table-striped table-condensed">
137+
<thead>
138+
<tr>
139+
<th>Type</th>
140+
<th>Description</th>
141+
</tr>
142+
</thead>
143+
<tbody>
144+
<tr>
145+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">UInt32</a></td>
146+
<td></td>
147+
</tr>
148+
</tbody>
149+
</table>
120150
<span class="small pull-right mobile-hide">
121151
<span class="divider">|</span>
122152
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_BlockchainState_BlockMaxCost.md&amp;value=---%0Auid%3A%20chia.dotnet.BlockchainState.BlockMaxCost%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>

docs/api/chia.dotnet.DataLayerProxy.html

Lines changed: 81 additions & 26 deletions
Large diffs are not rendered by default.

docs/api/chia.dotnet.DataLayerSyncStatus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h4 id="chia_dotnet_DataLayerSyncStatus_Generation" data-uid="chia.dotnet.DataLa
129129
<div class="markdown level1 conceptual"></div>
130130
<h5 class="decalaration">Declaration</h5>
131131
<div class="codewrapper">
132-
<pre><code class="lang-csharp hljs">public int Generation { get; set; }</code></pre>
132+
<pre><code class="lang-csharp hljs">public uint Generation { get; set; }</code></pre>
133133
</div>
134134
<h5 class="propertyValue">Property Value</h5>
135135
<table class="table table-bordered table-striped table-condensed">
@@ -141,7 +141,7 @@ <h5 class="propertyValue">Property Value</h5>
141141
</thead>
142142
<tbody>
143143
<tr>
144-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
144+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">UInt32</a></td>
145145
<td></td>
146146
</tr>
147147
</tbody>

docs/api/chia.dotnet.FarmerRewards.html

Lines changed: 97 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,42 @@ <h5 id="chia_dotnet_FarmerRewards_syntax">Syntax</h5>
116116
</div>
117117
<h3 id="properties">Properties
118118
</h3>
119+
<span class="small pull-right mobile-hide">
120+
<span class="divider">|</span>
121+
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards_BlocksWon.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards.BlocksWon%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
122+
</span>
123+
<span class="small pull-right mobile-hide">
124+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L14">View Source</a>
125+
</span>
126+
<a id="chia_dotnet_FarmerRewards_BlocksWon_" data-uid="chia.dotnet.FarmerRewards.BlocksWon*"></a>
127+
<h4 id="chia_dotnet_FarmerRewards_BlocksWon" data-uid="chia.dotnet.FarmerRewards.BlocksWon">BlocksWon</h4>
128+
<div class="markdown level1 summary"></div>
129+
<div class="markdown level1 conceptual"></div>
130+
<h5 class="decalaration">Declaration</h5>
131+
<div class="codewrapper">
132+
<pre><code class="lang-csharp hljs">public uint BlocksWon { get; set; }</code></pre>
133+
</div>
134+
<h5 class="propertyValue">Property Value</h5>
135+
<table class="table table-bordered table-striped table-condensed">
136+
<thead>
137+
<tr>
138+
<th>Type</th>
139+
<th>Description</th>
140+
</tr>
141+
</thead>
142+
<tbody>
143+
<tr>
144+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">UInt32</a></td>
145+
<td></td>
146+
</tr>
147+
</tbody>
148+
</table>
119149
<span class="small pull-right mobile-hide">
120150
<span class="divider">|</span>
121151
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards_FarmedAmount.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards.FarmedAmount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
122152
</span>
123153
<span class="small pull-right mobile-hide">
124-
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L5">View Source</a>
154+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L9">View Source</a>
125155
</span>
126156
<a id="chia_dotnet_FarmerRewards_FarmedAmount_" data-uid="chia.dotnet.FarmerRewards.FarmedAmount*"></a>
127157
<h4 id="chia_dotnet_FarmerRewards_FarmedAmount" data-uid="chia.dotnet.FarmerRewards.FarmedAmount">FarmedAmount</h4>
@@ -151,7 +181,7 @@ <h5 class="propertyValue">Property Value</h5>
151181
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards_FarmerRewardAmount.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards.FarmerRewardAmount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
152182
</span>
153183
<span class="small pull-right mobile-hide">
154-
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L7">View Source</a>
184+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L11">View Source</a>
155185
</span>
156186
<a id="chia_dotnet_FarmerRewards_FarmerRewardAmount_" data-uid="chia.dotnet.FarmerRewards.FarmerRewardAmount*"></a>
157187
<h4 id="chia_dotnet_FarmerRewards_FarmerRewardAmount" data-uid="chia.dotnet.FarmerRewards.FarmerRewardAmount">FarmerRewardAmount</h4>
@@ -181,7 +211,7 @@ <h5 class="propertyValue">Property Value</h5>
181211
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards_FeeAmount.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards.FeeAmount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
182212
</span>
183213
<span class="small pull-right mobile-hide">
184-
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L8">View Source</a>
214+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L12">View Source</a>
185215
</span>
186216
<a id="chia_dotnet_FarmerRewards_FeeAmount_" data-uid="chia.dotnet.FarmerRewards.FeeAmount*"></a>
187217
<h4 id="chia_dotnet_FarmerRewards_FeeAmount" data-uid="chia.dotnet.FarmerRewards.FeeAmount">FeeAmount</h4>
@@ -211,7 +241,7 @@ <h5 class="propertyValue">Property Value</h5>
211241
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards_LastHeightFarmed.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards.LastHeightFarmed%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
212242
</span>
213243
<span class="small pull-right mobile-hide">
214-
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L9">View Source</a>
244+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L13">View Source</a>
215245
</span>
216246
<a id="chia_dotnet_FarmerRewards_LastHeightFarmed_" data-uid="chia.dotnet.FarmerRewards.LastHeightFarmed*"></a>
217247
<h4 id="chia_dotnet_FarmerRewards_LastHeightFarmed" data-uid="chia.dotnet.FarmerRewards.LastHeightFarmed">LastHeightFarmed</h4>
@@ -236,12 +266,73 @@ <h5 class="propertyValue">Property Value</h5>
236266
</tr>
237267
</tbody>
238268
</table>
269+
<span class="small pull-right mobile-hide">
270+
<span class="divider">|</span>
271+
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards_LastTimeFarmed.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards.LastTimeFarmed%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
272+
</span>
273+
<span class="small pull-right mobile-hide">
274+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L15">View Source</a>
275+
</span>
276+
<a id="chia_dotnet_FarmerRewards_LastTimeFarmed_" data-uid="chia.dotnet.FarmerRewards.LastTimeFarmed*"></a>
277+
<h4 id="chia_dotnet_FarmerRewards_LastTimeFarmed" data-uid="chia.dotnet.FarmerRewards.LastTimeFarmed">LastTimeFarmed</h4>
278+
<div class="markdown level1 summary"></div>
279+
<div class="markdown level1 conceptual"></div>
280+
<h5 class="decalaration">Declaration</h5>
281+
<div class="codewrapper">
282+
<pre><code class="lang-csharp hljs">public ulong LastTimeFarmed { get; set; }</code></pre>
283+
</div>
284+
<h5 class="propertyValue">Property Value</h5>
285+
<table class="table table-bordered table-striped table-condensed">
286+
<thead>
287+
<tr>
288+
<th>Type</th>
289+
<th>Description</th>
290+
</tr>
291+
</thead>
292+
<tbody>
293+
<tr>
294+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">UInt64</a></td>
295+
<td></td>
296+
</tr>
297+
</tbody>
298+
</table>
299+
<span class="small pull-right mobile-hide">
300+
<span class="divider">|</span>
301+
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards_NextFarmerUpdateDateTime.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards.NextFarmerUpdateDateTime%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
302+
</span>
303+
<span class="small pull-right mobile-hide">
304+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L16">View Source</a>
305+
</span>
306+
<a id="chia_dotnet_FarmerRewards_NextFarmerUpdateDateTime_" data-uid="chia.dotnet.FarmerRewards.NextFarmerUpdateDateTime*"></a>
307+
<h4 id="chia_dotnet_FarmerRewards_NextFarmerUpdateDateTime" data-uid="chia.dotnet.FarmerRewards.NextFarmerUpdateDateTime">NextFarmerUpdateDateTime</h4>
308+
<div class="markdown level1 summary"></div>
309+
<div class="markdown level1 conceptual"></div>
310+
<h5 class="decalaration">Declaration</h5>
311+
<div class="codewrapper">
312+
<pre><code class="lang-csharp hljs">[JsonIgnore]
313+
public DateTime NextFarmerUpdateDateTime { get; }</code></pre>
314+
</div>
315+
<h5 class="propertyValue">Property Value</h5>
316+
<table class="table table-bordered table-striped table-condensed">
317+
<thead>
318+
<tr>
319+
<th>Type</th>
320+
<th>Description</th>
321+
</tr>
322+
</thead>
323+
<tbody>
324+
<tr>
325+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a></td>
326+
<td></td>
327+
</tr>
328+
</tbody>
329+
</table>
239330
<span class="small pull-right mobile-hide">
240331
<span class="divider">|</span>
241332
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards_PoolRewardAmount.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards.PoolRewardAmount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
242333
</span>
243334
<span class="small pull-right mobile-hide">
244-
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L6">View Source</a>
335+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L10">View Source</a>
245336
</span>
246337
<a id="chia_dotnet_FarmerRewards_PoolRewardAmount_" data-uid="chia.dotnet.FarmerRewards.PoolRewardAmount*"></a>
247338
<h4 id="chia_dotnet_FarmerRewards_PoolRewardAmount" data-uid="chia.dotnet.FarmerRewards.PoolRewardAmount">PoolRewardAmount</h4>
@@ -281,7 +372,7 @@ <h3 id="implements">Implements</h3>
281372
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_FarmerRewards.md&amp;value=---%0Auid%3A%20chia.dotnet.FarmerRewards%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
282373
</li>
283374
<li>
284-
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L3" class="contribution-link">View Source</a>
375+
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/FarmerRewards.cs/#L7" class="contribution-link">View Source</a>
285376
</li>
286377
</ul>
287378
</div>

0 commit comments

Comments
 (0)