org.hyperledger.fabric.protos.gateway.ChaincodeEventsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gateway/gateway.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gateway;
public interface ChaincodeEventsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:gateway.ChaincodeEventsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Chaincode events emitted by the requested chaincode. The events are presented in the same order that the
* transactions that emitted them appear within the block.
*
*
* repeated .protos.ChaincodeEvent events = 1 [json_name = "events"];
*/
java.util.List
getEventsList();
/**
*
* Chaincode events emitted by the requested chaincode. The events are presented in the same order that the
* transactions that emitted them appear within the block.
*
*
* repeated .protos.ChaincodeEvent events = 1 [json_name = "events"];
*/
org.hyperledger.fabric.protos.peer.ChaincodeEvent getEvents(int index);
/**
*
* Chaincode events emitted by the requested chaincode. The events are presented in the same order that the
* transactions that emitted them appear within the block.
*
*
* repeated .protos.ChaincodeEvent events = 1 [json_name = "events"];
*/
int getEventsCount();
/**
*
* Chaincode events emitted by the requested chaincode. The events are presented in the same order that the
* transactions that emitted them appear within the block.
*
*
* repeated .protos.ChaincodeEvent events = 1 [json_name = "events"];
*/
java.util.List extends org.hyperledger.fabric.protos.peer.ChaincodeEventOrBuilder>
getEventsOrBuilderList();
/**
*
* Chaincode events emitted by the requested chaincode. The events are presented in the same order that the
* transactions that emitted them appear within the block.
*
*
* repeated .protos.ChaincodeEvent events = 1 [json_name = "events"];
*/
org.hyperledger.fabric.protos.peer.ChaincodeEventOrBuilder getEventsOrBuilder(
int index);
/**
*
* Block number in which the chaincode events were emitted.
*
*
* uint64 block_number = 2 [json_name = "blockNumber"];
* @return The blockNumber.
*/
long getBlockNumber();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy