(clear-compiled)
clears all compiled entries
clears all compiled entries
(get-caller-address id)
gets the caller address
gets the caller address
(get-caller-private-key id)
gets the caller private key
gets the caller private key
(get-contract-address id)
gets the contract address
gets the contract address
(update-rt-settings id settings)
updates rt settings
updates rt settings
(with:caller-address [address] & body)
overrides caller address
overrides caller address
(with:caller-payment [payment] & body)
overrides the caller payment
overrides the caller payment
(with:caller-private-key [private-key] & body)
overrides caller private key
overrides caller private key
(with:closed-methods & body)
turns off the open methods flag
turns off the open methods flag
(with:contract-address [address] & body)
overrides contract address
overrides contract address
(with:gas-limit [gas-limit] & body)
sets the gas limit
sets the gas limit
(with:open-methods & body)
forces the open methods flag
forces the open methods flag
(with:params {:keys [clean url contract-address caller-address
caller-private-key caller-payment gas-limit temp stringify
open-methods suppress-errors]}
&
body)
overrides all parameters
overrides all parameters
(with:stringify & body)
stringifies the output
stringifies the output
(with:suppress-errors & body)
suppresses printing of errors
suppresses printing of errors
(with:temp & body)
deploy and run temp contract
deploy and run temp contract
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close