Uses of Class
io.hotmoka.node.api.ClosedNodeException
Packages that use ClosedNodeException
-
Uses of ClosedNodeException in io.hotmoka.node.api
Methods in io.hotmoka.node.api that throw ClosedNodeExceptionModifier and TypeMethodDescriptionExpands the store of this node with a transaction that runs a constructor of a class.Node.addGameteCreationTransaction(GameteCreationTransactionRequest request) Expands the store of this node with a transaction that creates a gamete, that is, an externally owned contract with the given initial amount of coins, of classio.takamaka.code.lang.Gamete.voidNode.addInitializationTransaction(InitializationTransactionRequest request) Expands the store of this node with a transaction that marks the node as initialized and installs its manifest.Expands the store of this node with a transaction that runs an instance method of an object already in this node's store.Expands the store of this node with a transaction that installs a jar in it.Node.addJarStoreTransaction(JarStoreTransactionRequest request) Expands the store of this node with a transaction that installs a jar in it.Expands the store of this node with a transaction that runs a static method of a class in this node.CodeFuture.get()Waits if necessary for the transaction to complete, and then retrieves its result.JarFuture.get()Waits if necessary for the transaction to complete, and then retrieves its result.Node.getClassTag(StorageReference object) Yields the class tag of the object with the given storage reference.ConsensusConfig<?, ?> Node.getConfig()Yields the consensus configuration of this node.Node.getIndex(StorageReference object) Yields information about the transactions that have affected the given object.Node.getInfo()Yields node-specific information about the node.Node.getManifest()Yields the manifest installed in the store of the node, when the node was initialized.Node.getPolledResponse(TransactionReference reference) Waits until a transaction has been committed, or until its delivering fails.Node.getRequest(TransactionReference reference) Yields the request that generated the transaction with the given reference.Node.getResponse(TransactionReference reference) Yields the response generated for the request for the given transaction.Node.getState(StorageReference object) Yields the current state of the object at the given storage reference.Node.getTakamakaCode()Yields the reference to the jar installed in the store of the node, when the node was initialized, containing the classes of the Takamaka runtime.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.Node.postJarStoreTransaction(JarStoreTransactionRequest request) Posts a transaction that expands the store of this node with a transaction that installs a jar in it.Posts a request that runs a static method of a class in this node.Runs an instance@@Viewmethod of an object already in this node's store.Runs a static@@Viewmethod of a class in this node.Node.subscribeToEvents(StorageReference creator, BiConsumer<StorageReference, StorageReference> handler) Subscribes the given handler for events with the given creator.