Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface PreprocessingVoteIdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PreprocessingVoteId,PreprocessingVoteId.Builder
@Generated
public interface PreprocessingVoteIdOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong* The construction this vote is connected to.long* The id of the node submitting the vote.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getConstructionId
long getConstructionId()* The construction this vote is connected to.
uint64 construction_id = 1;- Returns:
- The constructionId.
-
getNodeId
long getNodeId()* The id of the node submitting the vote.
uint64 node_id = 2;- Returns:
- The nodeId.
-