Rujira.Fin.Events.Retract (rujira_ex v0.0.1)

Copy Markdown View Source

An order retraction event (wasm-rujira-fin/retract).

Summary

Types

t()

@type t() :: %Rujira.Fin.Events.Retract{
  owner: String.t(),
  price: String.t(),
  side: :base | :quote
}

Functions

new(arg1)

@spec new(map()) :: {:ok, t()} | {:error, term()}