LiskApiElixirClient v0.1.0 LiskApiElixirClient.DApps View Source

Functions for retrieving information from DApps.

Link to this section Summary

Functions

Get Lisk dapps

Link to this section Functions

Get Lisk dapps.

Examples

iex> LiskApiElixirClient.DApps.get(%{name: "Blocksafe"})
%{
  "data" => [
    %{
      "category" => 8,
      "description" => "Smart Gun Network",
      "icon" => "http://www.blocksafefoundation.com/header.jpg",
      "link" => "https://github.com/blocksafe/SDK-notice/archive/master.zip",
      "name" => "Blocksafe",
      "tags" => "Smartgun",
      "transactionId" => "7446168536222815930",
      "type" => 0
    }
  ],
  "links" => %{},
  "meta" => %{"limit" => 10, "offset" => 0}
}