Interface AddTransactionResultMessage

All Superinterfaces:
io.hotmoka.websockets.beans.api.ResultMessage<MempoolEntry>, io.hotmoka.websockets.beans.api.RpcMessage, Supplier<MempoolEntry>

public interface AddTransactionResultMessage extends io.hotmoka.websockets.beans.api.ResultMessage<MempoolEntry>
The network message corresponding to the result of the PublicNode.add(io.mokamint.node.api.Transaction) method of a node.
  • Method Summary

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

    equals, getId, getType, hashCode

    Methods inherited from interface java.util.function.Supplier

    get