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

Represents a Price for an order book.

Link to this section Summary

Link to this section Types

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