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

org.hyperledger.fabric.protos.common.BlockMetadataOrBuilder 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 BlockMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.BlockMetadata)
    com.google.protobuf.MessageOrBuilder {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy