Class: Beowulf::AccountHistoryApi
- Defined in:
- lib/beowulf/account_history_api.rb
Constant Summary
Constants inherited from Api
Beowulf::Api::DEFAULT_BEOWULF_FAILOVER_URLS, Beowulf::Api::DEFAULT_BEOWULF_URL, Beowulf::Api::DEFAULT_RESTFUL_URL, Beowulf::Api::HEALTH_URI, Beowulf::Api::POST_HEADERS
Instance Method Summary collapse
Methods inherited from Api
default_failover_urls, default_restful_url, default_url, #get_blocks, #initialize, #inspect, #method_missing, #respond_to_missing?, #shutdown, #stopped?, #use_condenser_namespace?
Methods included from Utils
#debug, #error, #extract_signatures, #hexlify, #pakArr, #pakC, #pakHash, #pakI, #pakL!, #pakPubKey, #pakQ, #pakS, #pakStr, #pakc, #pakq, #paks, #send_log, #unhexlify, #varint, #warning
Constructor Details
This class inherits a constructor from Beowulf::Api
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Beowulf::Api
Instance Method Details
#api_name ⇒ Object
11 12 13 |
# File 'lib/beowulf/account_history_api.rb', line 11 def api_name :account_history_api end |
#method_names ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/beowulf/account_history_api.rb', line 3 def method_names @method_names ||= [ # :get_account_history, # :get_ops_in_block, :get_transaction ].freeze end |