Uses of Interface
org.hyperledger.fabric.client.BlockEventsRequest
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of BlockEventsRequest in org.hyperledger.fabric.client
Modifier and TypeMethodDescriptionBlockEventsRequest.Builder.build()
Gateway.newBlockEventsRequest
(byte[] bytes) Recreates a block events request from serialized bytes.Gateway.newSignedBlockEventsRequest
(byte[] bytes, byte[] signature) Create a block events request with the specified digital signature, which can be used to receive block events.