Module io.hotmoka.network
Package io.hotmoka.network.responses
Class ConstructorCallTransactionSuccessfulResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
io.hotmoka.network.responses.ConstructorCallTransactionResponseModel
io.hotmoka.network.responses.ConstructorCallTransactionSuccessfulResponseModel
public class ConstructorCallTransactionSuccessfulResponseModel
extends ConstructorCallTransactionResponseModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe events generated by this transaction.The object that has been created by the constructor call.Fields inherited from class io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates -
Constructor Summary
ConstructorsConstructorDescriptionConstructorCallTransactionSuccessfulResponseModel(ConstructorCallTransactionSuccessfulResponse response) -
Method Summary
-
Field Details
-
events
The events generated by this transaction. -
newObject
The object that has been created by the constructor call.
-
-
Constructor Details
-
ConstructorCallTransactionSuccessfulResponseModel
public ConstructorCallTransactionSuccessfulResponseModel(ConstructorCallTransactionSuccessfulResponse response) -
ConstructorCallTransactionSuccessfulResponseModel
public ConstructorCallTransactionSuccessfulResponseModel()
-
-
Method Details
-
toBean
-