View Source Soroban.RPC.Server (Soroban v0.22.0)

Soroban RPC Server configuration.

Summary

Types

@type t() :: %Soroban.RPC.Server{url: String.t()}

Functions

@spec futurenet() :: t()
@spec local() :: t()
@spec new(url :: String.t()) :: t()
@spec testnet() :: t()