Method: ArkEcosystem::Client::API::One::Loader#status
- Defined in:
- lib/arkecosystem/client/api/one/loader.rb
#status ⇒ Faraday::Response
Get the loader status.
15 16 17 |
# File 'lib/arkecosystem/client/api/one/loader.rb', line 15 def status @client.get('loader/status') end |