org.hyperledger.fabric.protos.peer.ChaincodeEndorsedActionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/transaction.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface ChaincodeEndorsedActionOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.ChaincodeEndorsedAction)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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"];
* @return The proposalResponsePayload.
*/
com.google.protobuf.ByteString getProposalResponsePayload();
/**
*
* The endorsement of the proposal, basically the endorser's signature over
* proposalResponsePayload
*
*
* repeated .protos.Endorsement endorsements = 2 [json_name = "endorsements"];
*/
java.util.List
getEndorsementsList();
/**
*
* The endorsement of the proposal, basically the endorser's signature over
* proposalResponsePayload
*
*
* repeated .protos.Endorsement endorsements = 2 [json_name = "endorsements"];
*/
org.hyperledger.fabric.protos.peer.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"];
*/
java.util.List extends org.hyperledger.fabric.protos.peer.EndorsementOrBuilder>
getEndorsementsOrBuilderList();
/**
*
* The endorsement of the proposal, basically the endorser's signature over
* proposalResponsePayload
*
*
* repeated .protos.Endorsement endorsements = 2 [json_name = "endorsements"];
*/
org.hyperledger.fabric.protos.peer.EndorsementOrBuilder getEndorsementsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy