Module io.hotmoka.network
Package io.hotmoka.network.responses
Class GameteCreationTransactionResponseModel
- java.lang.Object
-
- io.hotmoka.network.responses.TransactionResponseModel
-
- io.hotmoka.network.responses.GameteCreationTransactionResponseModel
-
public class GameteCreationTransactionResponseModel extends TransactionResponseModel
-
-
Field Summary
Fields Modifier and Type Field Description StorageReferenceModelgameteThe created gamete.List<UpdateModel>updatesThe updates resulting from the execution of the transaction.
-
Constructor Summary
Constructors Constructor Description GameteCreationTransactionResponseModel()GameteCreationTransactionResponseModel(GameteCreationTransactionResponse response)Builds the model from the response
-
-
-
Field Detail
-
updates
public List<UpdateModel> updates
The updates resulting from the execution of the transaction.
-
gamete
public StorageReferenceModel gamete
The created gamete.
-
-
Constructor Detail
-
GameteCreationTransactionResponseModel
public GameteCreationTransactionResponseModel(GameteCreationTransactionResponse response)
Builds the model from the response- Parameters:
response- the response
-
GameteCreationTransactionResponseModel
public GameteCreationTransactionResponseModel()
-
-
Method Detail
-
toBean
public GameteCreationTransactionResponse toBean()
-
-