Uses of Class
org.hyperledger.fabric.sdk.ChaincodeEvent
Packages that use ChaincodeEvent
-
Uses of ChaincodeEvent in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that return ChaincodeEventModifier and TypeMethodDescriptionBlockInfo.TransactionEnvelopeInfo.TransactionActionInfo.getEvent()Get chaincode events for this transaction.Methods in org.hyperledger.fabric.sdk with parameters of type ChaincodeEventModifier and TypeMethodDescriptionvoidChaincodeEventListener.received(String handle, BlockEvent blockEvent, ChaincodeEvent chaincodeEvent) Receiving a chaincode event.