Class: Radiator::CondenserApi
Constant Summary
Constants inherited from Api
Api::DEFAULT_GOLOS_FAILOVER_URLS, Api::DEFAULT_GOLOS_URL, Api::DEFAULT_STEEM_FAILOVER_URLS, Api::DEFAULT_STEEM_URL, Api::HEALTH_URI, Api::POST_HEADERS
Instance Method Summary collapse
Methods inherited from Api
#base_per_debt, #base_per_mvest, default_failover_urls, default_url, #find_account, #find_block, #get_blocks, #initialize, #method_missing, #respond_to_missing?, #shutdown
Methods included from Utils
#debug, #error, #extract_signatures, #hexlify, #pakArr, #pakC, #pakHash, #pakI, #pakL!, #pakS, #pakStr, #pakc, #paks, #send_log, #unhexlify, #varint, #warning
Constructor Details
This class inherits a constructor from Radiator::Api
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Radiator::Api
Instance Method Details
#api_name ⇒ Object
21 22 23 |
# File 'lib/radiator/condenser_api.rb', line 21 def api_name :condenser_api end |
#method_names ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/radiator/condenser_api.rb', line 3 def method_names @method_names ||= [ :get_state, :get_next_scheduled_hardfork, :get_reward_fund, :get_accounts, :lookup_account_names, :lookup_accounts, :get_account_count, :get_savings_withdraw_to, :get_witnesses, :get_witness_count, :get_open_orders, :get_account_votes, :lookup_witness_accounts ].freeze end |