Package io.mokamint.node.messages.api
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
Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage
equals, getId, getType, hashCode
-
Method Details
-
getStart
int getStart()Yields thestartparameter of the method.- Returns:
- the parameter
-
getCount
int getCount()Yields thecountparameter of the method.- Returns:
- the parameter
-