public interface EvaluateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Response |
getResult()
The response that is returned by the transaction function, as defined
in peer/proposal_response.proto.
|
ResponseOrBuilder |
getResultOrBuilder()
The response that is returned by the transaction function, as defined
in peer/proposal_response.proto.
|
boolean |
hasResult()
The response that is returned by the transaction function, as defined
in peer/proposal_response.proto.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasResult()
The response that is returned by the transaction function, as defined in peer/proposal_response.proto.
.protos.Response result = 1 [json_name = "result"];
Response getResult()
The response that is returned by the transaction function, as defined in peer/proposal_response.proto.
.protos.Response result = 1 [json_name = "result"];
ResponseOrBuilder getResultOrBuilder()
The response that is returned by the transaction function, as defined in peer/proposal_response.proto.
.protos.Response result = 1 [json_name = "result"];
Copyright © 2022. All rights reserved.