com.hedera.hapi.block.stream.output.protoc.StateChangesOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stream/output/state_changes.proto
package com.hedera.hapi.block.stream.output.protoc;
public interface StateChangesOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.block.stream.output.StateChanges)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The consensus timestamp of this set of changes.
* <p>
* This value SHALL be deterministic with the cause of the state change.
*
*
* .proto.Timestamp consensus_timestamp = 1;
* @return Whether the consensusTimestamp field is set.
*/
boolean hasConsensusTimestamp();
/**
*
**
* The consensus timestamp of this set of changes.
* <p>
* This value SHALL be deterministic with the cause of the state change.
*
*
* .proto.Timestamp consensus_timestamp = 1;
* @return The consensusTimestamp.
*/
com.hederahashgraph.api.proto.java.Timestamp getConsensusTimestamp();
/**
*
**
* The consensus timestamp of this set of changes.
* <p>
* This value SHALL be deterministic with the cause of the state change.
*
*
* .proto.Timestamp consensus_timestamp = 1;
*/
com.hederahashgraph.api.proto.java.TimestampOrBuilder getConsensusTimestampOrBuilder();
/**
*
**
* An ordered list of individual changes.
* <p>
* These changes MUST be applied in the order listed to produce
* a correct modified state.
*
*
* repeated .com.hedera.hapi.block.stream.output.StateChange state_changes = 2;
*/
java.util.List
getStateChangesList();
/**
*
**
* An ordered list of individual changes.
* <p>
* These changes MUST be applied in the order listed to produce
* a correct modified state.
*
*
* repeated .com.hedera.hapi.block.stream.output.StateChange state_changes = 2;
*/
com.hedera.hapi.block.stream.output.protoc.StateChange getStateChanges(int index);
/**
*
**
* An ordered list of individual changes.
* <p>
* These changes MUST be applied in the order listed to produce
* a correct modified state.
*
*
* repeated .com.hedera.hapi.block.stream.output.StateChange state_changes = 2;
*/
int getStateChangesCount();
/**
*
**
* An ordered list of individual changes.
* <p>
* These changes MUST be applied in the order listed to produce
* a correct modified state.
*
*
* repeated .com.hedera.hapi.block.stream.output.StateChange state_changes = 2;
*/
java.util.List extends com.hedera.hapi.block.stream.output.protoc.StateChangeOrBuilder>
getStateChangesOrBuilderList();
/**
*
**
* An ordered list of individual changes.
* <p>
* These changes MUST be applied in the order listed to produce
* a correct modified state.
*
*
* repeated .com.hedera.hapi.block.stream.output.StateChange state_changes = 2;
*/
com.hedera.hapi.block.stream.output.protoc.StateChangeOrBuilder getStateChangesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy