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

lib/steemex/ops/limit_order_create.ex

defmodule Steemex.Ops.LimitOrderCreate do
@enforce_keys [:amount_to_sell, :expiration, :fill_or_kill, :min_to_receive, :orderid, :owner]
defstruct [:amount_to_sell, :expiration, :fill_or_kill, :min_to_receive, :orderid, :owner]
end