public interface ChaincodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEscc()
the name of the ESCC for this chaincode.
|
com.google.protobuf.ByteString |
getEsccBytes()
the name of the ESCC for this chaincode.
|
com.google.protobuf.ByteString |
getId()
the chaincode unique id.
|
String |
getInput()
the chaincode function upon instantiation and its arguments.
|
com.google.protobuf.ByteString |
getInputBytes()
the chaincode function upon instantiation and its arguments.
|
String |
getName()
string name = 1 [json_name = "name"]; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1 [json_name = "name"]; |
String |
getPath()
the path as specified by the install/instantiate transaction
|
com.google.protobuf.ByteString |
getPathBytes()
the path as specified by the install/instantiate transaction
|
String |
getVersion()
string version = 2 [json_name = "version"]; |
com.google.protobuf.ByteString |
getVersionBytes()
string version = 2 [json_name = "version"]; |
String |
getVscc()
the name of the VSCC for this chaincode.
|
com.google.protobuf.ByteString |
getVsccBytes()
the name of the VSCC for this chaincode.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
string name = 1 [json_name = "name"];
String getVersion()
string version = 2 [json_name = "version"];
com.google.protobuf.ByteString getVersionBytes()
string version = 2 [json_name = "version"];
String getPath()
the path as specified by the install/instantiate transaction
string path = 3 [json_name = "path"];
com.google.protobuf.ByteString getPathBytes()
the path as specified by the install/instantiate transaction
string path = 3 [json_name = "path"];
String getInput()
the chaincode function upon instantiation and its arguments. This will be blank if the query is returning information about installed chaincodes.
string input = 4 [json_name = "input"];
com.google.protobuf.ByteString getInputBytes()
the chaincode function upon instantiation and its arguments. This will be blank if the query is returning information about installed chaincodes.
string input = 4 [json_name = "input"];
String getEscc()
the name of the ESCC for this chaincode. This will be blank if the query is returning information about installed chaincodes.
string escc = 5 [json_name = "escc"];
com.google.protobuf.ByteString getEsccBytes()
the name of the ESCC for this chaincode. This will be blank if the query is returning information about installed chaincodes.
string escc = 5 [json_name = "escc"];
String getVscc()
the name of the VSCC for this chaincode. This will be blank if the query is returning information about installed chaincodes.
string vscc = 6 [json_name = "vscc"];
com.google.protobuf.ByteString getVsccBytes()
the name of the VSCC for this chaincode. This will be blank if the query is returning information about installed chaincodes.
string vscc = 6 [json_name = "vscc"];
com.google.protobuf.ByteString getId()
the chaincode unique id. computed as: H( H(name || version) || H(CodePackage) )
bytes id = 7 [json_name = "id"];
Copyright © 2022. All rights reserved.