Interface NonVoidMethodCallTransactionSuccessfulResponse

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

public interface NonVoidMethodCallTransactionSuccessfulResponse 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 does not return void.
  • Method Details

    • getResult

      StorageValue getResult()
      Yields the return value of the method.
      Returns:
      the return value of the method