Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9333e1a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Jun 23, 2024
1 parent 4bf183d commit 47c491e
Show file tree
Hide file tree
Showing 68 changed files with 320 additions and 184 deletions.
2 changes: 1 addition & 1 deletion Eth.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2>
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:55 2024 by
Generated on Sun Jun 23 18:55:22 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Abi.html
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ <h3 class="signature " id="encode-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:55 2024 by
Generated on Sun Jun 23 18:55:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Abi/Decoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ <h3 class="signature " id="type-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:57 2024 by
Generated on Sun Jun 23 18:55:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Abi/DecodingError.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:57 2024 by
Generated on Sun Jun 23 18:55:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Abi/Encoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ <h3 class="signature " id="type-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:57 2024 by
Generated on Sun Jun 23 18:55:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Abi/EncodingError.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:57 2024 by
Generated on Sun Jun 23 18:55:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
230 changes: 179 additions & 51 deletions Eth/Abi/Event.html

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions Eth/Abi/Event/LogDescription.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,20 +380,20 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


65
66
67
68
69
70
71
72
73
74
75</pre>
75
76
77
78
79
80
81
82
83
84
85</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 65</span>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 75</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_event_interface'>event_interface</span><span class='comma'>,</span> <span class='id identifier rubyid_log'>log</span><span class='rparen'>)</span>
<span class='ivar'>@event_interface</span> <span class='op'>=</span> <span class='id identifier rubyid_event_interface'>event_interface</span>
Expand Down Expand Up @@ -444,12 +444,12 @@ <h3 class="signature first" id="args-instance_method">
<pre class="lines">


53
54
55</pre>
63
64
65</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 53</span>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 63</span>

<span class='kw'>def</span> <span class='id identifier rubyid_args'>args</span>
<span class='ivar'>@args</span>
Expand Down Expand Up @@ -487,12 +487,12 @@ <h3 class="signature " id="event_interface-instance_method">
<pre class="lines">


50
51
52</pre>
60
61
62</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 50</span>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 60</span>

<span class='kw'>def</span> <span class='id identifier rubyid_event_interface'>event_interface</span>
<span class='ivar'>@event_interface</span>
Expand Down Expand Up @@ -530,12 +530,12 @@ <h3 class="signature " id="kwargs-instance_method">
<pre class="lines">


56
57
58</pre>
66
67
68</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 56</span>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 66</span>

<span class='kw'>def</span> <span class='id identifier rubyid_kwargs'>kwargs</span>
<span class='ivar'>@kwargs</span>
Expand Down Expand Up @@ -573,12 +573,12 @@ <h3 class="signature " id="topic-instance_method">
<pre class="lines">


59
60
61</pre>
69
70
71</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 59</span>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 69</span>

<span class='kw'>def</span> <span class='id identifier rubyid_topic'>topic</span>
<span class='ivar'>@topic</span>
Expand Down Expand Up @@ -621,12 +621,12 @@ <h3 class="signature first" id="name-instance_method">
<pre class="lines">


78
79
80</pre>
88
89
90</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 78</span>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 88</span>

<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
<span class='ivar'>@name</span> <span class='op'>||=</span> <span class='id identifier rubyid_event_interface'>event_interface</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>name</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -662,12 +662,12 @@ <h3 class="signature " id="signature-instance_method">
<pre class="lines">


83
84
85</pre>
93
94
95</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 83</span>
<pre class="code"><span class="info file"># File 'lib/eth/abi/event.rb', line 93</span>

