Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface TransactionRequest<R extends TransactionResponse>
- Type Parameters:
R- the type of the response expected for this request
- All Superinterfaces:
io.hotmoka.marshalling.api.Marshallable
- All Known Subinterfaces:
AbstractInstanceMethodCallTransactionRequest,CodeExecutionTransactionRequest<R>,ConstructorCallTransactionRequest,GameteCreationTransactionRequest,GenericJarStoreTransactionRequest<R>,InitializationTransactionRequest,InitialTransactionRequest<R>,InstanceMethodCallTransactionRequest,InstanceSystemMethodCallTransactionRequest,JarStoreInitialTransactionRequest,JarStoreTransactionRequest,MethodCallTransactionRequest,NonInitialTransactionRequest<R>,SignedTransactionRequest<R>,StaticMethodCallTransactionRequest,SystemTransactionRequest<R>
public interface TransactionRequest<R extends TransactionResponse>
extends io.hotmoka.marshalling.api.Marshallable
A request of a transaction.
-
Method Summary
Methods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArray