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