Package | Description |
---|---|
org.hyperledger.fabric.sdk | |
org.hyperledger.fabric.sdk.exception |
Modifier and Type | Method and Description |
---|---|
byte[] |
Channel.getChannelConfigurationBytes() |
byte[] |
Channel.getChannelConfigurationBytes(User userContext)
Channel Configuration bytes.
|
byte[] |
Channel.getChannelConfigurationBytes(User userContext,
Orderer orderer)
Get channel configuration from a specific Orderer
|
byte[] |
Channel.getChannelConfigurationBytes(User userContext,
Peer peer)
Get channel configuration from a specific peer
|
Channel |
Channel.initialize()
Initialize the Channel.
|
Channel |
HFClient.newChannel(String name,
Orderer orderer,
ChannelConfiguration channelConfiguration,
byte[]... channelConfigurationSignatures)
Create a new channel
|
void |
Peer.PeerEventingServiceDisconnectEvent.reconnect(Long startEvent) |
void |
Channel.updateChannelConfiguration(UpdateChannelConfiguration updateChannelConfiguration,
byte[]... signers)
Update channel with specified channel configuration.
|
void |
Channel.updateChannelConfiguration(UpdateChannelConfiguration updateChannelConfiguration,
Orderer orderer,
byte[]... signers)
Update channel with specified channel configuration
|
void |
Channel.updateChannelConfiguration(User userContext,
UpdateChannelConfiguration updateChannelConfiguration,
Orderer orderer,
byte[]... signers)
Update channel with specified channel configuration
|
Modifier and Type | Class and Description |
---|---|
class |
PeerEventingServiceException |
class |
TransactionEventException
The exception to be thrown when we receive an event for an invalid Transaction
|
Copyright © 2022. All rights reserved.