Package com.exonum.core.messages
Interface ListProofOuterClass.ListProofOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListProofOuterClass.ListProof,ListProofOuterClass.ListProof.Builder
- Enclosing class:
- ListProofOuterClass
public static interface ListProofOuterClass.ListProofOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description ListProofOuterClass.ListProofEntrygetEntries(int index)Array with list elements and their indexes.intgetEntriesCount()Array with list elements and their indexes.List<ListProofOuterClass.ListProofEntry>getEntriesList()Array with list elements and their indexes.ListProofOuterClass.ListProofEntryOrBuildergetEntriesOrBuilder(int index)Array with list elements and their indexes.List<? extends ListProofOuterClass.ListProofEntryOrBuilder>getEntriesOrBuilderList()Array with list elements and their indexes.longgetLength()Length of the underlying `ProofListIndex`.ListProofOuterClass.HashedEntrygetProof(int index)Array of { ProofListKey, Hash } objects.intgetProofCount()Array of { ProofListKey, Hash } objects.List<ListProofOuterClass.HashedEntry>getProofList()Array of { ProofListKey, Hash } objects.ListProofOuterClass.HashedEntryOrBuildergetProofOrBuilder(int index)Array of { ProofListKey, Hash } objects.List<? extends ListProofOuterClass.HashedEntryOrBuilder>getProofOrBuilderList()Array of { ProofListKey, Hash } objects.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProofList
List<ListProofOuterClass.HashedEntry> getProofList()Array of { ProofListKey, Hash } objects.repeated .exonum.proof.HashedEntry proof = 1; -
getProof
Array of { ProofListKey, Hash } objects.repeated .exonum.proof.HashedEntry proof = 1; -
getProofCount
int getProofCount()Array of { ProofListKey, Hash } objects.repeated .exonum.proof.HashedEntry proof = 1; -
getProofOrBuilderList
List<? extends ListProofOuterClass.HashedEntryOrBuilder> getProofOrBuilderList()Array of { ProofListKey, Hash } objects.repeated .exonum.proof.HashedEntry proof = 1; -
getProofOrBuilder
Array of { ProofListKey, Hash } objects.repeated .exonum.proof.HashedEntry proof = 1; -
getEntriesList
List<ListProofOuterClass.ListProofEntry> getEntriesList()Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2; -
getEntries
Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2; -
getEntriesCount
int getEntriesCount()Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2; -
getEntriesOrBuilderList
List<? extends ListProofOuterClass.ListProofEntryOrBuilder> getEntriesOrBuilderList()Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2; -
getEntriesOrBuilder
Array with list elements and their indexes.
repeated .exonum.proof.ListProofEntry entries = 2; -
getLength
long getLength()Length of the underlying `ProofListIndex`.
uint64 length = 3;- Returns:
- The length.
-