- java.lang.Object
-
- io.hotmoka.network.values.TransactionReferenceModel
-
public class TransactionReferenceModel extends Object
The model of a transaction reference.
-
-
Constructor Summary
Constructors Constructor Description TransactionReferenceModel()TransactionReferenceModel(TransactionReference reference)Builds the model of a transaction reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionReferencetoBean()Yields the transaction reference having this model.
-
-
-
Constructor Detail
-
TransactionReferenceModel
public TransactionReferenceModel(TransactionReference reference)
Builds the model of a transaction reference.- Parameters:
reference- the transaction reference to copy
-
TransactionReferenceModel
public TransactionReferenceModel()
-
-
Method Detail
-
toBean
public TransactionReference toBean()
Yields the transaction reference having this model.- Returns:
- the transaction reference
-
-