Module io.hotmoka.node.api
Package io.hotmoka.node.api.responses
Interface CodeExecutionTransactionResponse
- All Superinterfaces:
io.hotmoka.marshalling.api.Marshallable,NonInitialTransactionResponse,TransactionResponse,TransactionResponseWithUpdates
- All Known Subinterfaces:
ConstructorCallTransactionExceptionResponse,ConstructorCallTransactionFailedResponse,ConstructorCallTransactionResponse,ConstructorCallTransactionSuccessfulResponse,MethodCallTransactionExceptionResponse,MethodCallTransactionFailedResponse,MethodCallTransactionResponse,NonVoidMethodCallTransactionSuccessfulResponse,VoidMethodCallTransactionSuccessfulResponse
A response for a transaction that calls a constructor or method.
-
Method Summary
Methods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.responses.NonInitialTransactionResponse
getGasConsumedForCPU, getGasConsumedForRAM, getGasConsumedForStorageMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponse
equals, hashCode, toStringMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponseWithUpdates
getUpdates