<span class='kw'>def</span> <span class='id identifier rubyid_signature'>signature</span>
<span class='ivar'>@signature</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../../Abi.html" title="Eth::Abi (module)">Abi</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Event.html" title="Eth::Abi::Event (module)">Event</a></span></span><span class='period'>.</span><span class='id identifier rubyid_signature'><span class='object_link'><a href="../Event.html#signature-instance_method" title="Eth::Abi::Event#signature (method)">signature</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_event_interface'>event_interface</span><span class='rparen'>)</span>
Expand All @@ -682,7 +682,7 @@ <h3 class="signature " id="signature-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Abi/Type.html
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ <h3 class="signature " id="to_s-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Abi/Type/ParseError.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Abi/ValueOutOfBounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:57 2024 by
Generated on Sun Jun 23 18:55:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Address.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ <h3 class="signature " id="valid?-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Address/CheckSumError.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Api.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ <h2>
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:55 2024 by
Generated on Sun Jun 23 18:55:23 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Chain.html
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ <h3 class="signature " id="to_v-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:56 2024 by
Generated on Sun Jun 23 18:55:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Chain/ReplayProtectionError.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:57 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -3795,7 +3795,7 @@ <h3 class="signature " id="wait_for_tx-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Client/ContractExecutionError.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Client/Http.html
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ <h3 class="signature first" id="send_request-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:59 2024 by
Generated on Sun Jun 23 18:55:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Client/Ipc.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h3 class="signature first" id="send_request-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:26 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Constant.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ <h2>
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:56 2024 by
Generated on Sun Jun 23 18:55:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Contract.html
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ <h3 class="signature first" id="build-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
4 changes: 2 additions & 2 deletions Eth/Contract/Event.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <h3 class="signature first" id="initialize-instance_method">
<span class='id identifier rubyid_type_name'>type_name</span> <span class='id identifier rubyid_x'>x</span>
<span class='kw'>end</span>
<span class='ivar'>@inputs</span> <span class='op'>=</span> <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>inputs</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_collect'>collect</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_x'>x</span><span class='op'>|</span> <span class='id identifier rubyid_x'>x</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>name</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span> <span class='rbrace'>}</span>
<span class='ivar'>@event_string</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='ivar'>@name</span><span class='embexpr_end'>}</span><span class='tstring_content'>(</span><span class='embexpr_beg'>#{</span><span class='ivar'>@input_types</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>,</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span><span class='embexpr_end'>}</span><span class='tstring_content'>)</span><span class='tstring_end'>&quot;</span></span>
<span class='ivar'>@event_string</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Abi.html" title="Eth::Abi (module)">Abi</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Abi/Event.html" title="Eth::Abi::Event (module)">Event</a></span></span><span class='period'>.</span><span class='id identifier rubyid_signature'><span class='object_link'><a href="../Abi/Event.html#signature-instance_method" title="Eth::Abi::Event#signature (method)">signature</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
<span class='ivar'>@signature</span> <span class='op'>=</span> <span class='const'>Digest</span><span class='op'>::</span><span class='const'>Keccak</span><span class='period'>.</span><span class='id identifier rubyid_hexdigest'>hexdigest</span><span class='lparen'>(</span><span class='ivar'>@event_string</span><span class='comma'>,</span> <span class='int'>256</span><span class='rparen'>)</span>
<span class='kw'>end</span></pre>
</td>
Expand Down Expand Up @@ -757,7 +757,7 @@ <h3 class="signature first" id="set_address-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:59 2024 by
Generated on Sun Jun 23 18:55:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Contract/Function.html
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ <h3 class="signature " id="encoded_function_signature-class_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:59 2024 by
Generated on Sun Jun 23 18:55:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Contract/FunctionInput.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ <h3 class="signature first" id="parsed_type-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:59 2024 by
Generated on Sun Jun 23 18:55:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Contract/FunctionOutput.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h3 class="signature " id="type-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:59 2024 by
Generated on Sun Jun 23 18:55:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Contract/Initializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ <h3 class="signature first" id="build_all-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:59 2024 by
Generated on Sun Jun 23 18:55:27 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Eip712.html
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@ <h3 class="signature " id="type_dependencies-instance_method">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:56 2024 by
Generated on Sun Jun 23 18:55:24 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
2 changes: 1 addition & 1 deletion Eth/Eip712/TypedDataError.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Sun Jun 23 18:47:58 2024 by
Generated on Sun Jun 23 18:55:25 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.3).
</div>
Expand Down
Loading

0 comments on commit 47c491e

Please sign in to comment.