Class AbstractLocalNode<C extends Config,S extends AbstractStore<C>>

java.lang.Object
io.hotmoka.nodes.AbstractNode
io.hotmoka.local.AbstractLocalNode<C,S>
All Implemented Interfaces:
Node, AutoCloseable

public abstract class AbstractLocalNode<C extends Config,S extends AbstractStore<C>> extends AbstractNode
A generic implementation of a local (ie., non-remote) node. Specific implementations can subclass this and implement the abstract template methods.