Liking cljdoc? Tell your friends :D

cljs-web3-next.utils


address->checksumcljs

(address->checksum provider address)
source

address?cljs

(address? provider address)
source

from-asciicljs

(from-ascii provider arg)
source

from-weicljs

(from-wei provider number & [unit])
source

number-to-hexcljs

(number-to-hex provider number)
source

sha3cljs

(sha3 provider arg)
source

solidity-sha3cljs

(solidity-sha3 provider arg & args)
source

to-asciicljs

(to-ascii provider arg)
source

to-hexcljs

(to-hex provider arg)

Will auto convert any given value to HEX. Number strings will interpreted as numbers. Text strings will be interpreted as UTF-8 strings.

Will auto convert any given value to HEX.
Number strings will interpreted as numbers.
Text strings will be interpreted as UTF-8 strings.
sourceraw docstring

to-weicljs

(to-wei provider number & [unit])
source

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

× close