Oracle struct for Thorchain Enshrined Oracle data.
Summary
Types
@type t() :: %Rujira.Thorchain.Oracle{ asset: Rujira.Assets.Asset.t() | nil, id: String.t(), price: Decimal.t() | nil, symbol: String.t() }
Oracle struct for Thorchain Enshrined Oracle data.
@type t() :: %Rujira.Thorchain.Oracle{ asset: Rujira.Assets.Asset.t() | nil, id: String.t(), price: Decimal.t() | nil, symbol: String.t() }