Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface HintsSchemeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
HintsScheme,HintsScheme.Builder
@Generated
public interface HintsSchemeOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNodePartyIds(int index) * The final party ids assigned to each node in the target roster.int* The final party ids assigned to each node in the target roster.* The final party ids assigned to each node in the target roster.* The aggregation and verification keys for the scheme.boolean* The aggregation and verification keys for the scheme.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasPreprocessedKeys
boolean hasPreprocessedKeys()* The aggregation and verification keys for the scheme.
.com.hedera.hapi.node.state.hints.PreprocessedKeys preprocessed_keys = 1;- Returns:
- Whether the preprocessedKeys field is set.
-
getPreprocessedKeys
PreprocessedKeys getPreprocessedKeys()* The aggregation and verification keys for the scheme.
.com.hedera.hapi.node.state.hints.PreprocessedKeys preprocessed_keys = 1;- Returns:
- The preprocessedKeys.
-
getNodePartyIdsList
List<NodePartyId> getNodePartyIdsList()* The final party ids assigned to each node in the target roster.
repeated .com.hedera.hapi.node.state.hints.NodePartyId node_party_ids = 2; -
getNodePartyIds
* The final party ids assigned to each node in the target roster.
repeated .com.hedera.hapi.node.state.hints.NodePartyId node_party_ids = 2; -
getNodePartyIdsCount
int getNodePartyIdsCount()* The final party ids assigned to each node in the target roster.
repeated .com.hedera.hapi.node.state.hints.NodePartyId node_party_ids = 2;
-