public interface ChaincodeIDOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
all other requests will use the name (really a hashcode) generated by
the deploy transaction
|
com.google.protobuf.ByteString |
getNameBytes()
all other requests will use the name (really a hashcode) generated by
the deploy transaction
|
String |
getPath()
deploy transaction will use the path
|
com.google.protobuf.ByteString |
getPathBytes()
deploy transaction will use the path
|
String |
getVersion()
user friendly version name for the chaincode
|
com.google.protobuf.ByteString |
getVersionBytes()
user friendly version name for the chaincode
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getPath()
deploy transaction will use the path
string path = 1 [json_name = "path"];
com.google.protobuf.ByteString getPathBytes()
deploy transaction will use the path
string path = 1 [json_name = "path"];
String getName()
all other requests will use the name (really a hashcode) generated by the deploy transaction
string name = 2 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
all other requests will use the name (really a hashcode) generated by the deploy transaction
string name = 2 [json_name = "name"];
String getVersion()
user friendly version name for the chaincode
string version = 3 [json_name = "version"];
com.google.protobuf.ByteString getVersionBytes()
user friendly version name for the chaincode
string version = 3 [json_name = "version"];
Copyright © 2022. All rights reserved.