Module io.hotmoka.node.local
Package io.hotmoka.node.local
Class AbstractInitialResponseBuilder.ResponseCreator
java.lang.Object
io.hotmoka.node.local.internal.transactions.AbstractResponseBuilder<Request,Response>.io.hotmoka.node.local.internal.transactions.AbstractResponseBuilder.ResponseCreator
io.hotmoka.node.local.AbstractInitialResponseBuilder.ResponseCreator
- Enclosing class:
AbstractInitialResponseBuilder<Request extends InitialTransactionRequest<Response>,Response extends InitialTransactionResponse>
protected abstract class AbstractInitialResponseBuilder.ResponseCreator
extends io.hotmoka.node.local.internal.transactions.AbstractResponseBuilder<Request,Response>.io.hotmoka.node.local.internal.transactions.AbstractResponseBuilder.ResponseCreator
The creator of the response from the request.
-
Field Summary
Fields inherited from class io.hotmoka.node.local.internal.transactions.AbstractResponseBuilder.ResponseCreator
deserializer, updatesExtractor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.hotmoka.node.local.internal.transactions.AbstractResponseBuilder.ResponseCreator
body, create, deserializeLastUpdateFor, deserializeLastUpdateForFinal, extractUpdatesFrom, getClassLoader, getNextStorageReference, isSystemCall, now
-
Constructor Details
-
ResponseCreator
Creates the response from the request.- Throws:
TransactionRejectedException- if the transaction has been rejected
-