Module com.hedera.hashgraph.sdk
Interface TssMessageMapKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TssMessageMapKey,TssMessageMapKey.Builder
@Generated
public interface TssMessageMapKeyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString* A hash that uniquely identifies the target roster for the associated value in the map.long* A number representing consensus order.<br/> This declares the order in which the mapped value came to consensus.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRosterHash
com.google.protobuf.ByteString getRosterHash()* 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;- Returns:
- The rosterHash.
-
getSequenceNumber
long getSequenceNumber()* 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;- Returns:
- The sequenceNumber.
-