Class: CronosScanner::Accounts
- Inherits:
-
Object
- Object
- CronosScanner::Accounts
- Defined in:
- lib/cronos_scanner/accounts.rb
Constant Summary collapse
- DEFAULT_HASH =
{ module: 'account' }.freeze
Class Method Summary collapse
Class Method Details
.txlistinternal(address) ⇒ Object
8 9 10 11 12 |
# File 'lib/cronos_scanner/accounts.rb', line 8 def txlistinternal(address) hash = DEFAULT_HASH.merge(action: 'txlistinternal', address: address) Request.get hash end |