Uses of Interface
io.hotmoka.nodes.Node.CodeSupplier
-
Uses of Node.CodeSupplier in io.hotmoka.nodes
Methods in io.hotmoka.nodes that return Node.CodeSupplierModifier and TypeMethodDescriptionprotected final Node.CodeSupplier<StorageReference>AbstractNode.constructorSupplierFor(TransactionReference reference) Yields a code supplier that polls for the outcome of a transaction that ran a constructor.protected final Node.CodeSupplier<StorageValue>AbstractNode.methodSupplierFor(TransactionReference reference) Yields a code supplier that polls for the outcome of a transaction that ran a method.Posts a transaction that runs a constructor of a class in this node.Posts a transaction that runs an instance method of an object already in this node's store.Posts a request that runs a static method of a class in this node.