Uses of Interface
org.hyperledger.fabric.client.FilteredBlockEventsRequest
Packages that use FilteredBlockEventsRequest
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of FilteredBlockEventsRequest in org.hyperledger.fabric.client
Methods in org.hyperledger.fabric.client that return FilteredBlockEventsRequestModifier and TypeMethodDescriptionFilteredBlockEventsRequest.Builder.build()Gateway.newFilteredBlockEventsRequest(byte[] bytes) Recreates a filtered block event request from serialized data.Gateway.newSignedFilteredBlockEventsRequest(byte[] bytes, byte[] signature) Create a filtered block events request with the specified digital signature, which can be used to receive filtered block events.* Supports off-line signing flow.