View Source Stellar.Horizon.OrderBook.Price (Elixir Stellar SDK v0.8.0)

Represents a Price for an order book.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.OrderBook.Price{
  amount: float(),
  price: float(),
  price_r: map()
}