Uses of Class
org.hyperledger.fabric.sdk.UpdateChannelConfiguration
Packages that use UpdateChannelConfiguration
-
Uses of UpdateChannelConfiguration in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that return UpdateChannelConfigurationModifier and TypeMethodDescriptionChannel.AnchorPeersConfigUpdateResult.getUpdateChannelConfiguration()The actual config update @seeUpdateChannelConfigurationMethods in org.hyperledger.fabric.sdk with parameters of type UpdateChannelConfigurationModifier and TypeMethodDescriptionbyte[]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 configurationvoidChannel.updateChannelConfiguration(UpdateChannelConfiguration updateChannelConfiguration, byte[]... signers) Update channel with specified channel configuration.voidChannel.updateChannelConfiguration(UpdateChannelConfiguration updateChannelConfiguration, Orderer orderer, byte[]... signers) Update channel with specified channel configurationvoidChannel.updateChannelConfiguration(User userContext, UpdateChannelConfiguration updateChannelConfiguration, Orderer orderer, byte[]... signers) Update channel with specified channel configuration