com.hedera.hapi.node.state.tss.legacy.TssVoteMapKeyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/tss/tss_vote_map_key.proto
package com.hedera.hapi.node.state.tss.legacy;
public interface TssVoteMapKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.state.tss.TssVoteMapKey)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A hash of the target roster for the associated value in the map. <br/>
* This hash uniquely identifies the target roster.
* <p>
* This value MUST be set.<br/>
* This value MUST contain a valid hash.
*
*
* bytes roster_hash = 1;
* @return The rosterHash.
*/
com.google.protobuf.ByteString getRosterHash();
/**
*
** The node id of the node that created the TssVote.<br/>
* This id uniquely identifies the node.
* <p>
* This value MUST be set.<br/>
* This value MUST be a valid node id.
*
*
* uint64 node_id = 2;
* @return The nodeId.
*/
long getNodeId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy