Uses of Class
io.hotmoka.node.api.TransactionRejectedException
Packages that use TransactionRejectedException
-
Uses of TransactionRejectedException in io.hotmoka.node.api
Methods in io.hotmoka.node.api that throw TransactionRejectedExceptionModifier 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.getPolledResponse(TransactionReference reference) Waits until a transaction has been committed, or until its delivering fails.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.