Package io.mokamint.node.messages.api
Interface RemoveMinerMessage
- All Superinterfaces:
io.hotmoka.websockets.beans.api.RpcMessage
public interface RemoveMinerMessage
extends io.hotmoka.websockets.beans.api.RpcMessage
The network message corresponding to
RestrictedNode.removeMiner(java.util.UUID).-
Method Summary
Methods inherited from interface io.hotmoka.websockets.beans.api.RpcMessage
equals, getId, getType, hashCode
-
Method Details
-
getUUID
UUID getUUID()Yields the UUID of the miner to remove.- Returns:
- the UUID
-