Interface VoidMethodCallTransactionSuccessfulResponse

All Superinterfaces:
CodeExecutionTransactionResponse, io.hotmoka.marshalling.api.Marshallable, MethodCallTransactionResponse, NonInitialTransactionResponse, TransactionResponse, TransactionResponseWithEvents, TransactionResponseWithUpdates

public interface VoidMethodCallTransactionSuccessfulResponse extends MethodCallTransactionResponse, TransactionResponseWithEvents
A response for a successful transaction that calls a method in the store of a node. The method has been called without problems and without generating exceptions. The method returns void.