public interface EndorseRequestOrBuilder
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.
|
String |
getEndorsingOrganizations(int index)
If targeting the peers of specific organizations (e.g.
|
com.google.protobuf.ByteString |
getEndorsingOrganizationsBytes(int index)
If targeting the peers of specific organizations (e.g.
|
int |
getEndorsingOrganizationsCount()
If targeting the peers of specific organizations (e.g.
|
List<String> |
getEndorsingOrganizationsList()
If targeting the peers of specific organizations (e.g.
|
SignedProposal |
getProposedTransaction()
The signed proposal ready for endorsement.
|
SignedProposalOrBuilder |
getProposedTransactionOrBuilder()
The signed proposal ready for endorsement.
|
String |
getTransactionId()
The unique identifier for the transaction.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
The unique identifier for the transaction.
|
boolean |
hasProposedTransaction()
The signed proposal ready for endorsement.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTransactionId()
The unique identifier for the transaction.
string transaction_id = 1 [json_name = "transactionId"];
com.google.protobuf.ByteString getTransactionIdBytes()
The unique identifier for the transaction.
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 endorsement.
.protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"];
SignedProposal getProposedTransaction()
The signed proposal ready for endorsement.
.protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"];
SignedProposalOrBuilder getProposedTransactionOrBuilder()
The signed proposal ready for endorsement.
.protos.SignedProposal proposed_transaction = 3 [json_name = "proposedTransaction"];
List<String> getEndorsingOrganizationsList()
If targeting the peers of specific organizations (e.g. for private data scenarios), the list of organizations' MSPIDs should be supplied here.
repeated string endorsing_organizations = 4 [json_name = "endorsingOrganizations"];
int getEndorsingOrganizationsCount()
If targeting the peers of specific organizations (e.g. for private data scenarios), the list of organizations' MSPIDs should be supplied here.
repeated string endorsing_organizations = 4 [json_name = "endorsingOrganizations"];
String getEndorsingOrganizations(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 endorsing_organizations = 4 [json_name = "endorsingOrganizations"];
index
- The index of the element to return.com.google.protobuf.ByteString getEndorsingOrganizationsBytes(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 endorsing_organizations = 4 [json_name = "endorsingOrganizations"];
index
- The index of the value to return.Copyright © 2022. All rights reserved.