Liking cljdoc? Tell your friends :D

rt.solidity.compile-common


*caller-address*clj


*caller-payment*clj


*caller-private-key*clj


*clean*clj


*contract-address*clj


*default-caller-address*clj


*default-caller-private-key*clj


*default-url*clj


*gas-limit*clj


*open-methods*clj


*stringify*clj


*suppress-errors*clj


*temp*clj


*temp-runtime*clj


*url*clj


+compiled+clj


+current+clj


clear-compiledclj

(clear-compiled)

clears all compiled entries

clears all compiled entries
raw docstring

get-caller-addressclj

(get-caller-address id)

gets the caller address

gets the caller address
raw docstring

get-caller-private-keyclj

(get-caller-private-key id)

gets the caller private key

gets the caller private key
raw docstring

get-contract-addressclj

(get-contract-address id)

gets the contract address

gets the contract address
raw docstring

get-rt-settingsclj

(get-rt-settings id)

gets saves rt settings

gets saves rt settings
raw docstring

get-urlclj

(get-url rt)

get sthe url for a rt

get sthe url for a rt
raw docstring

set-rt-settingsclj

(set-rt-settings id settings)

sets rt settings

sets rt settings
raw docstring

update-rt-settingsclj

(update-rt-settings id settings)

updates rt settings

updates rt settings
raw docstring

with:caller-addresscljmacro

(with:caller-address [address] & body)

overrides caller address

overrides caller address
raw docstring

with:caller-paymentcljmacro

(with:caller-payment [payment] & body)

overrides the caller payment

overrides the caller payment
raw docstring

with:caller-private-keycljmacro

(with:caller-private-key [private-key] & body)

overrides caller private key

overrides caller private key
raw docstring

with:cleancljmacro

(with:clean [clean] & body)

with clean flag

with clean flag
raw docstring

with:closed-methodscljmacro

(with:closed-methods & body)

turns off the open methods flag

turns off the open methods flag
raw docstring

with:contract-addresscljmacro

(with:contract-address [address] & body)

overrides contract address

overrides contract address
raw docstring

with:gas-limitcljmacro

(with:gas-limit [gas-limit] & body)

sets the gas limit

sets the gas limit
raw docstring

with:open-methodscljmacro

(with:open-methods & body)

forces the open methods flag

forces the open methods flag
raw docstring

with:paramscljmacro

(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
raw docstring

with:stringifycljmacro

(with:stringify & body)

stringifies the output

stringifies the output
raw docstring

with:suppress-errorscljmacro

(with:suppress-errors & body)

suppresses printing of errors

suppresses printing of errors
raw docstring

with:tempcljmacro

(with:temp & body)

deploy and run temp contract

deploy and run temp contract
raw docstring

with:urlcljmacro

(with:url [url] & body)

overrides api url

overrides api url
raw docstring

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

× close