public interface ChaincodeDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getData()
Data data specific to the package
|
String |
getEscc()
Escc for the chaincode instance
|
com.google.protobuf.ByteString |
getEsccBytes()
Escc for the chaincode instance
|
com.google.protobuf.ByteString |
getId()
Id of the chaincode that's the unique fingerprint for the CC This is not
currently used anywhere but serves as a good eyecatcher
|
SignaturePolicyEnvelope |
getInstantiationPolicy()
InstantiationPolicy for the chaincode
|
SignaturePolicyEnvelopeOrBuilder |
getInstantiationPolicyOrBuilder()
InstantiationPolicy for the chaincode
|
String |
getName()
Name of the chaincode
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the chaincode
|
SignaturePolicyEnvelope |
getPolicy()
Policy endorsement policy for the chaincode instance
|
SignaturePolicyEnvelopeOrBuilder |
getPolicyOrBuilder()
Policy endorsement policy for the chaincode instance
|
String |
getVersion()
Version of the chaincode
|
com.google.protobuf.ByteString |
getVersionBytes()
Version of the chaincode
|
String |
getVscc()
Vscc for the chaincode instance
|
com.google.protobuf.ByteString |
getVsccBytes()
Vscc for the chaincode instance
|
boolean |
hasInstantiationPolicy()
InstantiationPolicy for the chaincode
|
boolean |
hasPolicy()
Policy endorsement policy for the chaincode instance
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Name of the chaincode
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
Name of the chaincode
string name = 1 [json_name = "name"];
String getVersion()
Version of the chaincode
string version = 2 [json_name = "version"];
com.google.protobuf.ByteString getVersionBytes()
Version of the chaincode
string version = 2 [json_name = "version"];
String getEscc()
Escc for the chaincode instance
string escc = 3 [json_name = "escc"];
com.google.protobuf.ByteString getEsccBytes()
Escc for the chaincode instance
string escc = 3 [json_name = "escc"];
String getVscc()
Vscc for the chaincode instance
string vscc = 4 [json_name = "vscc"];
com.google.protobuf.ByteString getVsccBytes()
Vscc for the chaincode instance
string vscc = 4 [json_name = "vscc"];
boolean hasPolicy()
Policy endorsement policy for the chaincode instance
.common.SignaturePolicyEnvelope policy = 5 [json_name = "policy"];
SignaturePolicyEnvelope getPolicy()
Policy endorsement policy for the chaincode instance
.common.SignaturePolicyEnvelope policy = 5 [json_name = "policy"];
SignaturePolicyEnvelopeOrBuilder getPolicyOrBuilder()
Policy endorsement policy for the chaincode instance
.common.SignaturePolicyEnvelope policy = 5 [json_name = "policy"];
com.google.protobuf.ByteString getData()
Data data specific to the package
bytes data = 6 [json_name = "data"];
com.google.protobuf.ByteString getId()
Id of the chaincode that's the unique fingerprint for the CC This is not currently used anywhere but serves as a good eyecatcher
bytes id = 7 [json_name = "id"];
boolean hasInstantiationPolicy()
InstantiationPolicy for the chaincode
.common.SignaturePolicyEnvelope instantiation_policy = 8 [json_name = "instantiationPolicy"];
SignaturePolicyEnvelope getInstantiationPolicy()
InstantiationPolicy for the chaincode
.common.SignaturePolicyEnvelope instantiation_policy = 8 [json_name = "instantiationPolicy"];
SignaturePolicyEnvelopeOrBuilder getInstantiationPolicyOrBuilder()
InstantiationPolicy for the chaincode
.common.SignaturePolicyEnvelope instantiation_policy = 8 [json_name = "instantiationPolicy"];
Copyright © 2022. All rights reserved.