Interface GetMempoolPortionMessage

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

public interface GetMempoolPortionMessage extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to the PublicNode.getMempoolPortion(int, int) method.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Yields the count parameter of the method.
    int
    Yields the start parameter of the method.

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

    equals, getId, getType, hashCode
  • Method Details

    • getStart

      int getStart()
      Yields the start parameter of the method.
      Returns:
      the parameter
    • getCount

      int getCount()
      Yields the count parameter of the method.
      Returns:
      the parameter