Package | Description |
---|---|
org.hyperledger.fabric.protos.peer |
Modifier and Type | Class and Description |
---|---|
class |
ChaincodeCall
ChaincodeCall defines a call to a chaincode.
|
static class |
ChaincodeCall.Builder
ChaincodeCall defines a call to a chaincode.
|
Modifier and Type | Method and Description |
---|---|
ChaincodeCallOrBuilder |
ChaincodeInterest.getChaincodesOrBuilder(int index)
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
ChaincodeCallOrBuilder |
ChaincodeInterest.Builder.getChaincodesOrBuilder(int index)
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
ChaincodeCallOrBuilder |
ChaincodeInterestOrBuilder.getChaincodesOrBuilder(int index)
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
Modifier and Type | Method and Description |
---|---|
List<? extends ChaincodeCallOrBuilder> |
ChaincodeInterest.getChaincodesOrBuilderList()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
List<? extends ChaincodeCallOrBuilder> |
ChaincodeInterest.Builder.getChaincodesOrBuilderList()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
List<? extends ChaincodeCallOrBuilder> |
ChaincodeInterestOrBuilder.getChaincodesOrBuilderList()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
Copyright © 2022. All rights reserved.