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 comment.ex
Raw

lib/steemex/ops/comment.ex

defmodule Steemex.Ops.Comment do
@enforce_keys [:author, :body, :json_metadata, :parent_author, :parent_permlink, :permlink, :title ]
defstruct [:author, :body, :json_metadata, :parent_author, :parent_permlink, :permlink, :title ]
end