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

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
     
    int
     
     

    Methods inherited from interface io.hotmoka.marshalling.api.Marshallable

    into, size, toByteArray