Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Aug 30, 2021
1 parent 2aba975 commit 19867ea
Show file tree
Hide file tree
Showing 9 changed files with 656 additions and 96 deletions.
31 changes: 31 additions & 0 deletions docs/api/chia.dotnet.BlockRecord.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,37 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_BlockRecord_IsTransactionBlock.md&amp;value=---%0Auid%3A%20chia.dotnet.BlockRecord.IsTransactionBlock%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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/BlockRecord.cs/#L102">View Source</a>
</span>
<a id="chia_dotnet_BlockRecord_IsTransactionBlock_" data-uid="chia.dotnet.BlockRecord.IsTransactionBlock*"></a>
<h4 id="chia_dotnet_BlockRecord_IsTransactionBlock" data-uid="chia.dotnet.BlockRecord.IsTransactionBlock">IsTransactionBlock</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool IsTransactionBlock { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_BlockRecord_Overflow.md&amp;value=---%0Auid%3A%20chia.dotnet.BlockRecord.Overflow%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>
Expand Down
38 changes: 35 additions & 3 deletions docs/api/chia.dotnet.ConnectionInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h5 class="propertyValue">Property Value</h5>
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_ConnectionInfo_CreationDateTime.md&amp;value=---%0Auid%3A%20chia.dotnet.ConnectionInfo.CreationDateTime%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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/ConnectionInfo.cs/#L25">View Source</a>
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/ConnectionInfo.cs/#L30">View Source</a>
</span>
<a id="chia_dotnet_ConnectionInfo_CreationDateTime_" data-uid="chia.dotnet.ConnectionInfo.CreationDateTime*"></a>
<h4 id="chia_dotnet_ConnectionInfo_CreationDateTime" data-uid="chia.dotnet.ConnectionInfo.CreationDateTime">CreationDateTime</h4>
Expand Down Expand Up @@ -240,11 +240,43 @@ <h5 class="propertyValue">Property Value</h5>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_ConnectionInfo_LastMessageDateTime.md&amp;value=---%0Auid%3A%20chia.dotnet.ConnectionInfo.LastMessageDateTime%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>
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_ConnectionInfo_IsLocal.md&amp;value=---%0Auid%3A%20chia.dotnet.ConnectionInfo.IsLocal%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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/ConnectionInfo.cs/#L27">View Source</a>
</span>
<a id="chia_dotnet_ConnectionInfo_IsLocal_" data-uid="chia.dotnet.ConnectionInfo.IsLocal*"></a>
<h4 id="chia_dotnet_ConnectionInfo_IsLocal" data-uid="chia.dotnet.ConnectionInfo.IsLocal">IsLocal</h4>
<div class="markdown level1 summary"><p>Flag indiciating whether the peer connection is local to the node</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public bool IsLocal { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_ConnectionInfo_LastMessageDateTime.md&amp;value=---%0Auid%3A%20chia.dotnet.ConnectionInfo.LastMessageDateTime%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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/ConnectionInfo.cs/#L32">View Source</a>
</span>
<a id="chia_dotnet_ConnectionInfo_LastMessageDateTime_" data-uid="chia.dotnet.ConnectionInfo.LastMessageDateTime*"></a>
<h4 id="chia_dotnet_ConnectionInfo_LastMessageDateTime" data-uid="chia.dotnet.ConnectionInfo.LastMessageDateTime">LastMessageDateTime</h4>
<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -544,7 +576,7 @@ <h5 class="propertyValue">Property Value</h5>
<a href="https://github.com/dkackman/chia-dotnet/new/main/apiSpec/new?filename=chia_dotnet_ConnectionInfo_Type.md&amp;value=---%0Auid%3A%20chia.dotnet.ConnectionInfo.Type%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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/ConnectionInfo.cs/#L24">View Source</a>
<a href="https://github.com/dkackman/chia-dotnet/blob/main/src/chia-dotnet/ChiaTypes/ConnectionInfo.cs/#L29">View Source</a>
</span>
<a id="chia_dotnet_ConnectionInfo_Type_" data-uid="chia.dotnet.ConnectionInfo.Type*"></a>
<h4 id="chia_dotnet_ConnectionInfo_Type" data-uid="chia.dotnet.ConnectionInfo.Type">Type</h4>
Expand Down
Loading

0 comments on commit 19867ea

Please sign in to comment.