public interface ChaincodeEndorsedActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Endorsement |
getEndorsements(int index)
The endorsement of the proposal, basically the endorser's signature over
proposalResponsePayload
|
int |
getEndorsementsCount()
The endorsement of the proposal, basically the endorser's signature over
proposalResponsePayload
|
List<Endorsement> |
getEndorsementsList()
The endorsement of the proposal, basically the endorser's signature over
proposalResponsePayload
|
EndorsementOrBuilder |
getEndorsementsOrBuilder(int index)
The endorsement of the proposal, basically the endorser's signature over
proposalResponsePayload
|
List<? extends EndorsementOrBuilder> |
getEndorsementsOrBuilderList()
The endorsement of the proposal, basically the endorser's signature over
proposalResponsePayload
|
com.google.protobuf.ByteString |
getProposalResponsePayload()
This is the bytes of the ProposalResponsePayload message signed by the
endorsers.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getProposalResponsePayload()
This is the bytes of the ProposalResponsePayload message signed by the endorsers. Recall that for the CHAINCODE type, the ProposalResponsePayload's extenstion field carries a ChaincodeAction
bytes proposal_response_payload = 1 [json_name = "proposalResponsePayload"];
List<Endorsement> getEndorsementsList()
The endorsement of the proposal, basically the endorser's signature over proposalResponsePayload
repeated .protos.Endorsement endorsements = 2 [json_name = "endorsements"];
Endorsement getEndorsements(int index)
The endorsement of the proposal, basically the endorser's signature over proposalResponsePayload
repeated .protos.Endorsement endorsements = 2 [json_name = "endorsements"];
int getEndorsementsCount()
The endorsement of the proposal, basically the endorser's signature over proposalResponsePayload
repeated .protos.Endorsement endorsements = 2 [json_name = "endorsements"];
List<? extends EndorsementOrBuilder> getEndorsementsOrBuilderList()
The endorsement of the proposal, basically the endorser's signature over proposalResponsePayload
repeated .protos.Endorsement endorsements = 2 [json_name = "endorsements"];
EndorsementOrBuilder getEndorsementsOrBuilder(int index)
The endorsement of the proposal, basically the endorser's signature over proposalResponsePayload
repeated .protos.Endorsement endorsements = 2 [json_name = "endorsements"];
Copyright © 2022. All rights reserved.