lib/server_info.ex

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

  Use these methods to retrieve information about the current state of the rippled server.

  Official documentation: https://xrpl.org/server-info-methods.html
  """
end