Giter VIP home page Giter VIP logo

cljs-iota's People

Contributors

transducer avatar

Watchers

 avatar  avatar

cljs-iota's Issues

Return value from find-transactions callback

First let me say I really like using cljs-iota in cljs and I had no problem using it until this.

I'm having trouble with returning a value from a callback.

My code is:

(defn find-transactions
"search transactions associated with an address and return a vector of hashes"
[]
(println "finding transactions")
(iota-api/find-transactions iota-instance {:addresses (list address-to-search)} find-transactions-callback)
)

And the callback function is:

(defn find-transactions-callback [err hashes]
(prn "transactions found" hashes)
hashes
)

I expect this to return a vector of hashes, but i got undefined.

If I do
(.log js/console "hashes are" (find-transactions))

The callback prints to the console :

"transactions found" ["JW9QTNHDLGQYKGHLYHWHYRKTTEVUVBZSHNMLCDLBWVYPROKTCDRAMFGXMIQCEM9YIRXUSZJTEKG999999" "QYKZWELJYAMWPITSTZSXLFFERSGRPBKIOCHSE9KLENRXNBXSGSLBEYW9JUVJYP9QWBJJFKMSUDA999999"]
which means it retrieves the result that I want, but console.log prints

"hashes are" undefined

I don' t know why it doesn't return the vector of hashes.

PS: I can't return anything from the callback. Even doing

(defn find-transactions-callback [err hashes]
"hello"
)

doesnt work. If I do ((.log js/console "hashes are" (find-transactions)) i got " hashes are" nil.

PS2 : I do exactly the same with get-new-address and in the callback i do
(fn [err address] (first address))
and it returns the first address of the vector.

Do you have any idea why?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.