elisk v0.2.0 Elisk.Blocks

Functions for retrieving information from blocks.

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 blocks

Functions

get_blocks(args)

Get Lisk blocks.

Method: GET

Elisk.Blocks.get_blocks(%{})

=> { data, meta, links }