Module io.hotmoka.node.api
Package io.hotmoka.node.api.responses
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
A response for a transaction that might contain updates.
-
Method Summary
Modifier and TypeMethodDescriptionYields the updates induced by the execution of this transaction.Methods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.responses.TransactionResponse
equals, hashCode, toString
-
Method Details
-
getUpdates
Yields the updates induced by the execution of this transaction.- Returns:
- the updates
-