Loader.md

December 22, 2017 ยท View on GitHub

Loader

Get the blockchain status.

$client->api('Loader')->status();

Get the synchronisation status of the client.

$client->api('Loader')->sync();

Auto-configure the client loader.

$client->api('Loader')->autoconfigure();

Contents

  1. 1Loader
  2. 2Get the blockchain status.
  3. 3Get the synchronisation status of the client.
  4. 4Auto-configure the client loader.