com.hederahashgraph.api.proto.java.RunningHashesOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/blockrecords/running_hashes.proto
package com.hederahashgraph.api.proto.java;
public interface RunningHashesOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.RunningHashes)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A running hash of all record stream items
*
*
* bytes running_hash = 1;
* @return The runningHash.
*/
com.google.protobuf.ByteString getRunningHash();
/**
*
**
* The previous running hash of all record stream items
*
*
* bytes n_minus_1_running_hash = 2;
* @return The nMinus1RunningHash.
*/
com.google.protobuf.ByteString getNMinus1RunningHash();
/**
*
**
* The previous, previous running hash of all record stream items
*
*
* bytes n_minus_2_running_hash = 3;
* @return The nMinus2RunningHash.
*/
com.google.protobuf.ByteString getNMinus2RunningHash();
/**
*
**
* The previous, previous, previous running hash of all record stream items
*
*
* bytes n_minus_3_running_hash = 4;
* @return The nMinus3RunningHash.
*/
com.google.protobuf.ByteString getNMinus3RunningHash();
}