java.lang.Object
io.hotmoka.network.values.TransactionReferenceModel
The model of a transaction reference.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransactionReferenceModel(TransactionReference reference) Builds the model of a transaction reference. -
Method Summary
-
Field Details
-
type
The type of transaction. -
hash
Used at least for local transactions.
-
-
Constructor Details
-
TransactionReferenceModel
Builds the model of a transaction reference.- Parameters:
reference- the transaction reference to copy
-
TransactionReferenceModel
public TransactionReferenceModel()
-
-
Method Details
-
toBean
Yields the transaction reference having this model.- Returns:
- the transaction reference
-