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();