org.hyperledger.fabric.protos.peer.ChaincodeEventOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/chaincode_event.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface ChaincodeEventOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.ChaincodeEvent)
com.google.protobuf.MessageOrBuilder {
/**
* string chaincode_id = 1 [json_name = "chaincodeId"];
* @return The chaincodeId.
*/
java.lang.String getChaincodeId();
/**
* string chaincode_id = 1 [json_name = "chaincodeId"];
* @return The bytes for chaincodeId.
*/
com.google.protobuf.ByteString
getChaincodeIdBytes();
/**
* string tx_id = 2 [json_name = "txId"];
* @return The txId.
*/
java.lang.String getTxId();
/**
* string tx_id = 2 [json_name = "txId"];
* @return The bytes for txId.
*/
com.google.protobuf.ByteString
getTxIdBytes();
/**
* string event_name = 3 [json_name = "eventName"];
* @return The eventName.
*/
java.lang.String getEventName();
/**
* string event_name = 3 [json_name = "eventName"];
* @return The bytes for eventName.
*/
com.google.protobuf.ByteString
getEventNameBytes();
/**
* bytes payload = 4 [json_name = "payload"];
* @return The payload.
*/
com.google.protobuf.ByteString getPayload();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy