Rujira.Thorchain.Events.OraclePrice (rujira_ex v0.0.1)

Copy Markdown View Source

A THORChain oracle price update event.

Summary

Types

t()

@type t() :: %Rujira.Thorchain.Events.OraclePrice{
  price: Decimal.t() | nil,
  symbol: String.t()
}

Functions

new(attrs)

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