org.hyperledger.fabric.protos.gateway.ProposedTransactionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gateway/gateway.proto
// Protobuf Java Version: 4.28.2
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