Module io.hotmoka.network
Package io.hotmoka.network.requests
Class JarStoreInitialTransactionRequestModel
java.lang.Object
io.hotmoka.network.requests.TransactionRequestModel
io.hotmoka.network.requests.InitialTransactionRequestModel
io.hotmoka.network.requests.JarStoreInitialTransactionRequestModel
The model of an initial jar store transaction request.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilds the model from the request. -
Method Summary
Methods inherited from class io.hotmoka.network.requests.TransactionRequestModel
decodeBase64
-
Field Details
-
jar
-
dependencies
-
-
Constructor Details
-
JarStoreInitialTransactionRequestModel
public JarStoreInitialTransactionRequestModel() -
JarStoreInitialTransactionRequestModel
Builds the model from the request.- Parameters:
request- the request to copy
-
-
Method Details
-
toBean
Yields the request having this model.- Returns:
- the request
-