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()ChannelgetChannel()HFClientgetClient()java.lang.StringgetEndpoint()java.util.Map<java.lang.String,Orderer>getEndpointMap()java.lang.StringgetMspId()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()
 
 - 
 
 -