elisk v0.2.0 Elisk.Delegates

Functions for retrieving information from Delegates.

The responses for each API request have a common basic structure:

"data": {}, //Contains the requested data
"meta": {}, //Contains additional metadata, e.g. the values of `limit` and `offset`
"links": {} //Will contain links to connected API calls from here, e.g. pagination links

Summary

Functions

Get Lisk Delegates

Get Lisk forgers

Get Lisk forging statistics

Functions

get_delegates()

Get Lisk Delegates.

Method: GET

Elisk.Delegates.get_delegates()

=> { data, meta, links }

get_forgers()

Get Lisk forgers.

Method: GET

Elisk.Delegates.get_forgers()

=> { data, meta, links }

get_forging_statistics(address)

Get Lisk forging statistics.

Method: GET

Elisk.Delegates.get_forging_statistics(ā€œ309766985700168161Lā€)

=> { data, meta, links }