public interface EvaluateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Identifier of the channel this request is bound for.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
Identifier of the channel this request is bound for.
|
SignedProposal |
getProposedTransaction()
The signed proposal ready for evaluation.
|
SignedProposalOrBuilder |
getProposedTransactionOrBuilder()
The signed proposal ready for evaluation.
|
String |
getTargetOrganizations(int index)
If targeting the peers of specific organizations (e.g.
|
com.google.protobuf.ByteString |
getTargetOrganizationsBytes(int index)
If targeting the peers of specific organizations (e.g.
|
int |
getTargetOrganizationsCount()
If targeting the peers of specific organizations (e.g.
|
List<String> |
getTargetOrganizationsList()
If targeting the peers of specific organizations (e.g.
|
String |
getTransactionId()
Identifier of the transaction to evaluate.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
Identifier of the transaction to evaluate.
|
boolean |
hasProposedTransaction()
The signed proposal ready for evaluation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTransactionId()
Identifier of the transaction to evaluate.
string transaction_id = 1 [json_name = "transactionId"];
com.google.protobuf.ByteString getTransactionIdBytes()
Identifier of the transaction to evaluate.
string transaction_id = 1 [json_name = "transactionId"];
String getChannelId()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
com.google.protobuf.ByteString getChannelIdBytes()
Identifier of the channel this request is bound for.
string channel_id = 2 [json_name = "channelId"];
boolean hasProposedTransaction()
The signed proposal ready for evaluation.
.protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"];
SignedProposal getProposedTransaction()
The signed proposal ready for evaluation.
.protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"];
SignedProposalOrBuilder getProposedTransactionOrBuilder()
The signed proposal ready for evaluation.
.protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"];
List<String> getTargetOrganizationsList()
If targeting the peers of specific organizations (e.g. for private data scenarios), the list of organizations' MSPIDs should be supplied here.
repeated string target_organizations = 4 [json_name = "targetOrganizations"];
int getTargetOrganizationsCount()
If targeting the peers of specific organizations (e.g. for private data scenarios), the list of organizations' MSPIDs should be supplied here.
repeated string target_organizations = 4 [json_name = "targetOrganizations"];
String getTargetOrganizations(int index)
If targeting the peers of specific organizations (e.g. for private data scenarios), the list of organizations' MSPIDs should be supplied here.
repeated string target_organizations = 4 [json_name = "targetOrganizations"];
index
- The index of the element to return.com.google.protobuf.ByteString getTargetOrganizationsBytes(int index)
If targeting the peers of specific organizations (e.g. for private data scenarios), the list of organizations' MSPIDs should be supplied here.
repeated string target_organizations = 4 [json_name = "targetOrganizations"];
index
- The index of the value to return.Copyright © 2022. All rights reserved.