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

org.hyperledger.fabric.protos.gateway.ProposedTransactionOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.gateway;

public interface ProposedTransactionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gateway.ProposedTransaction)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Identifier of the proposed transaction.
   * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The transactionId. */ java.lang.String getTransactionId(); /** *
   * Identifier of the proposed transaction.
   * 
* * string transaction_id = 1 [json_name = "transactionId"]; * @return The bytes for transactionId. */ com.google.protobuf.ByteString getTransactionIdBytes(); /** *
   * The signed proposal.
   * 
* * .protos.SignedProposal proposal = 2 [json_name = "proposal"]; * @return Whether the proposal field is set. */ boolean hasProposal(); /** *
   * The signed proposal.
   * 
* * .protos.SignedProposal proposal = 2 [json_name = "proposal"]; * @return The proposal. */ org.hyperledger.fabric.protos.peer.SignedProposal getProposal(); /** *
   * The signed proposal.
   * 
* * .protos.SignedProposal proposal = 2 [json_name = "proposal"]; */ org.hyperledger.fabric.protos.peer.SignedProposalOrBuilder getProposalOrBuilder(); /** *
   * The list of endorsing organizations.
   * 
* * repeated string endorsing_organizations = 3 [json_name = "endorsingOrganizations"]; * @return A list containing the endorsingOrganizations. */ java.util.List getEndorsingOrganizationsList(); /** *
   * The list of endorsing organizations.
   * 
* * repeated string endorsing_organizations = 3 [json_name = "endorsingOrganizations"]; * @return The count of endorsingOrganizations. */ int getEndorsingOrganizationsCount(); /** *
   * The list of endorsing organizations.
   * 
* * repeated string endorsing_organizations = 3 [json_name = "endorsingOrganizations"]; * @param index The index of the element to return. * @return The endorsingOrganizations at the given index. */ java.lang.String getEndorsingOrganizations(int index); /** *
   * The list of endorsing organizations.
   * 
* * repeated string endorsing_organizations = 3 [json_name = "endorsingOrganizations"]; * @param index The index of the value to return. * @return The bytes of the endorsingOrganizations at the given index. */ com.google.protobuf.ByteString getEndorsingOrganizationsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy