FluidRelayEndpointsResponse

data class FluidRelayEndpointsResponse(val ordererEndpoints: List<String>, val serviceEndpoints: List<String>, val storageEndpoints: List<String>)

The Fluid Relay endpoints for this server

Constructors

Link copied to clipboard
constructor(ordererEndpoints: List<String>, serviceEndpoints: List<String>, storageEndpoints: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Fluid Relay Orderer endpoints.

Link copied to clipboard

The Fluid Relay service endpoints.

Link copied to clipboard

The Fluid Relay storage endpoints.