Results 104 comments of George

@orbitlens that's the way that `ScInt` was designed initially, but `XdrLargeInt` required the `type` so it came first (bad call at the time in retrospect), so making `XdrLargeInt` -> `Int`...

This is an interesting callout, sorry it took a literal year to get around to this. This would remove the need for some of the code in [`assembleTransaction`](https://stellar.github.io/js-stellar-sdk/lib_rpc_transaction.js.html), but it'd...

There's a few things I'd suggest here: * Your transaction is failing, so there won't be a `returnValue`. You should look for errors during simulation or at the diagnostic events...

I see, thanks for the clarifications. > The contractInt function doesn't return anything right now because I was first trying to print the return value in the browser console. But...