GetNetworkResponse
public struct GetNetworkResponse : Decodable, Sendable
General info about the currently configured network. See: Stellar developer docs
-
(optional) - The URL of this network’s “friendbot” faucet
Declaration
Swift
public let friendbotUrl: String? -
Network passphrase configured
Declaration
Swift
public let passphrase: String -
Protocol version of the latest ledger
Declaration
Swift
public let protocolVersion: Int -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash