Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed May 21, 2022
1 parent eed4f83 commit 4543f0b
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 119 deletions.
9 changes: 1 addition & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,8 @@ <h2 id="quick-start-example">Quick Start Example</h2>
var state = await fullNode.GetBlockchainState();
</code></pre>
<h3 id="main-types-and-relationships">Main Types and Relationships</h3>
<p>The Wallet service API is segmented into classes for specific wallet types and a trade maanger for trades and offers.</p>
<p><img src="images/uml.svg" alt="Class diagram" title="Class diagram"></p>
<h2 id="13-breaking-changes">1.3 breaking changes</h2>
<ul>
<li>Changed <code>KValues</code> to <code>KSize</code> to match python naming</li>
<li>Changed signature of wallet LogIn to match 1.3 changes</li>
<li>Removed restore &amp; backup LogIn overload to match 1.3 changes</li>
<li>Introduced PrivateKeyDetails type instead of named tuple for GetPrivateKey</li>
<li>Replace &quot;Colour&quot; with &quot;CAT&quot; in multiple places</li>
</ul>
</article>
</div>

Expand Down
Loading

0 comments on commit 4543f0b

Please sign in to comment.