Package io.mokamint.node.messages.api
Interface GetBlockDescriptionMessage
- All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage
public interface GetBlockDescriptionMessage
extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to the
PublicNode.getBlockDescription(byte[]) method.-
Method Summary
Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage
equals, getId, getType, hashCode
-
Method Details
-
getHash
byte[] getHash()Yields thehashparameter of the method.- Returns:
- the parameter
-