Module com.hedera.hashgraph.sdk
Interface HistoryProofVoteTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
HistoryProofVoteTransactionBody,HistoryProofVoteTransactionBody.Builder
@Generated
public interface HistoryProofVoteTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getConstructionId
long getConstructionId()* The id of the proof construction this vote is for.
uint64 construction_id = 1;- Returns:
- The constructionId.
-
hasVote
boolean hasVote()* The submitting node's vote on the history proof.
.com.hedera.hapi.node.state.history.HistoryProofVote vote = 2;- Returns:
- Whether the vote field is set.
-
getVote
HistoryProofVote getVote()* The submitting node's vote on the history proof.
.com.hedera.hapi.node.state.history.HistoryProofVote vote = 2;- Returns:
- The vote.
-