Interface CodeExecutionTransactionResponse

All Superinterfaces:
io.hotmoka.marshalling.api.Marshallable, NonInitialTransactionResponse, TransactionResponse, TransactionResponseWithUpdates
All Known Subinterfaces:
ConstructorCallTransactionExceptionResponse, ConstructorCallTransactionFailedResponse, ConstructorCallTransactionResponse, ConstructorCallTransactionSuccessfulResponse, MethodCallTransactionExceptionResponse, MethodCallTransactionFailedResponse, MethodCallTransactionResponse, NonVoidMethodCallTransactionSuccessfulResponse, VoidMethodCallTransactionSuccessfulResponse

public interface CodeExecutionTransactionResponse extends NonInitialTransactionResponse
A response for a transaction that calls a constructor or method.