程序包 | 说明 |
---|---|
org.hyperledger.fabric.gateway |
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
|
限定符和类型 | 方法和说明 |
---|---|
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.