parent
0bb04f362e
commit
63eec560bf
@ -0,0 +1,13 @@ |
||||
dist/app-480ffdc169.css |
||||
dist/app-9bd040e5e5.js |
||||
fonts/icomoon.eot |
||||
fonts/icomoon.svg |
||||
fonts/icomoon.ttf |
||||
fonts/icomoon.woff |
||||
dist/sidebar_items-8f71fb01e6.js |
||||
api-reference.html |
||||
search.html |
||||
404.html |
||||
ExW3.html |
||||
ExW3.Contract.html |
||||
index.html |
@ -0,0 +1,103 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<meta name="generator" content="ExDoc v0.18.3"> |
||||
<title>404 – exw3 v0.0.1</title> |
||||
<link rel="stylesheet" href="dist/app-480ffdc169.css" /> |
||||
|
||||
<link rel="canonical" href="https://hexdocs.pm/exw3/404.html" /> |
||||
|
||||
<script src="dist/sidebar_items-8f71fb01e6.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
<body data-type="extras"> |
||||
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script> |
||||
|
||||
<div class="main"> |
||||
<button class="sidebar-button sidebar-toggle"> |
||||
<span class="icon-menu" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Sidebar</span> |
||||
</button> |
||||
<button class="sidebar-button night-mode-toggle"> |
||||
<span class="icon-theme" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Theme</span> |
||||
</button> |
||||
<section class="sidebar"> |
||||
|
||||
|
||||
<a href="api-reference.html" class="sidebar-projectLink"> |
||||
<div class="sidebar-projectDetails"> |
||||
<h1 class="sidebar-projectName"> |
||||
exw3 |
||||
</h1> |
||||
<h2 class="sidebar-projectVersion"> |
||||
v0.0.1 |
||||
</h2> |
||||
</div> |
||||
|
||||
</a> |
||||
|
||||
<form class="sidebar-search" action="search.html"> |
||||
<button type="submit" class="search-button"> |
||||
<span class="icon-search" aria-hidden="true"></span> |
||||
</button> |
||||
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search" aria-label="Search" autocomplete="off" /> |
||||
</form> |
||||
|
||||
<ul class="sidebar-listNav"> |
||||
<li><a id="extras-list" href="#full-list">Pages</a></li> |
||||
|
||||
|
||||
<li><a id="modules-list" href="#full-list">Modules</a></li> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul> |
||||
<div class="gradient"></div> |
||||
<ul id="full-list" class="sidebar-fullList"></ul> |
||||
</section> |
||||
|
||||
<section class="content"> |
||||
<div class="content-outer"> |
||||
<div id="content" class="content-inner"> |
||||
|
||||
|
||||
<h2>Page not found</h2> |
||||
|
||||
<p>Sorry, but the page you were trying to get to, does not exist. You |
||||
may want to try searching this site using the sidebar or using our |
||||
<a href="api-reference.html" title="API Reference">API Reference</a> page to find what |
||||
you were looking for.</p> |
||||
|
||||
<footer class="footer"> |
||||
<p> |
||||
<span class="line"> |
||||
Built using |
||||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.18.3), |
||||
</span> |
||||
<span class="line"> |
||||
designed by |
||||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. |
||||
</span> |
||||
</p> |
||||
</footer> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
<script src="dist/app-9bd040e5e5.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
</html> |
||||
|
@ -0,0 +1,359 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<meta name="generator" content="ExDoc v0.18.3"> |
||||
<title>ExW3.Contract – exw3 v0.0.1</title> |
||||
<link rel="stylesheet" href="dist/app-480ffdc169.css" /> |
||||
|
||||
<link rel="canonical" href="https://hexdocs.pm/exw3/ExW3.Contract.html" /> |
||||
|
||||
<script src="dist/sidebar_items-8f71fb01e6.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
<body data-type="modules"> |
||||
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script> |
||||
|
||||
<div class="main"> |
||||
<button class="sidebar-button sidebar-toggle"> |
||||
<span class="icon-menu" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Sidebar</span> |
||||
</button> |
||||
<button class="sidebar-button night-mode-toggle"> |
||||
<span class="icon-theme" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Theme</span> |
||||
</button> |
||||
<section class="sidebar"> |
||||
|
||||
|
||||
<a href="api-reference.html" class="sidebar-projectLink"> |
||||
<div class="sidebar-projectDetails"> |
||||
<h1 class="sidebar-projectName"> |
||||
exw3 |
||||
</h1> |
||||
<h2 class="sidebar-projectVersion"> |
||||
v0.0.1 |
||||
</h2> |
||||
</div> |
||||
|
||||
</a> |
||||
|
||||
<form class="sidebar-search" action="search.html"> |
||||
<button type="submit" class="search-button"> |
||||
<span class="icon-search" aria-hidden="true"></span> |
||||
</button> |
||||
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search" aria-label="Search" autocomplete="off" /> |
||||
</form> |
||||
|
||||
<ul class="sidebar-listNav"> |
||||
<li><a id="extras-list" href="#full-list">Pages</a></li> |
||||
|
||||
|
||||
<li><a id="modules-list" href="#full-list">Modules</a></li> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul> |
||||
<div class="gradient"></div> |
||||
<ul id="full-list" class="sidebar-fullList"></ul> |
||||
</section> |
||||
|
||||
<section class="content"> |
||||
<div class="content-outer"> |
||||
<div id="content" class="content-inner"> |
||||
|
||||
|
||||
<h1> |
||||
<small class="visible-xs">exw3 v0.0.1</small> |
||||
ExW3.Contract |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L121" title="View Source" class="view-source" rel="help"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
</h1> |
||||
|
||||
|
||||
|
||||
|
||||
<section id="summary" class="details-list"> |
||||
<h1 class="section-heading"> |
||||
<a class="hover-link" href="#summary"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this section</span> |
||||
</a> |
||||
Summary |
||||
</h1> |
||||
|
||||
|
||||
|
||||
<div class="summary-functions summary"> |
||||
<h2> |
||||
<a href="#functions">Functions</a> |
||||
</h2> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#at/2">at(abi, address)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#child_spec/1">child_spec(arg)</a> |
||||
</div> |
||||
|
||||
<div class="summary-synopsis"><p>Returns a specification to start this module under a supervisor</p> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#deploy/2">deploy(bin_filename, options)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#get/2">get(contract, key)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#method/4">method(contract_agent, method_name, args \\ [], options \\ %{})</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#put/3">put(contract, key, value)</a> |
||||
</div> |
||||
|
||||
<div class="summary-synopsis"><p>Puts the <code class="inline">value</code> for the given <code class="inline">key</code> in the <code class="inline">contract</code></p> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#tx_receipt/2">tx_receipt(contract_agent, tx_hash)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
</section> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="functions" class="details-list"> |
||||
<h1 class="section-heading"> |
||||
<a class="hover-link" href="#functions"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this section</span> |
||||
</a> |
||||
Functions |
||||
</h1> |
||||
<div class="detail" id="at/2"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#at/2" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">at(abi, address)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L124" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="child_spec/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#child_spec/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">child_spec(arg)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L122" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
<p>Returns a specification to start this module under a supervisor.</p> |
||||
<p>See <a href="https://hexdocs.pm/elixir/Supervisor.html"><code class="inline">Supervisor</code></a>.</p> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="deploy/2"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#deploy/2" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">deploy(bin_filename, options)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L156" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="get/2"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#get/2" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">get(contract, key)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L145" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="method/4"> |
||||
|
||||
|
||||
<span id="method/2"></span> |
||||
|
||||
<span id="method/3"></span> |
||||
|
||||
<div class="detail-header"> |
||||
<a href="#method/4" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">method(contract_agent, method_name, args \\ [], options \\ %{})</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L172" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="put/3"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#put/3" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">put(contract, key, value)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L152" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
<p>Puts the <code class="inline">value</code> for the given <code class="inline">key</code> in the <code class="inline">contract</code>.</p> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="tx_receipt/2"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#tx_receipt/2" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">tx_receipt(contract_agent, tx_hash)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L202" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
|
||||
</section> |
||||
|
||||
|
||||
|
||||
<footer class="footer"> |
||||
<p> |
||||
<span class="line"> |
||||
Built using |
||||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.18.3), |
||||
</span> |
||||
<span class="line"> |
||||
designed by |
||||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. |
||||
</span> |
||||
</p> |
||||
</footer> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
<script src="dist/app-9bd040e5e5.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
</html> |
||||
|
@ -0,0 +1,572 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<meta name="generator" content="ExDoc v0.18.3"> |
||||
<title>ExW3 – exw3 v0.0.1</title> |
||||
<link rel="stylesheet" href="dist/app-480ffdc169.css" /> |
||||
|
||||
<link rel="canonical" href="https://hexdocs.pm/exw3/ExW3.html" /> |
||||
|
||||
<script src="dist/sidebar_items-8f71fb01e6.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
<body data-type="modules"> |
||||
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script> |
||||
|
||||
<div class="main"> |
||||
<button class="sidebar-button sidebar-toggle"> |
||||
<span class="icon-menu" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Sidebar</span> |
||||
</button> |
||||
<button class="sidebar-button night-mode-toggle"> |
||||
<span class="icon-theme" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Theme</span> |
||||
</button> |
||||
<section class="sidebar"> |
||||
|
||||
|
||||
<a href="api-reference.html" class="sidebar-projectLink"> |
||||
<div class="sidebar-projectDetails"> |
||||
<h1 class="sidebar-projectName"> |
||||
exw3 |
||||
</h1> |
||||
<h2 class="sidebar-projectVersion"> |
||||
v0.0.1 |
||||
</h2> |
||||
</div> |
||||
|
||||
</a> |
||||
|
||||
<form class="sidebar-search" action="search.html"> |
||||
<button type="submit" class="search-button"> |
||||
<span class="icon-search" aria-hidden="true"></span> |
||||
</button> |
||||
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search" aria-label="Search" autocomplete="off" /> |
||||
</form> |
||||
|
||||
<ul class="sidebar-listNav"> |
||||
<li><a id="extras-list" href="#full-list">Pages</a></li> |
||||
|
||||
|
||||
<li><a id="modules-list" href="#full-list">Modules</a></li> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul> |
||||
<div class="gradient"></div> |
||||
<ul id="full-list" class="sidebar-fullList"></ul> |
||||
</section> |
||||
|
||||
<section class="content"> |
||||
<div class="content-outer"> |
||||
<div id="content" class="content-inner"> |
||||
|
||||
|
||||
<h1> |
||||
<small class="visible-xs">exw3 v0.0.1</small> |
||||
ExW3 |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L1" title="View Source" class="view-source" rel="help"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
</h1> |
||||
|
||||
|
||||
|
||||
|
||||
<section id="summary" class="details-list"> |
||||
<h1 class="section-heading"> |
||||
<a class="hover-link" href="#summary"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this section</span> |
||||
</a> |
||||
Summary |
||||
</h1> |
||||
|
||||
|
||||
|
||||
<div class="summary-functions summary"> |
||||
<h2> |
||||
<a href="#functions">Functions</a> |
||||
</h2> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#accounts/0">accounts()</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#balance/1">balance(account)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#block/1">block(block_number)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#block_number/0">block_number()</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#bytes_to_string/1">bytes_to_string(bytes)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#decode_event/2">decode_event(data, signature)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#decode_output/3">decode_output(abi, name, output)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#encode_event/1">encode_event(signature)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#encode_input/3">encode_input(abi, name, input)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#keys_to_decimal/2">keys_to_decimal(map, keys)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#load_abi/1">load_abi(file_path)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#mine/1">mine(num_blocks \\ 1)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#reformat_abi/1">reformat_abi(abi)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#to_decimal/1">to_decimal(hex_string)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"> |
||||
<a href="#tx_receipt/1">tx_receipt(tx_hash)</a> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
|
||||
|
||||
|
||||
</section> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="functions" class="details-list"> |
||||
<h1 class="section-heading"> |
||||
<a class="hover-link" href="#functions"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this section</span> |
||||
</a> |
||||
Functions |
||||
</h1> |
||||
<div class="detail" id="accounts/0"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#accounts/0" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">accounts()</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L41" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="balance/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#balance/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">balance(account)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L65" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="block/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#block/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">block(block_number)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L93" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="block_number/0"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#block_number/0" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">block_number()</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L55" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="bytes_to_string/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#bytes_to_string/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">bytes_to_string(bytes)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L34" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="decode_event/2"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#decode_event/2" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">decode_event(data, signature)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L110" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="decode_output/3"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#decode_output/3" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">decode_output(abi, name, output)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L15" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="encode_event/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#encode_event/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">encode_event(signature)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L106" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="encode_input/3"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#encode_input/3" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">encode_input(abi, name, input)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L24" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="keys_to_decimal/2"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#keys_to_decimal/2" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">keys_to_decimal(map, keys)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L75" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="load_abi/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#load_abi/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">load_abi(file_path)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L6" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="mine/1"> |
||||
|
||||
|
||||
<span id="mine/0"></span> |
||||
|
||||
<div class="detail-header"> |
||||
<a href="#mine/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">mine(num_blocks \\ 1)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L100" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="reformat_abi/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#reformat_abi/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">reformat_abi(abi)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L2" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="to_decimal/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#to_decimal/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">to_decimal(hex_string)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L49" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
<div class="detail" id="tx_receipt/1"> |
||||
|
||||
|
||||
<div class="detail-header"> |
||||
<a href="#tx_receipt/1" class="detail-link" title="Link to this function"> |
||||
<span class="icon-link" aria-hidden="true"></span> |
||||
<span class="sr-only">Link to this function</span> |
||||
</a> |
||||
<span class="signature">tx_receipt(tx_hash)</span> |
||||
|
||||
<a href="https://github.com/hswick/exw3/blob/master/lib/exw3.ex#L83" class="view-source" rel="help" title="View Source"> |
||||
<span class="icon-code" aria-hidden="true"></span> |
||||
<span class="sr-only">View Source</span> |
||||
</a> |
||||
|
||||
|
||||
|
||||
</div> |
||||
<section class="docstring"> |
||||
|
||||
</section> |
||||
</div> |
||||
|
||||
</section> |
||||
|
||||
|
||||
|
||||
<footer class="footer"> |
||||
<p> |
||||
<span class="line"> |
||||
Built using |
||||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.18.3), |
||||
</span> |
||||
<span class="line"> |
||||
designed by |
||||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. |
||||
</span> |
||||
</p> |
||||
</footer> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
<script src="dist/app-9bd040e5e5.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
</html> |
||||
|
@ -0,0 +1,126 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<meta name="generator" content="ExDoc v0.18.3"> |
||||
<title>API Reference – exw3 v0.0.1</title> |
||||
<link rel="stylesheet" href="dist/app-480ffdc169.css" /> |
||||
|
||||
<link rel="canonical" href="https://hexdocs.pm/exw3/api-reference.html" /> |
||||
|
||||
<script src="dist/sidebar_items-8f71fb01e6.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
<body data-type="extras"> |
||||
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script> |
||||
|
||||
<div class="main"> |
||||
<button class="sidebar-button sidebar-toggle"> |
||||
<span class="icon-menu" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Sidebar</span> |
||||
</button> |
||||
<button class="sidebar-button night-mode-toggle"> |
||||
<span class="icon-theme" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Theme</span> |
||||
</button> |
||||
<section class="sidebar"> |
||||
|
||||
|
||||
<a href="api-reference.html" class="sidebar-projectLink"> |
||||
<div class="sidebar-projectDetails"> |
||||
<h1 class="sidebar-projectName"> |
||||
exw3 |
||||
</h1> |
||||
<h2 class="sidebar-projectVersion"> |
||||
v0.0.1 |
||||
</h2> |
||||
</div> |
||||
|
||||
</a> |
||||
|
||||
<form class="sidebar-search" action="search.html"> |
||||
<button type="submit" class="search-button"> |
||||
<span class="icon-search" aria-hidden="true"></span> |
||||
</button> |
||||
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search" aria-label="Search" autocomplete="off" /> |
||||
</form> |
||||
|
||||
<ul class="sidebar-listNav"> |
||||
<li><a id="extras-list" href="#full-list">Pages</a></li> |
||||
|
||||
|
||||
<li><a id="modules-list" href="#full-list">Modules</a></li> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul> |
||||
<div class="gradient"></div> |
||||
<ul id="full-list" class="sidebar-fullList"></ul> |
||||
</section> |
||||
|
||||
<section class="content"> |
||||
<div class="content-outer"> |
||||
<div id="content" class="content-inner"> |
||||
|
||||
|
||||
<h1> |
||||
<small class="visible-xs">exw3 v0.0.1</small> |
||||
API Reference |
||||
</h1> |
||||
|
||||
|
||||
<section class="details-list"> |
||||
<h2 id="modules" class="section-heading"> |
||||
<a href="#modules" class="hover-link"><span class="icon-link" aria-hidden="true"></span></a> |
||||
Modules |
||||
</h2> |
||||
|
||||
<div class="summary"> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"><a href="ExW3.html">ExW3</a></div> |
||||
|
||||
</div> |
||||
<div class="summary-row"> |
||||
<div class="summary-signature"><a href="ExW3.Contract.html">ExW3.Contract</a></div> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
</section> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<footer class="footer"> |
||||
<p> |
||||
<span class="line"> |
||||
Built using |
||||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.18.3), |
||||
</span> |
||||
<span class="line"> |
||||
designed by |
||||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. |
||||
</span> |
||||
</p> |
||||
</footer> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
<script src="dist/app-9bd040e5e5.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
</html> |
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
sidebarNodes={"extras":[{"id":"api-reference","title":"API Reference","group":"","headers":[{"id":"Modules","anchor":"modules"}]}],"exceptions":[],"modules":[{"id":"ExW3","title":"ExW3","group":"","functions":[{"id":"accounts/0","anchor":"accounts/0"},{"id":"balance/1","anchor":"balance/1"},{"id":"block/1","anchor":"block/1"},{"id":"block_number/0","anchor":"block_number/0"},{"id":"bytes_to_string/1","anchor":"bytes_to_string/1"},{"id":"decode_event/2","anchor":"decode_event/2"},{"id":"decode_output/3","anchor":"decode_output/3"},{"id":"encode_event/1","anchor":"encode_event/1"},{"id":"encode_input/3","anchor":"encode_input/3"},{"id":"keys_to_decimal/2","anchor":"keys_to_decimal/2"},{"id":"load_abi/1","anchor":"load_abi/1"},{"id":"mine/1","anchor":"mine/1"},{"id":"reformat_abi/1","anchor":"reformat_abi/1"},{"id":"to_decimal/1","anchor":"to_decimal/1"},{"id":"tx_receipt/1","anchor":"tx_receipt/1"}]},{"id":"ExW3.Contract","title":"ExW3.Contract","group":"","functions":[{"id":"at/2","anchor":"at/2"},{"id":"child_spec/1","anchor":"child_spec/1"},{"id":"deploy/2","anchor":"deploy/2"},{"id":"get/2","anchor":"get/2"},{"id":"method/4","anchor":"method/4"},{"id":"put/3","anchor":"put/3"},{"id":"tx_receipt/2","anchor":"tx_receipt/2"}]}],"tasks":[]} |
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,11 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<title>exw3 v0.0.1 – Documentation</title> |
||||
<meta http-equiv="refresh" content="0; url=api-reference.html"> |
||||
<meta name="robots" content="noindex"> |
||||
<meta name="generator" content="ExDoc v0.18.3"> |
||||
</head> |
||||
<body></body> |
||||
</html> |
@ -0,0 +1,98 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<meta name="generator" content="ExDoc v0.18.3"> |
||||
<title>Search – exw3 v0.0.1</title> |
||||
<link rel="stylesheet" href="dist/app-480ffdc169.css" /> |
||||
|
||||
<link rel="canonical" href="https://hexdocs.pm/exw3/search.html" /> |
||||
|
||||
<script src="dist/sidebar_items-8f71fb01e6.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</head> |
||||
<body data-type="search"> |
||||
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script> |
||||
|
||||
<div class="main"> |
||||
<button class="sidebar-button sidebar-toggle"> |
||||
<span class="icon-menu" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Sidebar</span> |
||||
</button> |
||||
<button class="sidebar-button night-mode-toggle"> |
||||
<span class="icon-theme" aria-hidden="true"></span> |
||||
<span class="sr-only">Toggle Theme</span> |
||||
</button> |
||||
<section class="sidebar"> |
||||
|
||||
|
||||
<a href="api-reference.html" class="sidebar-projectLink"> |
||||
<div class="sidebar-projectDetails"> |
||||
<h1 class="sidebar-projectName"> |
||||
exw3 |
||||
</h1> |
||||
<h2 class="sidebar-projectVersion"> |
||||
v0.0.1 |
||||
</h2> |
||||
</div> |
||||
|
||||
</a> |
||||
|
||||
<form class="sidebar-search" action="search.html"> |
||||
<button type="submit" class="search-button"> |
||||
<span class="icon-search" aria-hidden="true"></span> |
||||
</button> |
||||
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search" aria-label="Search" autocomplete="off" /> |
||||
</form> |
||||
|
||||
<ul class="sidebar-listNav"> |
||||
<li><a id="extras-list" href="#full-list">Pages</a></li> |
||||
|
||||
|
||||
<li><a id="modules-list" href="#full-list">Modules</a></li> |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul> |
||||
<div class="gradient"></div> |
||||
<ul id="full-list" class="sidebar-fullList"></ul> |
||||
</section> |
||||
|
||||
<section class="content"> |
||||
<div class="content-outer"> |
||||
<div id="content" class="content-inner"> |
||||
|
||||
<div id="search"> |
||||
<h1>Search</h1> |
||||
</div> |
||||
<footer class="footer"> |
||||
<p> |
||||
<span class="line"> |
||||
Built using |
||||
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.18.3), |
||||
</span> |
||||
<span class="line"> |
||||
designed by |
||||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. |
||||
</span> |
||||
</p> |
||||
</footer> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
</div> |
||||
<script src="dist/app-9bd040e5e5.js"></script> |
||||
|
||||
|
||||
|
||||
|
||||
</body> |
||||
</html> |
||||
|
After Width: | Height: | Size: 236 KiB |
Loading…
Reference in new issue