FluidRelayEndpointsResponse

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

The Fluid Relay endpoints for this server

Constructors

Link copied to clipboard
constructor(ordererEndpoints: 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 storage endpoints.