Liking cljdoc? Tell your friends :D

district.ui.web3-tx-id.queries


add-tx-hashcljs

(add-tx-hash db tx-id tx-hash & [{:keys [:from :fn]}])

assoc-web3-tx-idcljs

(assoc-web3-tx-id db {:keys [:txs :tx-hashes]})

db-keycljs


dissoc-web3-tx-idcljs

(dissoc-web3-tx-id db)

remove-tx-idcljs

(remove-tx-id db tx-hash)

txcljs

(tx db tx-id & [opts])

tx-error?cljs

(tx-error? db tx-id & [opts])

tx-hashcljs

(tx-hash db tx-id & [opts])

tx-pending?cljs

(tx-pending? db tx-id & [opts])

tx-statuscljs

(tx-status db tx-id & [opts])

tx-success?cljs

(tx-success? db tx-id & [opts])

web3-tx-idcljs

(web3-tx-id db)

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

× close