org.hyperledger.fabric.protos.orderer.SubmitRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/cluster.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.orderer;
public interface SubmitRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:orderer.SubmitRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string channel = 1 [json_name = "channel"];
* @return The channel.
*/
java.lang.String getChannel();
/**
* string channel = 1 [json_name = "channel"];
* @return The bytes for channel.
*/
com.google.protobuf.ByteString
getChannelBytes();
/**
*
* last_validation_seq denotes the last
* configuration sequence at which the
* sender validated this message.
*
*
* uint64 last_validation_seq = 2 [json_name = "lastValidationSeq"];
* @return The lastValidationSeq.
*/
long getLastValidationSeq();
/**
*
* content is the fabric transaction
* that is forwarded to the cluster member.
*
*
* .common.Envelope payload = 3 [json_name = "payload"];
* @return Whether the payload field is set.
*/
boolean hasPayload();
/**
*
* content is the fabric transaction
* that is forwarded to the cluster member.
*
*
* .common.Envelope payload = 3 [json_name = "payload"];
* @return The payload.
*/
org.hyperledger.fabric.protos.common.Envelope getPayload();
/**
*
* content is the fabric transaction
* that is forwarded to the cluster member.
*
*
* .common.Envelope payload = 3 [json_name = "payload"];
*/
org.hyperledger.fabric.protos.common.EnvelopeOrBuilder getPayloadOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy