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

org.hyperledger.fabric.protos.common.BlockDataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: common/common.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.common;

public interface BlockDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.BlockData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated bytes data = 1 [json_name = "data"];
   * @return A list containing the data.
   */
  java.util.List getDataList();
  /**
   * repeated bytes data = 1 [json_name = "data"];
   * @return The count of data.
   */
  int getDataCount();
  /**
   * repeated bytes data = 1 [json_name = "data"];
   * @param index The index of the element to return.
   * @return The data at the given index.
   */
  com.google.protobuf.ByteString getData(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy