Package | Description |
---|---|
org.hyperledger.fabric.sdk |
Modifier and Type | Method and Description |
---|---|
UpdateChannelConfiguration |
Channel.AnchorPeersConfigUpdateResult.getUpdateChannelConfiguration()
The actual config update @see
UpdateChannelConfiguration |
Modifier and Type | Method and Description |
---|---|
byte[] |
Channel.getUpdateChannelConfigurationSignature(UpdateChannelConfiguration updateChannelConfiguration,
User signer)
Get signed byes of the update channel.
|
byte[] |
HFClient.getUpdateChannelConfigurationSignature(UpdateChannelConfiguration updateChannelConfiguration,
User signer)
Get signature for update channel configuration
|
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
|
Copyright © 2022. All rights reserved.