GetNetworkResponseEnum
public enum GetNetworkResponseEnum : Sendable
Response enum for network information requests.
Returned when querying general information about the Soroban network configuration.
-
Successfully retrieved network information from Soroban RPC.
Declaration
Swift
case success(response: GetNetworkResponse) -
Failed to retrieve network information, error details in associated value.
Declaration
Swift
case failure(error: SorobanRpcRequestError)
View on GitHub
Install in Dash