Module com.hedera.hashgraph.sdk
Interface MigrationRootHashVoteTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
MigrationRootHashVoteTransactionBody,MigrationRootHashVoteTransactionBody.Builder
@Generated
public interface MigrationRootHashVoteTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString* The previous wrapped record block root hash from startup migration.long* Leaf count of the wrapped previous block roots hasher.com.google.protobuf.ByteString* Intermediate hashing state for wrapped previous block roots.int* Intermediate hashing state for wrapped previous block roots.List<com.google.protobuf.ByteString> * Intermediate hashing state for wrapped previous block roots.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPreviousWrappedRecordBlockRootHash
com.google.protobuf.ByteString getPreviousWrappedRecordBlockRootHash()* The previous wrapped record block root hash from startup migration.
bytes previous_wrapped_record_block_root_hash = 1;- Returns:
- The previousWrappedRecordBlockRootHash.
-
getWrappedIntermediatePreviousBlockRootHashesList
List<com.google.protobuf.ByteString> getWrappedIntermediatePreviousBlockRootHashesList()* Intermediate hashing state for wrapped previous block roots.
repeated bytes wrapped_intermediate_previous_block_root_hashes = 2;- Returns:
- A list containing the wrappedIntermediatePreviousBlockRootHashes.
-
getWrappedIntermediatePreviousBlockRootHashesCount
int getWrappedIntermediatePreviousBlockRootHashesCount()* Intermediate hashing state for wrapped previous block roots.
repeated bytes wrapped_intermediate_previous_block_root_hashes = 2;- Returns:
- The count of wrappedIntermediatePreviousBlockRootHashes.
-
getWrappedIntermediatePreviousBlockRootHashes
com.google.protobuf.ByteString getWrappedIntermediatePreviousBlockRootHashes(int index) * Intermediate hashing state for wrapped previous block roots.
repeated bytes wrapped_intermediate_previous_block_root_hashes = 2;- Parameters:
index- The index of the element to return.- Returns:
- The wrappedIntermediatePreviousBlockRootHashes at the given index.
-
getWrappedIntermediateBlockRootsLeafCount
long getWrappedIntermediateBlockRootsLeafCount()* Leaf count of the wrapped previous block roots hasher.
uint64 wrapped_intermediate_block_roots_leaf_count = 3;- Returns:
- The wrappedIntermediateBlockRootsLeafCount.
-