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

Copy Markdown View Source

A THORChain oracle price update event.

Summary

Types

t()

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

Functions

new(arg1)

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