Method: ArkEcosystem::Client::API::One::Loader#status

Defined in:
lib/arkecosystem/client/api/one/loader.rb

#statusFaraday::Response

Get the loader status.

Returns:

  • (Faraday::Response)


15
16
17
# File 'lib/arkecosystem/client/api/one/loader.rb', line 15

def status
  @client.get('loader/status')
end