All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.gossip.PvtDataPayloadOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: gossip/message.proto

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