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, toByteArray

    Methods inherited from interface io.hotmoka.node.api.requests.TransactionRequest

    equals, hashCode, toString