FluidRelayEndpoints interface
The Fluid Relay endpoints for this server
Properties
orderer |
The Fluid Relay Orderer endpoints. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
The Fluid Relay service endpoints. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
The Fluid Relay storage endpoints. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
ordererEndpoints
The Fluid Relay Orderer endpoints. NOTE: This property will not be serialized. It can only be populated by the server.
ordererEndpoints?: string[]
Property Value
string[]
serviceEndpoints
The Fluid Relay service endpoints. NOTE: This property will not be serialized. It can only be populated by the server.
serviceEndpoints?: string[]
Property Value
string[]
storageEndpoints
The Fluid Relay storage endpoints. NOTE: This property will not be serialized. It can only be populated by the server.
storageEndpoints?: string[]
Property Value
string[]