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

org.hyperledger.fabric.protos.peer.FilteredBlockOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/events.proto

package org.hyperledger.fabric.protos.peer;

public interface FilteredBlockOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.FilteredBlock)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string channel_id = 1 [json_name = "channelId"];
   * @return The channelId.
   */
  java.lang.String getChannelId();
  /**
   * string channel_id = 1 [json_name = "channelId"];
   * @return The bytes for channelId.
   */
  com.google.protobuf.ByteString
      getChannelIdBytes();

  /**
   * 
   * The position in the blockchain
   * 
* * uint64 number = 2 [json_name = "number"]; * @return The number. */ long getNumber(); /** * repeated .protos.FilteredTransaction filtered_transactions = 4 [json_name = "filteredTransactions"]; */ java.util.List getFilteredTransactionsList(); /** * repeated .protos.FilteredTransaction filtered_transactions = 4 [json_name = "filteredTransactions"]; */ org.hyperledger.fabric.protos.peer.FilteredTransaction getFilteredTransactions(int index); /** * repeated .protos.FilteredTransaction filtered_transactions = 4 [json_name = "filteredTransactions"]; */ int getFilteredTransactionsCount(); /** * repeated .protos.FilteredTransaction filtered_transactions = 4 [json_name = "filteredTransactions"]; */ java.util.List getFilteredTransactionsOrBuilderList(); /** * repeated .protos.FilteredTransaction filtered_transactions = 4 [json_name = "filteredTransactions"]; */ org.hyperledger.fabric.protos.peer.FilteredTransactionOrBuilder getFilteredTransactionsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy