package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev
# Functions
ConfigFromBlock returns a ConfigEnvelope if exists, or a *ErrNotAConfig error.
NewBlockVerificationAssistant creates a new BlockVerificationAssistant from a config block.
NewBlockVerificationAssistantFromConfig creates a new BlockVerificationAssistant from a common.Config.
# Structs
BlockVerificationAssistant verifies the integrity and signatures of a block stream, while keeping a copy of the latest configuration.
BlockVerifierAssembler creates a BlockVerifier out of a config envelope.