etherscanio 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af6f68222148462c7a7c78a00692e974c485ee5c
4
- data.tar.gz: c5d18702857d0f4723a9f0a84b0c43fb2901c2c6
3
+ metadata.gz: 31579fd53fc558cdd1c3f9e51aa2316f3a5f4f09
4
+ data.tar.gz: ca7b2b65fbf5930509e35d3de89f78e0406b76e6
5
5
  SHA512:
6
- metadata.gz: 47486d5d201d972775f30701cf7b801676c0a2dd58504f26aef4c53672695a8f58040a2ee19fc45f0bb25c83afd10a0fffa1e69f23c2b169b79b9fae0245da18
7
- data.tar.gz: fffe5397cbd7f925f8484ee85b907043c3890218c9618e20ffa334395f5e3ae4b283d7bd3acf9ce42b448d08db5bf3c420c4823ac7d5a150b00a95faf0d8c704
6
+ metadata.gz: 7e15c03e5ce41a29371194e4035f8bf5e4c8200aad2fef07de08fa496ed5b514136ba17487d601f6c5cb7f32504d8ffa0750969356ad3bdedad14f18911730b8
7
+ data.tar.gz: a67ac95db691acb4f5f87bed33dea195e11e27ad6b373600b42794be98586774a12ba598d092aef2f7de76d6800f575cc8c82ed96c23fdd00b2efcc7ced8bf56
data/.gitignore CHANGED
@@ -3,7 +3,6 @@
3
3
  /Gemfile.lock
4
4
  /_yardoc/
5
5
  /coverage/
6
- /doc/
7
6
  /pkg/
8
7
  /spec/reports/
9
8
  /tmp/
@@ -0,0 +1 @@
1
+ --no-private --protected lib/**/*.rb - Readme.md
data/Rakefile CHANGED
@@ -1,7 +1,10 @@
1
1
  require 'bundler/gem_tasks'
2
-
3
2
  require 'rspec/core/rake_task'
3
+ require 'yard-ghpages'
4
+
4
5
  RSpec::Core::RakeTask.new(:spec)
5
6
 
6
7
  task test: :spec
7
8
  task default: :spec
