Module io.hotmoka.node.api
Package io.hotmoka.node.api.requests
Interface InitialTransactionRequest<R extends InitialTransactionResponse>
- Type Parameters:
R- the type of the corresponding response
- All Superinterfaces:
io.hotmoka.marshalling.api.Marshallable,TransactionRequest<R>
- All Known Subinterfaces:
GameteCreationTransactionRequest,InitializationTransactionRequest,JarStoreInitialTransactionRequest
public interface InitialTransactionRequest<R extends InitialTransactionResponse>
extends TransactionRequest<R>
A request for a transaction that can only be executed before the initialization of a node.
-
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