public interface ChaincodeInterestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChaincodeCall |
getChaincodes(int index)
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
int |
getChaincodesCount()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
List<ChaincodeCall> |
getChaincodesList()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
ChaincodeCallOrBuilder |
getChaincodesOrBuilder(int index)
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
List<? extends ChaincodeCallOrBuilder> |
getChaincodesOrBuilderList()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ChaincodeCall> getChaincodesList()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
ChaincodeCall getChaincodes(int index)
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
int getChaincodesCount()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
List<? extends ChaincodeCallOrBuilder> getChaincodesOrBuilderList()
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
ChaincodeCallOrBuilder getChaincodesOrBuilder(int index)
repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
Copyright © 2022. All rights reserved.