All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.peer.ChaincodeEndorsedActionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/transaction.proto

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 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