Interface GetChainPortionMessage

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

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

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

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

    equals, getId, getType, hashCode
  • Method Details

    • getStart

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

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