Block

December 22, 2017 ยท View on GitHub

Get block by id.

$client->api('Block')->block(string $id);

Get all blocks.

$client->api('Block')->blocks(array $parameters = []);

Get the blockchain epoch.

$client->api('Block')->epoch();

Get the blockchain height.

$client->api('Block')->height();

Get the blockchain nethash.

$client->api('Block')->nethash();

Get the transaction fee for sending "normal" transactions.

$client->api('Block')->fee();

Get the network fees.

$client->api('Block')->fees();

Get the blockchain milestone.

$client->api('Block')->milestone();

Get the blockchain reward.

$client->api('Block')->reward();

Get the blockchain supply.

$client->api('Block')->supply();

Get the blockchain status.

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