Module io.hotmoka.network
Package io.hotmoka.network.responses
Class MethodCallTransactionSuccessfulResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
io.hotmoka.network.responses.MethodCallTransactionResponseModel
io.hotmoka.network.responses.MethodCallTransactionSuccessfulResponseModel
public class MethodCallTransactionSuccessfulResponseModel
extends MethodCallTransactionResponseModel
-
Field Summary
FieldsFields inherited from class io.hotmoka.network.responses.MethodCallTransactionResponseModel
selfChargedFields inherited from class io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
result
The return value of the method.
-
-
Constructor Details
-
MethodCallTransactionSuccessfulResponseModel
public MethodCallTransactionSuccessfulResponseModel(MethodCallTransactionSuccessfulResponse response) -
MethodCallTransactionSuccessfulResponseModel
public MethodCallTransactionSuccessfulResponseModel()
-
-
Method Details
-
toBean
-