(check-node-connection {:keys [node] :as rt})
checks that the node connection is present
checks that the node connection is present
(contract-fn-name ptr)
gets the name of a pointer
gets the name of a pointer
(create-web3-node {:keys [id lang url] :as rt})
(invoke-ptr-web3-call rt ptr args)
invokes a deployed method
invokes a deployed method
(invoke-ptr-web3-check contract fn-name args)
(raw-eval-web3 {:keys [id lang] :as rt} body)
disables raw-eval for solidity
disables raw-eval for solidity
(rt-web3 {:keys [id lang] :as m})
creates an starts a runtime
creates an starts a runtime
(rt-web3-string {:keys [id lang config node]})
gets the runtime string
gets the runtime string
(rt-web3:create {:keys [id lang] :as m})
creates a runtime
creates a runtime
(start-web3 {:keys [id lang config] :as rt})
starts the solidity rt
starts the solidity rt
(stop-web3 {:keys [id lang bench container] :as rt})
stops the solidity rt
stops the solidity rt
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close