Uses of Package
org.hyperledger.fabric.gateway
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
This package provides the set of interfaces that enable a Java developer to
extend the set of built in handlers for controlling gateway strategies.
-
ClassDescriptionRepresents a smart contract instance in a network.Event emitted by the business logic of a smart contract during execution of a transaction.Thrown when an error occurs invoking a smart contract.Default commit handler implementations.Default query handler implementations.The Gateway provides the connection point for an application to access the Fabric network as a specific user.The Gateway Builder interface defines the options that can be configured prior to connection.Base class for exceptions thrown by the Gateway SDK or by components of the underlying Fabric.Common behavior shared by all identity implementations.A Network object represents the set of peers in a Fabric network (channel).A Transaction represents a specific invocation of a transaction function, and provides flexibility over how that transaction is invoked.A wallet stores identity information used to connect to a Hyperledger Fabric network.Identity comprising an X.509 certificate and associated private key.
-
ClassDescriptionThrown when an error occurs invoking a smart contract.A Network object represents the set of peers in a Fabric network (channel).