| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Contract |
Network.getContract(String chaincodeId)
Get an instance of a contract on the current network.
|
Contract |
Network.getContract(String chaincodeId,
String name)
Get an instance of a contract on the current network.
|
Copyright © 2023. All rights reserved.