Interface TransactionResponseWithUpdates

All Superinterfaces:
io.hotmoka.marshalling.api.Marshallable, TransactionResponse
All Known Subinterfaces:
CodeExecutionTransactionResponse, ConstructorCallTransactionExceptionResponse, ConstructorCallTransactionFailedResponse, ConstructorCallTransactionResponse, ConstructorCallTransactionSuccessfulResponse, GameteCreationTransactionResponse, JarStoreTransactionFailedResponse, JarStoreTransactionResponse, JarStoreTransactionSuccessfulResponse, MethodCallTransactionExceptionResponse, MethodCallTransactionFailedResponse, MethodCallTransactionResponse, NonInitialTransactionResponse, NonVoidMethodCallTransactionSuccessfulResponse, VoidMethodCallTransactionSuccessfulResponse

public interface TransactionResponseWithUpdates extends TransactionResponse
A response for a transaction that might contain updates.
  • Method Summary

    Modifier and Type
    Method
    Description
    Yields the updates induced by the execution of this transaction.

    Methods inherited from interface io.hotmoka.marshalling.api.Marshallable

    into, size, toByteArray

    Methods inherited from interface io.hotmoka.node.api.responses.TransactionResponse

    equals, hashCode, toString
  • Method Details

    • getUpdates

      Stream<Update> getUpdates()
      Yields the updates induced by the execution of this transaction.
      Returns:
      the updates