org.hyperledger.fabric.protos.orderer.NodeConsensusRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/clusterserver.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.orderer;
public interface NodeConsensusRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:orderer.NodeConsensusRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes payload = 1 [json_name = "payload"];
* @return The payload.
*/
com.google.protobuf.ByteString getPayload();
/**
* bytes metadata = 2 [json_name = "metadata"];
* @return The metadata.
*/
com.google.protobuf.ByteString getMetadata();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy