package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev
# Functions
GetMgr returns the reference to singleton event manager.
Initialize initializes event mgmt.
# Structs
ChaincodeDefinition captures the info about chaincode.
KVLedgerLSCCStateListener listens for state changes for chaincode lifecycle.
Mgr encapsulate important interactions for events related to the interest of ledger.
# Interfaces
ChaincodeInfoProvider interface enables event mgr to retrieve chaincode info for a given chaincode.
ChaincodeLifecycleEventListener interface enables ledger components (mainly, intended for statedb) to be able to listen to chaincode lifecycle events.