Packages

Elixir HTTP/Websockets client library for official Steemit API and standard steemd JSONRPC interface. Includes module for pseudo realtime streaming of block, transaction and operation events.

Current section

Files

Jump to
steemex lib steemex ops custom_json.ex
Raw

lib/steemex/ops/custom_json.ex

defmodule Steemex.Ops.CustomJson do
@enforce_keys [:id, :json, :required_auths, :required_posting_auths]
defstruct [:id, :json, :required_auths, :required_posting_auths]
end