waveschainex v0.2.0 Waveschainex.Node

Link to this section Summary

Functions

Get status of the running node

Get Waves node version

Link to this section Types

Link to this type option()
option() ::
  {:method, Tesla.Env.method()}
  | {:url, Tesla.Env.url()}
  | {:query, Tesla.Env.query()}
  | {:headers, Tesla.Env.headers()}
  | {:body, Tesla.Env.body()}
  | {:opts, Tesla.Env.opts()}

Link to this section Functions

Link to this function status(client, opts \\ [])
status(Tesla.Env.client(), keyword()) ::
  {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}

Get status of the running node

Link to this function version(client, opts \\ [])
version(Tesla.Env.client(), keyword()) ::
  {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}

Get Waves node version