Uses of Class
io.hotmoka.local.AbstractLocalNode
-
-
Uses of AbstractLocalNode in io.hotmoka.local
Fields in io.hotmoka.local declared as AbstractLocalNode Modifier and Type Field Description protected AbstractLocalNode<? extends C,? extends AbstractStore<? extends C>>AbstractStore. nodeThe node having this store.Constructors in io.hotmoka.local with parameters of type AbstractLocalNode Constructor Description AbstractLocalNode(AbstractLocalNode<C,S> parent)Builds a shallow clone of the given node.AbstractStore(AbstractLocalNode<? extends C,? extends AbstractStore<? extends C>> node)Builds the store for a node.NonInitialResponseBuilder(TransactionReference reference, Request request, AbstractLocalNode<?,?> node)Creates a the builder of the response.
-