View Source Soroban.RPC.GetNetworkResponse (Soroban v0.8.0)

GetNetworkResponse struct definition.

Link to this section Summary

Link to this section Types

@type friendbot_url() :: String.t()
@type passphrase() :: String.t()
@type protocol_version() :: String.t()
@type t() :: %Soroban.RPC.GetNetworkResponse{
  friendbot_url: friendbot_url(),
  passphrase: passphrase(),
  protocol_version: protocol_version()
}