Method: Radiator::SSC::BaseSteemSmartContractRPC#shutdown

Defined in:
lib/radiator/ssc/base_steem_smart_contract_rpc.rb

#shutdownObject

Stops the persistant http connections.



52
53
54
55
56
# File 'lib/radiator/ssc/base_steem_smart_contract_rpc.rb', line 52

def shutdown
  @uri = nil
  @http_id = nil
  @http = nil
end