Class TransactionRestRequestModel<T>

java.lang.Object
io.hotmoka.network.requests.TransactionRestRequestModel<T>
Type Parameters:
T - the type request model

public class TransactionRestRequestModel<T> extends Object
Class which wraps a type request model
  • Field Details

    • transactionRequestModel

      public T transactionRequestModel
      The request model which should be an instance of TransactionRequestModel.
    • type

      public String type
      The runtime type of the request model
  • Constructor Details

    • TransactionRestRequestModel

      public TransactionRestRequestModel(T transactionRequestModel)
    • TransactionRestRequestModel

      public TransactionRestRequestModel()
  • Method Details