Liking cljdoc? Tell your friends :D

cljs-web3.api


-from-weicljs

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

-get-blockcljs

(-get-block this
            provider
            block-hash-or-number
            return-transactions?
            &
            [callback])
source

-get-block-numbercljs

(-get-block-number this provider & [callback])
source

-get-past-eventscljs

(-get-past-events this contract-instance event opts & [callback])
source

-get-past-logscljs

(-get-past-logs this provider opts & [callback])
source

-get-transaction-receiptcljs

(-get-transaction-receipt this provider tx-hash & [callback])
source

-is-listening?cljs

(-is-listening? this provider & [callback])
source

-on-connectcljs

(-on-connect this provider & [callback])
source

-on-disconnectcljs

(-on-disconnect this provider & [callback])
source

-on-errorcljs

(-on-error this provider & [callback])
source

-subscribe-eventscljs

(-subscribe-events this contract-instance event opts & [callback])
source

-subscribe-logscljs

(-subscribe-logs this provider opts & [callback])
source

-to-weicljs

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

-unsubscribecljs

(-unsubscribe this subscription & [callback])
source

Web3Apicljsprotocol

-connected?cljs

(-connected? this provider)

-connection-urlcljs

(-connection-url this provider)

-current-providercljs

(-current-provider this provider)

-subscribe-logs*cljs

(-subscribe-logs* this provider opts G__1053)

-to-wei*cljs

(-to-wei* this provider number G__1048)

-on-connect*cljs

(-on-connect* this provider G__1043)

-subscribe-events*cljs

(-subscribe-events* this contract-instance event opts G__1052)

-http-providercljs

(-http-provider this uri)

-get-past-events*cljs

(-get-past-events* this contract-instance event opts G__1055)

-oncljs

(-on this event-emitter event callback)

-from-wei*cljs

(-from-wei* this provider number G__1047)

-sha3cljs

(-sha3 this provider arg)

-to-asciicljs

(-to-ascii this provider arg)

-number-to-hexcljs

(-number-to-hex this provider number)

-solidity-sha3cljs

(-solidity-sha3 this provider G__1046)

-accountscljs

(-accounts this provider)

-contract-callcljs

(-contract-call this contract-instance method args opts)

-clear-subscriptionscljs

(-clear-subscriptions this provider)

-contract-sendcljs

(-contract-send this contract-instance method args opts)

-get-transaction-receipt*cljs

(-get-transaction-receipt* this provider tx-hash G__1049)

-on-disconnect*cljs

(-on-disconnect* this provider G__1044)

-disconnectcljs

(-disconnect this provider)

-get-past-logs*cljs

(-get-past-logs* this provider opts G__1056)

-extendcljs

(-extend this provider property methods)

-mine-blockcljs

(-mine-block this provider)

-set-providercljs

(-set-provider this provider new-provider)

-from-asciicljs

(-from-ascii this provider arg)

-contract-atcljs

(-contract-at this provider abi address)

-decode-logcljs

(-decode-log this provider abi data topics)

-is-listening?*cljs

(-is-listening?* this provider G__1042)

-websocket-providercljs

(-websocket-provider this uri)

-address?cljs

(-address? this provider address)

-encode-abicljs

(-encode-abi this contract-instance method args)

-get-block-number*cljs

(-get-block-number* this provider G__1050)

-on-error*cljs

(-on-error* this provider G__1045)

-unsubscribe*cljs

(-unsubscribe* this subscription G__1054)

-increase-timecljs

(-increase-time this provider seconds)

-get-block*cljs

(-get-block* this provider block-hash-or-number return-transactions? G__1051)
source

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

× close