Uses of Class
io.hotmoka.node.api.TransactionException
Packages that use TransactionException
-
Uses of TransactionException in io.hotmoka.node.api
Methods in io.hotmoka.node.api that throw TransactionExceptionModifier and TypeMethodDescriptionExpands the store of this node with a transaction that runs a constructor of a class.Expands the store of this node with a transaction that runs an instance method of an object already in this node's store.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.Runs an instance@@Viewmethod of an object already in this node's store.Runs a static@@Viewmethod of a class in this node.