public interface ChaincodeEventsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockNumber()
Block number in which the chaincode events were emitted.
|
ChaincodeEvent |
getEvents(int index)
Chaincode events emitted by the requested chaincode.
|
int |
getEventsCount()
Chaincode events emitted by the requested chaincode.
|
List<ChaincodeEvent> |
getEventsList()
Chaincode events emitted by the requested chaincode.
|
ChaincodeEventOrBuilder |
getEventsOrBuilder(int index)
Chaincode events emitted by the requested chaincode.
|
List<? extends ChaincodeEventOrBuilder> |
getEventsOrBuilderList()
Chaincode events emitted by the requested chaincode.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ChaincodeEvent> 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"];
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"];
List<? extends 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"];
ChaincodeEventOrBuilder getEventsOrBuilder(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"];
long getBlockNumber()
Block number in which the chaincode events were emitted.
uint64 block_number = 2 [json_name = "blockNumber"];
Copyright © 2022. All rights reserved.