Liking cljdoc? Tell your friends :D

rt.solidity.compile-node


rt-get-addressclj

(rt-get-address & [rt])

gets the address of the signer

gets the address of the signer
raw docstring

rt-get-caller-addressclj

(rt-get-caller-address & [rt])

gets the caller address

gets the caller address
raw docstring

rt-get-caller-private-keyclj

(rt-get-caller-private-key & [rt])

gets the caller private-key

gets the caller private-key
raw docstring

rt-get-contractclj

(rt-get-contract & [address rt])

gets the current contract

gets the current contract
raw docstring

rt-get-contract-addressclj

(rt-get-contract-address & [rt])

gets the current contract address

gets the current contract address
raw docstring

rt-get-idclj

(rt-get-id & [rt])

gets the rt node id

gets the rt node id
raw docstring

rt-get-nodeclj

(rt-get-node & [rt])

gets the node runtime

gets the node runtime
raw docstring

rt-set-contractclj

(rt-set-contract address m & [rt])

TODO

TODO
raw docstring

rt:node-evalclj

(rt:node-eval form & [rt])

evaluates a form in the node runtime

evaluates a form in the node runtime
raw docstring

rt:node-get-balanceclj

(rt:node-get-balance & [address rt])

gets the current balance

gets the current balance
raw docstring

rt:node-get-block-numberclj

(rt:node-get-block-number & [rt])

TODO

TODO
raw docstring

rt:node-past-eventsclj

(rt:node-past-events name & [opts address rt])

gets past events

###_(compile-node/rt:node-past-events) => vector?

gets past events

#_#_#_(compile-node/rt:node-past-events)
=> vector?
raw docstring

rt:node-pingclj

(rt:node-ping & [rt])

pings the node

pings the node
raw docstring

rt:send-weiclj

(rt:send-wei to-address amount & [rt])

TODO

TODO
raw docstring

with:measurecljmacro

(with:measure & body)

measures balance change before and after call

measures balance change before and after call
raw docstring

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

× close