Uses of Interface
org.hyperledger.fabric.gateway.Contract
-
Packages that use Contract Package Description org.hyperledger.fabric.gateway This package provides the set of interfaces that enable a Java application to interact with a Fabric blockchain network. -
-
Uses of Contract in org.hyperledger.fabric.gateway
Methods in org.hyperledger.fabric.gateway that return Contract Modifier and Type Method Description Contract
Network. getContract(java.lang.String chaincodeId)
Get an instance of a contract on the current network.Contract
Network. getContract(java.lang.String chaincodeId, java.lang.String name)
Get an instance of a contract on the current network.
-