Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Feb 7, 2023
1 parent 666669e commit 6cf73c1
Show file tree
Hide file tree
Showing 49 changed files with 21,327 additions and 0 deletions.
215 changes: 215 additions & 0 deletions 0.4.1/CardanoWallet.html
@@ -0,0 +1,215 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: CardanoWallet

&mdash; Documentation for cardano_wallet (0.4.1)

</title>

<link rel="stylesheet" href="css/style.css" type="text/css" />

<link rel="stylesheet" href="css/common.css" type="text/css" />

<script type="text/javascript">
pathId = "CardanoWallet";
relpath = '';
</script>


<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>

<script type="text/javascript" charset="utf-8" src="js/app.js"></script>


</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="class_list.html?1"></iframe>
<div id="resizer"></div>
</div>

<div id="main" tabindex="-1">
<div id="header">
<div id="menu">

<a href="_index.html">Index (C)</a> &raquo;


<span class="title">CardanoWallet</span>

</div>

<div id="search">

<a class="full_list_link" id="class_list_link"
href="class_list.html">

<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>

</div>
<div class="clear"></div>
</div>

<div id="content"><h1>Module: CardanoWallet



</h1>
<div class="box_info">











<dl>
<dt>Defined in:</dt>
<dd>lib/cardano_wallet.rb<span class="defines">,<br />
lib/cardano_wallet/base.rb,<br /> lib/cardano_wallet/misc.rb,<br /> lib/cardano_wallet/byron.rb,<br /> lib/cardano_wallet/utils.rb,<br /> lib/cardano_wallet/shared.rb,<br /> lib/cardano_wallet/shelley.rb,<br /> lib/cardano_wallet/version.rb</span>
</dd>
</dl>

</div>

<h2>Overview</h2><div class="docstring">
<div class="discussion">

<p>Main module. Go to <span class='object_link'><a href="CardanoWallet/Base.html#initialize-instance_method" title="CardanoWallet::Base#initialize (method)">Base#initialize</a></span> for more details no how to start.</p>


</div>
</div>
<div class="tags">


</div><h2>Defined Under Namespace</h2>
<p class="children">


<strong class="modules">Modules:</strong> <span class='object_link'><a href="CardanoWallet/Byron.html" title="CardanoWallet::Byron (module)">Byron</a></span>, <span class='object_link'><a href="CardanoWallet/Misc.html" title="CardanoWallet::Misc (module)">Misc</a></span>, <span class='object_link'><a href="CardanoWallet/Shared.html" title="CardanoWallet::Shared (module)">Shared</a></span>, <span class='object_link'><a href="CardanoWallet/Shelley.html" title="CardanoWallet::Shelley (module)">Shelley</a></span>, <span class='object_link'><a href="CardanoWallet/Utils.html" title="CardanoWallet::Utils (module)">Utils</a></span>



<strong class="classes">Classes:</strong> <span class='object_link'><a href="CardanoWallet/Base.html" title="CardanoWallet::Base (class)">Base</a></span>


</p>


<h2>
Constant Summary
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
</h2>

<dl class="constants">

<dt id="VERSION-constant" class="">VERSION =

</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.4.1</span><span class='tstring_end'>&#39;</span></span></pre></dd>

</dl>









<h2>
Class Method Summary
<small><a href="#" class="summary_toggle">collapse</a></small>
</h2>

<ul class="summary">

<li class="public ">
<span class="summary_signature">

<a href="#new-class_method" title="new (class method)">.<strong>new</strong>(options = {}) &#x21d2; Object </a>



</span>









<span class="summary_desc"><div class='inline'></div></span>

</li>


</ul>




<div id="class_method_details" class="method_details_list">
<h2>Class Method Details</h2>


<div class="method_details first">
<h3 class="signature first" id="new-class_method">

.<strong>new</strong>(options = {}) &#x21d2; <tt>Object</tt>





</h3><table class="source_code">
<tr>
<td>
<pre class="lines">


17
18
19</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/cardano_wallet.rb', line 17</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
<span class='const'><span class='object_link'><a href="" title="CardanoWallet (module)">CardanoWallet</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="CardanoWallet/Base.html" title="CardanoWallet::Base (class)">Base</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

</div>

</div>

<div id="footer">
Generated on Tue Feb 7 11:42:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.3).
</div>

</div>
</body>
</html>

0 comments on commit 6cf73c1

Please sign in to comment.