9
+
10
+ Yard::GHPages::Tasks.install_tasks
@@ -0,0 +1,117 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Module: Etherscanio
8
+
9
+ &mdash; Documentation by YARD 0.9.8
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "Etherscanio";
19
+ relpath = '';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="_index.html">Index (E)</a> &raquo;
40
+
41
+
42
+ <span class="title">Etherscanio</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Module: Etherscanio
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+ <dl>
80
+ <dt>Defined in:</dt>
81
+ <dd>lib/etherscanio/api.rb<span class="defines">,<br />
82
+ lib/etherscanio/call.rb</span>
83
+ </dd>
84
+ </dl>
85
+
86
+ </div>
87
+
88
+ <h2>Defined Under Namespace</h2>
89
+ <p class="children">
90
+
91
+
92
+
93
+
94
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="Etherscanio/Api.html" title="Etherscanio::Api (class)">Api</a></span>, <span class='object_link'><a href="Etherscanio/Call.html" title="Etherscanio::Call (class)">Call</a></span>
95
+
96
+
97
+ </p>
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+ </div>
108
+
109
+ <div id="footer">
110
+ Generated on Fri Mar 31 16:36:23 2017 by
111
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
+ 0.9.8 (ruby-2.3.1).
113
+ </div>
114
+
115
+ </div>
116
+ </body>
117
+ </html>
@@ -0,0 +1,687 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: Etherscanio::Api
8
+
9
+ &mdash; Documentation by YARD 0.9.8
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "Etherscanio::Api";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (A)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span>
41
+ &raquo;
42
+ <span class="title">Api</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: Etherscanio::Api
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Object</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">Etherscanio::Api</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/etherscanio/api.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ <h2>
111
+ Instance Method Summary
112
+ <small><a href="#" class="summary_toggle">collapse</a></small>
113
+ </h2>
114
+
115
+ <ul class="summary">
116
+
117
+ <li class="public ">
118
+ <span class="summary_signature">
119
+
120
+ <a href="#account_balance-instance_method" title="#account_balance (instance method)">#<strong>account_balance</strong>(address, tag) &#x21d2; Object </a>
121
+
122
+
123
+
124
+ </span>
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+ <span class="summary_desc"><div class='inline'></div></span>
135
+
136
+ </li>
137
+
138
+
139
+ <li class="public ">
140
+ <span class="summary_signature">
141
+
142
+ <a href="#account_balancemulti-instance_method" title="#account_balancemulti (instance method)">#<strong>account_balancemulti</strong>(address, tag) &#x21d2; Object </a>
143
+
144
+
145
+
146
+ </span>
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+ <span class="summary_desc"><div class='inline'></div></span>
157
+
158
+ </li>
159
+
160
+
161
+ <li class="public ">
162
+ <span class="summary_signature">
163
+
164
+ <a href="#account_txlist-instance_method" title="#account_txlist (instance method)">#<strong>account_txlist</strong>(address, startblock, endblock, sort = &#39;desc&#39;, page = nil, offset = nil) &#x21d2; Object </a>
165
+
166
+
167
+
168
+ </span>
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+ <span class="summary_desc"><div class='inline'></div></span>
179
+
180
+ </li>
181
+
182
+
183
+ <li class="public ">
184
+ <span class="summary_signature">
185
+
186
+ <a href="#account_txlistinternal-instance_method" title="#account_txlistinternal (instance method)">#<strong>account_txlistinternal</strong>(address, startblock, endblock, sort = &#39;desc&#39;, page = nil, offset = nil) &#x21d2; Object </a>
187
+
188
+
189
+
190
+ </span>
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+ <span class="summary_desc"><div class='inline'></div></span>
201
+
202
+ </li>
203
+
204
+
205
+ <li class="public ">
206
+ <span class="summary_signature">
207
+
208
+ <a href="#block_getblockreward-instance_method" title="#block_getblockreward (instance method)">#<strong>block_getblockreward</strong>(blockno) &#x21d2; Object </a>
209
+
210
+
211
+
212
+ </span>
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+ <span class="summary_desc"><div class='inline'></div></span>
223
+
224
+ </li>
225
+
226
+
227
+ <li class="public ">
228
+ <span class="summary_signature">
229
+
230
+ <a href="#contract_getabi-instance_method" title="#contract_getabi (instance method)">#<strong>contract_getabi</strong>(address) &#x21d2; Object </a>
231
+
232
+
233
+
234
+ </span>
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+ <span class="summary_desc"><div class='inline'></div></span>
245
+
246
+ </li>
247
+
248
+
249
+ <li class="public ">
250
+ <span class="summary_signature">
251
+
252
+ <a href="#getminedblocks-instance_method" title="#getminedblocks (instance method)">#<strong>getminedblocks</strong>(address, blocktype, page = nil, offset = nil) &#x21d2; Object </a>
253
+
254
+
255
+
256
+ </span>
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+ <span class="summary_desc"><div class='inline'></div></span>
267
+
268
+ </li>
269
+
270
+
271
+ <li class="public ">
272
+ <span class="summary_signature">
273
+
274
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(_key) &#x21d2; Api </a>
275
+
276
+
277
+
278
+ </span>
279
+
280
+
281
+ <span class="note title constructor">constructor</span>
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+ <span class="summary_desc"><div class='inline'>
291
+ <p>A new instance of Api.</p>
292
+ </div></span>
293
+
294
+ </li>
295
+
296
+
297
+ <li class="public ">
298
+ <span class="summary_signature">
299
+
300
+ <a href="#transaction_getstatus-instance_method" title="#transaction_getstatus (instance method)">#<strong>transaction_getstatus</strong>(txhash) &#x21d2; Object </a>
301
+
302
+
303
+
304
+ </span>
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+ <span class="summary_desc"><div class='inline'></div></span>
315
+
316
+ </li>
317
+
318
+
319
+ </ul>
320
+
321
+
322
+ <div id="constructor_details" class="method_details_list">
323
+ <h2>Constructor Details</h2>
324
+
325
+ <div class="method_details first">
326
+ <h3 class="signature first" id="initialize-instance_method">
327
+
328
+ #<strong>initialize</strong>(_key) &#x21d2; <tt><span class='object_link'><a href="" title="Etherscanio::Api (class)">Api</a></span></tt>
329
+
330
+
331
+
332
+
333
+
334
+ </h3><div class="docstring">
335
+ <div class="discussion">
336
+
337
+ <p>Returns a new instance of Api</p>
338
+
339
+
340
+ </div>
341
+ </div>
342
+ <div class="tags">
343
+
344
+
345
+ </div><table class="source_code">
346
+ <tr>
347
+ <td>
348
+ <pre class="lines">
349
+
350
+
351
+ 3
352
+ 4
353
+ 5</pre>
354
+ </td>
355
+ <td>
356
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 3</span>
357
+
358
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid__key'>_key</span><span class='rparen'>)</span>
359
+ <span class='kw'>nil</span>
360
+ <span class='kw'>end</span></pre>
361
+ </td>
362
+ </tr>
363
+ </table>
364
+ </div>
365
+
366
+ </div>
367
+
368
+
369
+ <div id="instance_method_details" class="method_details_list">
370
+ <h2>Instance Method Details</h2>
371
+
372
+
373
+ <div class="method_details first">
374
+ <h3 class="signature first" id="account_balance-instance_method">
375
+
376
+ #<strong>account_balance</strong>(address, tag) &#x21d2; <tt>Object</tt>
377
+
378
+
379
+
380
+
381
+
382
+ </h3><table class="source_code">
383
+ <tr>
384
+ <td>
385
+ <pre class="lines">
386
+
387
+
388
+ 29
389
+ 30
390
+ 31
391
+ 32
392
+ 33
393
+ 34</pre>
394
+ </td>
395
+ <td>
396
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 29</span>
397
+
398
+ <span class='kw'>def</span> <span class='id identifier rubyid_account_balance'>account_balance</span><span class='lparen'>(</span><span class='id identifier rubyid_address'>address</span><span class='comma'>,</span> <span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span>
399
+ <span class='id identifier rubyid_call'>call</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Call.html" title="Etherscanio::Call (class)">Call</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Call.html#initialize-instance_method" title="Etherscanio::Call#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>account</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>balance</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
400
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_address'>address</span> <span class='op'>=</span> <span class='id identifier rubyid_address'>address</span>
401
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_tag'>tag</span> <span class='op'>=</span> <span class='id identifier rubyid_tag'>tag</span>
402
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span>
403
+ <span class='kw'>end</span></pre>
404
+ </td>
405
+ </tr>
406
+ </table>
407
+ </div>
408
+
409
+ <div class="method_details ">
410
+ <h3 class="signature " id="account_balancemulti-instance_method">
411
+
412
+ #<strong>account_balancemulti</strong>(address, tag) &#x21d2; <tt>Object</tt>
413
+
414
+
415
+
416
+
417
+
418
+ </h3><table class="source_code">
419
+ <tr>
420
+ <td>
421
+ <pre class="lines">
422
+
423
+
424
+ 45
425
+ 46
426
+ 47
427
+ 48
428
+ 49
429
+ 50</pre>
430
+ </td>
431
+ <td>
432
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 45</span>
433
+
434
+ <span class='kw'>def</span> <span class='id identifier rubyid_account_balancemulti'>account_balancemulti</span><span class='lparen'>(</span><span class='id identifier rubyid_address'>address</span><span class='comma'>,</span> <span class='id identifier rubyid_tag'>tag</span><span class='rparen'>)</span>
435
+ <span class='id identifier rubyid_call'>call</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Call.html" title="Etherscanio::Call (class)">Call</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Call.html#initialize-instance_method" title="Etherscanio::Call#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>account</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>balancemulti</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
436
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_address'>address</span> <span class='op'>=</span> <span class='id identifier rubyid_address'>address</span>
437
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_tag'>tag</span> <span class='op'>=</span> <span class='id identifier rubyid_tag'>tag</span>
438
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span>
439
+ <span class='kw'>end</span></pre>
440
+ </td>
441
+ </tr>
442
+ </table>
443
+ </div>
444
+
445
+ <div class="method_details ">
446
+ <h3 class="signature " id="account_txlist-instance_method">
447
+
448
+ #<strong>account_txlist</strong>(address, startblock, endblock, sort = &#39;desc&#39;, page = nil, offset = nil) &#x21d2; <tt>Object</tt>
449
+
450
+
451
+
452
+
453
+
454
+ </h3><table class="source_code">
455
+ <tr>
456
+ <td>
457
+ <pre class="lines">
458
+
459
+
460
+ 7
461
+ 8
462
+ 9
463
+ 10
464
+ 11
465
+ 12
466
+ 13
467
+ 14
468
+ 15
469
+ 16</pre>
470
+ </td>
471
+ <td>
472
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 7</span>
473
+
474
+ <span class='kw'>def</span> <span class='id identifier rubyid_account_txlist'>account_txlist</span><span class='lparen'>(</span><span class='id identifier rubyid_address'>address</span><span class='comma'>,</span> <span class='id identifier rubyid_startblock'>startblock</span><span class='comma'>,</span> <span class='id identifier rubyid_endblock'>endblock</span><span class='comma'>,</span> <span class='id identifier rubyid_sort'>sort</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>desc</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_page'>page</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_offset'>offset</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
475
+ <span class='id identifier rubyid_call'>call</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Call.html" title="Etherscanio::Call (class)">Call</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Call.html#initialize-instance_method" title="Etherscanio::Call#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>account</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>txlist</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
476
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_address'>address</span> <span class='op'>=</span> <span class='id identifier rubyid_address'>address</span>
477
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_startblock'>startblock</span> <span class='op'>=</span> <span class='id identifier rubyid_startblock'>startblock</span>
478
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_endblock'>endblock</span> <span class='op'>=</span> <span class='id identifier rubyid_endblock'>endblock</span>
479
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_page'>page</span> <span class='op'>=</span> <span class='id identifier rubyid_page'>page</span>
480
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_offset'>offset</span> <span class='op'>=</span> <span class='id identifier rubyid_offset'>offset</span>
481
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_sort'>sort</span> <span class='op'>=</span> <span class='id identifier rubyid_sort'>sort</span>
482
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span>
483
+ <span class='kw'>end</span></pre>
484
+ </td>
485
+ </tr>
486
+ </table>
487
+ </div>
488
+
489
+ <div class="method_details ">
490
+ <h3 class="signature " id="account_txlistinternal-instance_method">
491
+
492
+ #<strong>account_txlistinternal</strong>(address, startblock, endblock, sort = &#39;desc&#39;, page = nil, offset = nil) &#x21d2; <tt>Object</tt>
493
+
494
+
495
+
496
+
497
+
498
+ </h3><table class="source_code">
499
+ <tr>
500
+ <td>
501
+ <pre class="lines">
502
+
503
+
504
+ 18
505
+ 19
506
+ 20
507
+ 21
508
+ 22
509
+ 23
510
+ 24
511
+ 25
512
+ 26
513
+ 27</pre>
514
+ </td>
515
+ <td>
516
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 18</span>
517
+
518
+ <span class='kw'>def</span> <span class='id identifier rubyid_account_txlistinternal'>account_txlistinternal</span><span class='lparen'>(</span><span class='id identifier rubyid_address'>address</span><span class='comma'>,</span> <span class='id identifier rubyid_startblock'>startblock</span><span class='comma'>,</span> <span class='id identifier rubyid_endblock'>endblock</span><span class='comma'>,</span> <span class='id identifier rubyid_sort'>sort</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>desc</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_page'>page</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_offset'>offset</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
519
+ <span class='id identifier rubyid_call'>call</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Call.html" title="Etherscanio::Call (class)">Call</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Call.html#initialize-instance_method" title="Etherscanio::Call#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>account</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>txlistinternal</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
520
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_address'>address</span> <span class='op'>=</span> <span class='id identifier rubyid_address'>address</span>
521
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_startblock'>startblock</span> <span class='op'>=</span> <span class='id identifier rubyid_startblock'>startblock</span>
522
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_endblock'>endblock</span> <span class='op'>=</span> <span class='id identifier rubyid_endblock'>endblock</span>
523
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_page'>page</span> <span class='op'>=</span> <span class='id identifier rubyid_page'>page</span>
524
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_offset'>offset</span> <span class='op'>=</span> <span class='id identifier rubyid_offset'>offset</span>
525
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_sort'>sort</span> <span class='op'>=</span> <span class='id identifier rubyid_sort'>sort</span>
526
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span>
527
+ <span class='kw'>end</span></pre>
528
+ </td>
529
+ </tr>
530
+ </table>
531
+ </div>
532
+
533
+ <div class="method_details ">
534
+ <h3 class="signature " id="block_getblockreward-instance_method">
535
+
536
+ #<strong>block_getblockreward</strong>(blockno) &#x21d2; <tt>Object</tt>
537
+
538
+
539
+
540
+
541
+
542
+ </h3><table class="source_code">
543
+ <tr>
544
+ <td>
545
+ <pre class="lines">
546
+
547
+
548
+ 64
549
+ 65
550
+ 66
551
+ 67
552
+ 68</pre>
553
+ </td>
554
+ <td>
555
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 64</span>
556
+
557
+ <span class='kw'>def</span> <span class='id identifier rubyid_block_getblockreward'>block_getblockreward</span><span class='lparen'>(</span><span class='id identifier rubyid_blockno'>blockno</span><span class='rparen'>)</span>
558
+ <span class='id identifier rubyid_call'>call</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Call.html" title="Etherscanio::Call (class)">Call</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Call.html#initialize-instance_method" title="Etherscanio::Call#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>block</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>getblockreward</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
559
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_blockno'>blockno</span> <span class='op'>=</span> <span class='id identifier rubyid_blockno'>blockno</span>
560
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span>
561
+ <span class='kw'>end</span></pre>
562
+ </td>
563
+ </tr>
564
+ </table>
565
+ </div>
566
+
567
+ <div class="method_details ">
568
+ <h3 class="signature " id="contract_getabi-instance_method">
569
+
570
+ #<strong>contract_getabi</strong>(address) &#x21d2; <tt>Object</tt>
571
+
572
+
573
+
574
+
575
+
576
+ </h3><table class="source_code">
577
+ <tr>
578
+ <td>
579
+ <pre class="lines">
580
+
581
+
582
+ 52
583
+ 53
584
+ 54
585
+ 55
586
+ 56</pre>
587
+ </td>
588
+ <td>
589
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 52</span>
590
+
591
+ <span class='kw'>def</span> <span class='id identifier rubyid_contract_getabi'>contract_getabi</span><span class='lparen'>(</span><span class='id identifier rubyid_address'>address</span><span class='rparen'>)</span>
592
+ <span class='id identifier rubyid_call'>call</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Call.html" title="Etherscanio::Call (class)">Call</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Call.html#initialize-instance_method" title="Etherscanio::Call#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>contract</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>getabi</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
593
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_address'>address</span> <span class='op'>=</span> <span class='id identifier rubyid_address'>address</span>
594
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span>
595
+ <span class='kw'>end</span></pre>
596
+ </td>
597
+ </tr>
598
+ </table>
599
+ </div>
600
+
601
+ <div class="method_details ">
602
+ <h3 class="signature " id="getminedblocks-instance_method">
603
+
604
+ #<strong>getminedblocks</strong>(address, blocktype, page = nil, offset = nil) &#x21d2; <tt>Object</tt>
605
+
606
+
607
+
608
+
609
+
610
+ </h3><table class="source_code">
611
+ <tr>
612
+ <td>
613
+ <pre class="lines">
614
+
615
+
616
+ 36
617
+ 37
618
+ 38
619
+ 39
620
+ 40
621
+ 41
622
+ 42
623
+ 43</pre>
624
+ </td>
625
+ <td>
626
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 36</span>
627
+
628
+ <span class='kw'>def</span> <span class='id identifier rubyid_getminedblocks'>getminedblocks</span><span class='lparen'>(</span><span class='id identifier rubyid_address'>address</span><span class='comma'>,</span> <span class='id identifier rubyid_blocktype'>blocktype</span><span class='comma'>,</span> <span class='id identifier rubyid_page'>page</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_offset'>offset</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
629
+ <span class='id identifier rubyid_call'>call</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Call.html" title="Etherscanio::Call (class)">Call</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Call.html#initialize-instance_method" title="Etherscanio::Call#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>account</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>getminedblocks</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
630
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_page'>page</span> <span class='op'>=</span> <span class='id identifier rubyid_page'>page</span>
631
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_offset'>offset</span> <span class='op'>=</span> <span class='id identifier rubyid_offset'>offset</span>
632
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_address'>address</span> <span class='op'>=</span> <span class='id identifier rubyid_address'>address</span>
633
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_blocktype'>blocktype</span> <span class='op'>=</span> <span class='id identifier rubyid_blocktype'>blocktype</span>
634
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span>
635
+ <span class='kw'>end</span></pre>
636
+ </td>
637
+ </tr>
638
+ </table>
639
+ </div>
640
+
641
+ <div class="method_details ">
642
+ <h3 class="signature " id="transaction_getstatus-instance_method">
643
+
644
+ #<strong>transaction_getstatus</strong>(txhash) &#x21d2; <tt>Object</tt>
645
+
646
+
647
+
648
+
649
+
650
+ </h3><table class="source_code">
651
+ <tr>
652
+ <td>
653
+ <pre class="lines">
654
+
655
+
656
+ 58
657
+ 59
658
+ 60
659
+ 61
660
+ 62</pre>
661
+ </td>
662
+ <td>
663
+ <pre class="code"><span class="info file"># File 'lib/etherscanio/api.rb', line 58</span>
664
+
665
+ <span class='kw'>def</span> <span class='id identifier rubyid_transaction_getstatus'>transaction_getstatus</span><span class='lparen'>(</span><span class='id identifier rubyid_txhash'>txhash</span><span class='rparen'>)</span>
666
+ <span class='id identifier rubyid_call'>call</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../Etherscanio.html" title="Etherscanio (module)">Etherscanio</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Call.html" title="Etherscanio::Call (class)">Call</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Call.html#initialize-instance_method" title="Etherscanio::Call#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>transaction</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>getstatus</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
667
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_txhash'>txhash</span> <span class='op'>=</span> <span class='id identifier rubyid_txhash'>txhash</span>
668
+ <span class='id identifier rubyid_call'>call</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span>
669
+ <span class='kw'>end</span></pre>
670
+ </td>
671
+ </tr>
672
+ </table>
673
+ </div>
674
+
675
+ </div>
676
+
677
+ </div>
678
+
679
+ <div id="footer">
680
+ Generated on Fri Mar 31 16:36:23 2017 by
681
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
682
+ 0.9.8 (ruby-2.3.1).
683
+ </div>
684
+
685
+ </div>
686
+ </body>
687
+ </html>