elisk v0.2.0 Elisk.DApps

Functions for retrieving information from DApps.

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 DApps

Functions

get()

Get Lisk DApps.

Method: GET

Elisk.DApps.get_blocks()

=> { data, meta, links }