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
FieldsModifier and TypeFieldDescriptionbooleanTrue 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
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
-
Field Details
-
selfCharged
public boolean selfChargedTrue if and only if the call was charged to the receiver of the target method rather than to the caller of the transaction.
-
-
Constructor Details
-
MethodCallTransactionResponseModel
-
MethodCallTransactionResponseModel
protected MethodCallTransactionResponseModel()
-