View Source Soroban.RPC.Client.Spec behaviour (Soroban v0.3.0)
Specifies expected behaviour of an HTTP client.
Link to this section Summary
Link to this section Types
@type endpoint() :: String.t()
@type options() :: Keyword.t()
@type params() :: map() | nil
@type response() :: {:ok, map()}
@type response_error() :: {:error, Soroban.RPC.Error.t()}