View Source Stellar.Horizon.OrderBook (Elixir Stellar SDK v0.15.1)
Represents an OrderBook
resource from Horizon API.
Link to this section Summary
Link to this section Types
@type t() :: %Stellar.Horizon.OrderBook{ asks: [Stellar.Horizon.OrderBook.Price.t()], base: map(), bids: [Stellar.Horizon.OrderBook.Price.t()], counter: map() }