Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface RunningHashesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
RunningHashes,RunningHashes.Builder
@Generated
public interface RunningHashesOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString* The previous running hash of all record stream items.com.google.protobuf.ByteString* The previous, previous running hash of all record stream items.com.google.protobuf.ByteString* The previous, previous, previous running hash of all record stream items.com.google.protobuf.ByteString* A running hash of all record stream items.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRunningHash
com.google.protobuf.ByteString getRunningHash()* A running hash of all record stream items.
bytes running_hash = 1;- Returns:
- The runningHash.
-
getNMinus1RunningHash
com.google.protobuf.ByteString getNMinus1RunningHash()* The previous running hash of all record stream items.
bytes n_minus_1_running_hash = 2;- Returns:
- The nMinus1RunningHash.
-
getNMinus2RunningHash
com.google.protobuf.ByteString getNMinus2RunningHash()* The previous, previous running hash of all record stream items.
bytes n_minus_2_running_hash = 3;- Returns:
- The nMinus2RunningHash.
-
getNMinus3RunningHash
com.google.protobuf.ByteString getNMinus3RunningHash()* The previous, previous, previous running hash of all record stream items.
bytes n_minus_3_running_hash = 4;- Returns:
- The nMinus3RunningHash.
-