Module io.hotmoka.network
Package io.hotmoka.network.responses
Class MethodCallTransactionResponseModel
- java.lang.Object
-
- io.hotmoka.network.responses.TransactionResponseModel
-
- io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
-
- io.hotmoka.network.responses.MethodCallTransactionResponseModel
-
- Direct Known Subclasses:
MethodCallTransactionExceptionResponseModel,MethodCallTransactionFailedResponseModel,MethodCallTransactionSuccessfulResponseModel,VoidMethodCallTransactionSuccessfulResponseModel
public abstract class MethodCallTransactionResponseModel extends CodeExecutionTransactionResponseModel
-
-
Field Summary
Fields Modifier and Type Field Description booleanselfChargedTrue if and only if the call was charged to the receiver of the target method rather than to the caller of the transaction.-
Fields inherited from class io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMethodCallTransactionResponseModel()protectedMethodCallTransactionResponseModel(MethodCallTransactionResponse response)
-
-
-
Constructor Detail
-
MethodCallTransactionResponseModel
protected MethodCallTransactionResponseModel(MethodCallTransactionResponse response)
-
MethodCallTransactionResponseModel
protected MethodCallTransactionResponseModel()
-
-