View Source Soroban.RPC.Endpoint.Spec behaviour (Soroban v0.6.0)
Specifies the callbacks to build the Soroban's endpoints.
Link to this section Summary
Link to this section Types
@type response() :: {:ok, struct()} | {:error, Soroban.RPC.Error.t() | Soroban.RPC.HTTPError.t()}