lib/path_orderbook.ex

defmodule XRPL.PathOrderbook do
  @moduledoc """
  XRPL.PathOrderbook is a module to interact with orderbook modules on the XRP Ledger.

  Paths define a way for payments to flow through intermediary steps on their way from sender to receiver.
  Paths enable cross-currency payments by connecting sender and receiver through order books.
  Use these methods to work with paths and other books.

  Official RPC documentation https://xrpl.org/path-and-order-book-methods.html
  """
end