Uses of Interface
org.hyperledger.fabric.client.ChaincodeEventsRequest
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of ChaincodeEventsRequest in org.hyperledger.fabric.client
Modifier and TypeMethodDescriptionChaincodeEventsRequest.Builder.build()
Gateway.newChaincodeEventsRequest
(byte[] bytes) Recreates a chaincode events request from serialized data.Gateway.newSignedChaincodeEventsRequest
(byte[] bytes, byte[] signature) Create a chaincode events request with the specified digital signature, which can be used to obtain events emitted by transaction functions of a specific chaincode.