org.hyperledger.fabric.protos.gossip.PvtDataPayloadOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gossip/message.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gossip;
public interface PvtDataPayloadOrBuilder extends
// @@protoc_insertion_point(interface_extends:gossip.PvtDataPayload)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 tx_seq_in_block = 1 [json_name = "txSeqInBlock"];
* @return The txSeqInBlock.
*/
long getTxSeqInBlock();
/**
*
* Encodes marhslaed bytes of rwset.TxPvtReadWriteSet
* defined in rwset.proto
*
*
* bytes payload = 2 [json_name = "payload"];
* @return The payload.
*/
com.google.protobuf.ByteString getPayload();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy