Uses of Interface
org.hyperledger.fabric.gateway.Contract
Package
Description
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
Modifier and TypeMethodDescriptionNetwork.getContract
(String chaincodeId) Get an instance of a contract on the current network.Network.getContract
(String chaincodeId, String name) Get an instance of a contract on the current network.