Class AbstractNode

java.lang.Object
io.hotmoka.nodes.AbstractNode
All Implemented Interfaces:
Node, AutoCloseable

public abstract class AbstractNode extends Object implements Node
A generic implementation of a node. The goal of this class is to provide some shared machinery that can be useful in subclasses.