Interface ChaincodeEventsRequest

All Superinterfaces:
EventsRequest<ChaincodeEvent>, Signable

public interface ChaincodeEventsRequest extends EventsRequest<ChaincodeEvent>
A Fabric Gateway call to obtain chaincode events. Supports off-line signing flow using Gateway.newSignedChaincodeEventsRequest(byte[], byte[]).