public interface SignedChaincodeDeploymentSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getChaincodeDeploymentSpec()
This is the bytes of the ChaincodeDeploymentSpec
|
com.google.protobuf.ByteString |
getInstantiationPolicy()
This is the instantiation policy which is identical in structure
to endorsement policy.
|
Endorsement |
getOwnerEndorsements(int index)
The endorsements of the above deployment spec, the owner's signature over
chaincode_deployment_spec and Endorsement.endorser.
|
int |
getOwnerEndorsementsCount()
The endorsements of the above deployment spec, the owner's signature over
chaincode_deployment_spec and Endorsement.endorser.
|
List<Endorsement> |
getOwnerEndorsementsList()
The endorsements of the above deployment spec, the owner's signature over
chaincode_deployment_spec and Endorsement.endorser.
|
EndorsementOrBuilder |
getOwnerEndorsementsOrBuilder(int index)
The endorsements of the above deployment spec, the owner's signature over
chaincode_deployment_spec and Endorsement.endorser.
|
List<? extends EndorsementOrBuilder> |
getOwnerEndorsementsOrBuilderList()
The endorsements of the above deployment spec, the owner's signature over
chaincode_deployment_spec and Endorsement.endorser.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getChaincodeDeploymentSpec()
This is the bytes of the ChaincodeDeploymentSpec
bytes chaincode_deployment_spec = 1 [json_name = "chaincodeDeploymentSpec"];
com.google.protobuf.ByteString getInstantiationPolicy()
This is the instantiation policy which is identical in structure to endorsement policy. This policy is checked by the VSCC at commit time on the instantiation (all peers will get the same policy as it will be part of the LSCC instantation record and will be part of the hash as well)
bytes instantiation_policy = 2 [json_name = "instantiationPolicy"];
List<Endorsement> getOwnerEndorsementsList()
The endorsements of the above deployment spec, the owner's signature over chaincode_deployment_spec and Endorsement.endorser.
repeated .protos.Endorsement owner_endorsements = 3 [json_name = "ownerEndorsements"];
Endorsement getOwnerEndorsements(int index)
The endorsements of the above deployment spec, the owner's signature over chaincode_deployment_spec and Endorsement.endorser.
repeated .protos.Endorsement owner_endorsements = 3 [json_name = "ownerEndorsements"];
int getOwnerEndorsementsCount()
The endorsements of the above deployment spec, the owner's signature over chaincode_deployment_spec and Endorsement.endorser.
repeated .protos.Endorsement owner_endorsements = 3 [json_name = "ownerEndorsements"];
List<? extends EndorsementOrBuilder> getOwnerEndorsementsOrBuilderList()
The endorsements of the above deployment spec, the owner's signature over chaincode_deployment_spec and Endorsement.endorser.
repeated .protos.Endorsement owner_endorsements = 3 [json_name = "ownerEndorsements"];
EndorsementOrBuilder getOwnerEndorsementsOrBuilder(int index)
The endorsements of the above deployment spec, the owner's signature over chaincode_deployment_spec and Endorsement.endorser.
repeated .protos.Endorsement owner_endorsements = 3 [json_name = "ownerEndorsements"];
Copyright © 2022. All rights reserved.