public interface ChaincodeActionPayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChaincodeEndorsedAction |
getAction()
The list of actions to apply to the ledger
|
ChaincodeEndorsedActionOrBuilder |
getActionOrBuilder()
The list of actions to apply to the ledger
|
com.google.protobuf.ByteString |
getChaincodeProposalPayload()
This field contains the bytes of the ChaincodeProposalPayload message from
the original invocation (essentially the arguments) after the application
of the visibility function.
|
boolean |
hasAction()
The list of actions to apply to the ledger
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getChaincodeProposalPayload()
This field contains the bytes of the ChaincodeProposalPayload message from the original invocation (essentially the arguments) after the application of the visibility function. The main visibility modes are "full" (the entire ChaincodeProposalPayload message is included here), "hash" (only the hash of the ChaincodeProposalPayload message is included) or "nothing". This field will be used to check the consistency of ProposalResponsePayload.proposalHash. For the CHAINCODE type, ProposalResponsePayload.proposalHash is supposed to be H(ProposalHeader || f(ChaincodeProposalPayload)) where f is the visibility function.
bytes chaincode_proposal_payload = 1 [json_name = "chaincodeProposalPayload"];
boolean hasAction()
The list of actions to apply to the ledger
.protos.ChaincodeEndorsedAction action = 2 [json_name = "action"];
ChaincodeEndorsedAction getAction()
The list of actions to apply to the ledger
.protos.ChaincodeEndorsedAction action = 2 [json_name = "action"];
ChaincodeEndorsedActionOrBuilder getActionOrBuilder()
The list of actions to apply to the ledger
.protos.ChaincodeEndorsedAction action = 2 [json_name = "action"];
Copyright © 2022. All rights reserved.