- All Superinterfaces:
Comparable<TransactionReference>,io.hotmoka.marshalling.api.Marshallable,Serializable
public interface TransactionReference
extends io.hotmoka.marshalling.api.Marshallable, Serializable, Comparable<TransactionReference>
A unique identifier for a transaction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe length of the hash of a transaction reference. -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArray
-
Field Details
-
REQUEST_HASH_LENGTH
static final int REQUEST_HASH_LENGTHThe length of the hash of a transaction reference.- See Also:
-
-
Method Details