public interface ChaincodeActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChaincodeID |
getChaincodeId()
This field contains the ChaincodeID of executing this invocation.
|
ChaincodeIDOrBuilder |
getChaincodeIdOrBuilder()
This field contains the ChaincodeID of executing this invocation.
|
com.google.protobuf.ByteString |
getEvents()
This field contains the event generated by the chaincode.
|
Response |
getResponse()
This field contains the result of executing this invocation.
|
ResponseOrBuilder |
getResponseOrBuilder()
This field contains the result of executing this invocation.
|
com.google.protobuf.ByteString |
getResults()
This field contains the read set and the write set produced by the
chaincode executing this invocation.
|
boolean |
hasChaincodeId()
This field contains the ChaincodeID of executing this invocation.
|
boolean |
hasResponse()
This field contains the result of executing this invocation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getResults()
This field contains the read set and the write set produced by the chaincode executing this invocation.
bytes results = 1 [json_name = "results"];
com.google.protobuf.ByteString getEvents()
This field contains the event generated by the chaincode. Only a single marshaled ChaincodeEvent is included.
bytes events = 2 [json_name = "events"];
boolean hasResponse()
This field contains the result of executing this invocation.
.protos.Response response = 3 [json_name = "response"];
Response getResponse()
This field contains the result of executing this invocation.
.protos.Response response = 3 [json_name = "response"];
ResponseOrBuilder getResponseOrBuilder()
This field contains the result of executing this invocation.
.protos.Response response = 3 [json_name = "response"];
boolean hasChaincodeId()
This field contains the ChaincodeID of executing this invocation. Endorser will set it with the ChaincodeID called by endorser while simulating proposal. Committer will validate the version matching with latest chaincode version. Adding ChaincodeID to keep version opens up the possibility of multiple ChaincodeAction per transaction.
.protos.ChaincodeID chaincode_id = 4 [json_name = "chaincodeId"];
ChaincodeID getChaincodeId()
This field contains the ChaincodeID of executing this invocation. Endorser will set it with the ChaincodeID called by endorser while simulating proposal. Committer will validate the version matching with latest chaincode version. Adding ChaincodeID to keep version opens up the possibility of multiple ChaincodeAction per transaction.
.protos.ChaincodeID chaincode_id = 4 [json_name = "chaincodeId"];
ChaincodeIDOrBuilder getChaincodeIdOrBuilder()
This field contains the ChaincodeID of executing this invocation. Endorser will set it with the ChaincodeID called by endorser while simulating proposal. Committer will validate the version matching with latest chaincode version. Adding ChaincodeID to keep version opens up the possibility of multiple ChaincodeAction per transaction.
.protos.ChaincodeID chaincode_id = 4 [json_name = "chaincodeId"];
Copyright © 2022. All rights reserved.