org.hyperledger.fabric.protos.orderer.ConsensusRequestOrBuilder 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 ConsensusRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:orderer.ConsensusRequest)
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();
/**
* bytes payload = 2 [json_name = "payload"];
* @return The payload.
*/
com.google.protobuf.ByteString getPayload();
/**
* bytes metadata = 3 [json_name = "metadata"];
* @return The metadata.
*/
com.google.protobuf.ByteString getMetadata();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy