public interface ChaincodeEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getChaincodeId()
string chaincode_id = 1 [json_name = "chaincodeId"]; |
com.google.protobuf.ByteString |
getChaincodeIdBytes()
string chaincode_id = 1 [json_name = "chaincodeId"]; |
String |
getEventName()
string event_name = 3 [json_name = "eventName"]; |
com.google.protobuf.ByteString |
getEventNameBytes()
string event_name = 3 [json_name = "eventName"]; |
com.google.protobuf.ByteString |
getPayload()
bytes payload = 4 [json_name = "payload"]; |
String |
getTxId()
string tx_id = 2 [json_name = "txId"]; |
com.google.protobuf.ByteString |
getTxIdBytes()
string tx_id = 2 [json_name = "txId"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getChaincodeId()
string chaincode_id = 1 [json_name = "chaincodeId"];
com.google.protobuf.ByteString getChaincodeIdBytes()
string chaincode_id = 1 [json_name = "chaincodeId"];
String getTxId()
string tx_id = 2 [json_name = "txId"];
com.google.protobuf.ByteString getTxIdBytes()
string tx_id = 2 [json_name = "txId"];
String getEventName()
string event_name = 3 [json_name = "eventName"];
com.google.protobuf.ByteString getEventNameBytes()
string event_name = 3 [json_name = "eventName"];
com.google.protobuf.ByteString getPayload()
bytes payload = 4 [json_name = "payload"];
Copyright © 2022. All rights reserved.