Package org.hyperledger.fabric.sdk
Interface Channel.SDOrdererAdditionInfo
-
- Enclosing class:
- Channel
public static interface Channel.SDOrdererAdditionInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default byte[]
getAllTLSCerts()
Channel
getChannel()
HFClient
getClient()
java.lang.String
getEndpoint()
java.util.Map<java.lang.String,Orderer>
getEndpointMap()
java.lang.String
getMspId()
byte[][]
getTLSCerts()
byte[][]
getTLSIntermediateCerts()
-
-
-
Method Detail
-
getEndpoint
java.lang.String getEndpoint()
-
getMspId
java.lang.String getMspId()
-
getChannel
Channel getChannel()
-
getClient
HFClient getClient()
-
getTLSCerts
byte[][] getTLSCerts()
-
getTLSIntermediateCerts
byte[][] getTLSIntermediateCerts()
-
getAllTLSCerts
default byte[] getAllTLSCerts() throws ServiceDiscoveryException
- Throws:
ServiceDiscoveryException
-
getEndpointMap
java.util.Map<java.lang.String,Orderer> getEndpointMap()
-
-