package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev

# Functions

CountEndorsementPluginActivations returns the number of peers that activated the endorsement plugin.
CountValidationPluginActivations returns the number of peers that activated the validation plugin.
EndorsementPluginActivationFolder returns the name of the folder that if the file of the peer's id in it exists - it indicates that the endorsement plugin was activated for that peer.
PublishEndorsementPluginActivation makes it known that the endorsement plugin was activated for the peer that is invoking this function.
PublishValidationPluginActivation makes it known that the validation plugin was activated for the peer that is invoking this function.
SetEndorsementPluginActivationFolder sets the name of the folder that if the file of the peer's id in it exists - it indicates that the endorsement plugin was activated for that peer.
SetValidationPluginActivationFolder sets the name of the folder that if the file of the peer's id in it exists - it indicates that the validation plugin was activated for that peer.
ValidationPluginActivationFilePath returns the name of the folder that if the file of the peer's id in it exists - it indicates that the validation plugin was activated for that peer.

# Constants