All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hapi.node.state.tss.legacy.TssMessageMapKeyOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tss_message_map_key.proto

// Protobuf Java Version: 3.25.4
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.MessageLiteOrBuilder {

  /**
   * 
   **
   * 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 - 2025 Weber Informatics LLC | Privacy Policy