Uses of Class
io.hotmoka.local.AbstractLocalNode
-
Uses of AbstractLocalNode in io.hotmoka.local
Fields in io.hotmoka.local declared as AbstractLocalNodeModifier and TypeFieldDescriptionprotected final AbstractLocalNode<? extends C,? extends AbstractStore<? extends C>> AbstractStore.nodeThe node having this store.Constructors in io.hotmoka.local with parameters of type AbstractLocalNodeModifierConstructorDescriptionprotectedAbstractLocalNode(AbstractLocalNode<C, S> parent) Builds a shallow clone of the given node.protectedAbstractStore(AbstractLocalNode<? extends C, ? extends AbstractStore<? extends C>> node) Builds the store for a node.protectedNonInitialResponseBuilder(TransactionReference reference, Request request, AbstractLocalNode<?, ?> node) Creates a the builder of the response.