Interface AddTransactionMessage

All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage

public interface AddTransactionMessage extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to the PublicNode.add(io.mokamint.node.api.Transaction) method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Yields the transaction parameter of the method.

    Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage

    equals, getId, getType, hashCode
  • Method Details

    • getTransaction

      Transaction getTransaction()
      Yields the transaction parameter of the method.
      Returns:
      the parameter