elisk v0.2.0 Elisk.Accounts
Functions for retrieving information from accounts.
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 accounts.
Method: GET
Elisk.Accounts.get_accounts(%{})
=> { data, meta, links }
Get Lisk multisignature groups.
Method: GET
Elisk.Accounts.get_multisignature_groups(“309766985700168161L”)