Liking cljdoc? Tell your friends :D

rt.solidity.client


+init+clj


check-node-connectionclj

(check-node-connection {:keys [node] :as rt})

checks that the node connection is present

checks that the node connection is present
raw docstring

contract-fn-nameclj

(contract-fn-name ptr)

gets the name of a pointer

gets the name of a pointer
raw docstring

create-web3-nodeclj

(create-web3-node {:keys [id lang url] :as rt})

invoke-ptr-web3clj

(invoke-ptr-web3 {:keys [mode] :as rt} ptr args)

invokes

invokes
raw docstring

invoke-ptr-web3-callclj

(invoke-ptr-web3-call rt ptr args)

invokes a deployed method

invokes a deployed method
raw docstring

invoke-ptr-web3-checkclj

(invoke-ptr-web3-check contract fn-name args)

raw-eval-web3clj

(raw-eval-web3 {:keys [id lang] :as rt} body)

disables raw-eval for solidity

disables raw-eval for solidity
raw docstring

rt-web3clj

(rt-web3 {:keys [id lang] :as m})

creates an starts a runtime

creates an starts a runtime
raw docstring

rt-web3-stringclj

(rt-web3-string {:keys [id lang config node]})

gets the runtime string

gets the runtime string
raw docstring

rt-web3:createclj

(rt-web3:create {:keys [id lang] :as m})

creates a runtime

creates a runtime
raw docstring

start-web3clj

(start-web3 {:keys [id lang config] :as rt})

starts the solidity rt

starts the solidity rt
raw docstring

stop-web3clj

(stop-web3 {:keys [id lang bench container] :as rt})

stops the solidity rt

stops the solidity rt
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close