Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface SystemTransactionRequest<R extends TransactionResponse>
- Type Parameters:
R- the type of the response expected for this request
- All Superinterfaces:
io.hotmoka.marshalling.api.Marshallable,TransactionRequest<R>
- All Known Subinterfaces:
InstanceSystemMethodCallTransactionRequest
public interface SystemTransactionRequest<R extends TransactionResponse>
extends TransactionRequest<R>
A request whose transaction is started from the node itself.
It cannot be started by users and is not propagated in the network.
-
Method Summary
Methods inherited from interface io.hotmoka.marshalling.api.Marshallable
into, size, toByteArrayMethods inherited from interface io.hotmoka.node.api.requests.TransactionRequest
equals, hashCode, toString