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

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

#syncFaraday::Response

Get the loader syncing status.

Returns:

  • (Faraday::Response)

22
23
24
# File 'lib/arkecosystem/client/api/one/loader.rb', line 22

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