public interface ProposedTransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEndorsingOrganizations(int index)
The list of endorsing organizations.
|
com.google.protobuf.ByteString |
getEndorsingOrganizationsBytes(int index)
The list of endorsing organizations.
|
int |
getEndorsingOrganizationsCount()
The list of endorsing organizations.
|
List<String> |
getEndorsingOrganizationsList()
The list of endorsing organizations.
|
SignedProposal |
getProposal()
The signed proposal.
|
SignedProposalOrBuilder |
getProposalOrBuilder()
The signed proposal.
|
String |
getTransactionId()
Identifier of the proposed transaction.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
Identifier of the proposed transaction.
|
boolean |
hasProposal()
The signed proposal.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTransactionId()
Identifier of the proposed transaction.
string transaction_id = 1 [json_name = "transactionId"];
com.google.protobuf.ByteString getTransactionIdBytes()
Identifier of the proposed transaction.
string transaction_id = 1 [json_name = "transactionId"];
boolean hasProposal()
The signed proposal.
.protos.SignedProposal proposal = 2 [json_name = "proposal"];
SignedProposal getProposal()
The signed proposal.
.protos.SignedProposal proposal = 2 [json_name = "proposal"];
SignedProposalOrBuilder getProposalOrBuilder()
The signed proposal.
.protos.SignedProposal proposal = 2 [json_name = "proposal"];
List<String> getEndorsingOrganizationsList()
The list of endorsing organizations.
repeated string endorsing_organizations = 3 [json_name = "endorsingOrganizations"];
int getEndorsingOrganizationsCount()
The list of endorsing organizations.
repeated string endorsing_organizations = 3 [json_name = "endorsingOrganizations"];
String getEndorsingOrganizations(int index)
The list of endorsing organizations.
repeated string endorsing_organizations = 3 [json_name = "endorsingOrganizations"];
index
- The index of the element to return.com.google.protobuf.ByteString getEndorsingOrganizationsBytes(int index)
The list of endorsing organizations.
repeated string endorsing_organizations = 3 [json_name = "endorsingOrganizations"];
index
- The index of the value to return.Copyright © 2022. All rights reserved.