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

Represents a Price for an order book.

Summary

Types

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