public interface ProposalResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Endorsement |
getEndorsement()
The endorsement of the proposal, basically
the endorser's signature over the payload
|
EndorsementOrBuilder |
getEndorsementOrBuilder()
The endorsement of the proposal, basically
the endorser's signature over the payload
|
ChaincodeInterest |
getInterest()
The chaincode interest derived from simulating the proposal.
|
ChaincodeInterestOrBuilder |
getInterestOrBuilder()
The chaincode interest derived from simulating the proposal.
|
com.google.protobuf.ByteString |
getPayload()
The payload of response.
|
Response |
getResponse()
A response message indicating whether the
endorsement of the action was successful
|
ResponseOrBuilder |
getResponseOrBuilder()
A response message indicating whether the
endorsement of the action was successful
|
com.google.protobuf.Timestamp |
getTimestamp()
Timestamp is the time that the message
was created as defined by the sender
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Timestamp is the time that the message
was created as defined by the sender
|
int |
getVersion()
Version indicates message protocol version
|
boolean |
hasEndorsement()
The endorsement of the proposal, basically
the endorser's signature over the payload
|
boolean |
hasInterest()
The chaincode interest derived from simulating the proposal.
|
boolean |
hasResponse()
A response message indicating whether the
endorsement of the action was successful
|
boolean |
hasTimestamp()
Timestamp is the time that the message
was created as defined by the sender
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getVersion()
Version indicates message protocol version
int32 version = 1 [json_name = "version"];
boolean hasTimestamp()
Timestamp is the time that the message was created as defined by the sender
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];
com.google.protobuf.Timestamp getTimestamp()
Timestamp is the time that the message was created as defined by the sender
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Timestamp is the time that the message was created as defined by the sender
.google.protobuf.Timestamp timestamp = 2 [json_name = "timestamp"];
boolean hasResponse()
A response message indicating whether the endorsement of the action was successful
.protos.Response response = 4 [json_name = "response"];
Response getResponse()
A response message indicating whether the endorsement of the action was successful
.protos.Response response = 4 [json_name = "response"];
ResponseOrBuilder getResponseOrBuilder()
A response message indicating whether the endorsement of the action was successful
.protos.Response response = 4 [json_name = "response"];
com.google.protobuf.ByteString getPayload()
The payload of response. It is the bytes of ProposalResponsePayload
bytes payload = 5 [json_name = "payload"];
boolean hasEndorsement()
The endorsement of the proposal, basically the endorser's signature over the payload
.protos.Endorsement endorsement = 6 [json_name = "endorsement"];
Endorsement getEndorsement()
The endorsement of the proposal, basically the endorser's signature over the payload
.protos.Endorsement endorsement = 6 [json_name = "endorsement"];
EndorsementOrBuilder getEndorsementOrBuilder()
The endorsement of the proposal, basically the endorser's signature over the payload
.protos.Endorsement endorsement = 6 [json_name = "endorsement"];
boolean hasInterest()
The chaincode interest derived from simulating the proposal.
.protos.ChaincodeInterest interest = 7 [json_name = "interest"];
ChaincodeInterest getInterest()
The chaincode interest derived from simulating the proposal.
.protos.ChaincodeInterest interest = 7 [json_name = "interest"];
ChaincodeInterestOrBuilder getInterestOrBuilder()
The chaincode interest derived from simulating the proposal.
.protos.ChaincodeInterest interest = 7 [json_name = "interest"];
Copyright © 2022. All rights reserved.