com.hedera.hapi.node.state.tss.legacy.TssMessageMapKeyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/tss/tss_message_map_key.proto
package com.hedera.hapi.node.state.tss.legacy;
public interface TssMessageMapKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.state.tss.TssMessageMapKey)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A hash that uniquely identifies the target roster for the associated value
* in the map.
* <p>
* This value MUST be set.<br/>
* This value MUST NOT be empty.<br/>
* This value MUST contain a valid hash.
*
*
* bytes roster_hash = 1;
* @return The rosterHash.
*/
com.google.protobuf.ByteString getRosterHash();
/**
*
**
* A number representing consensus order.<br/>
* This declares the order in which the mapped value came to consensus.
* <p>This value MUST be set.<br/>
* This value MUST be a valid sequence number.
*
*
* uint64 sequence_number = 2;
* @return The sequenceNumber.
*/
long getSequenceNumber();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy