js-algorand-sdk
js-algorand-sdk copied to clipboard
The official JavaScript SDK for Algorand.
### Subject of the issue Decoding transaction using `algosdk.decodeObj` will fail. The same procedure using `msgpack-lite` decode function will go thru without problems. ### Your environment ### Steps to reproduce...
### Subject of the issue I noticed that the TypeScript interface for `algosdk.modelsv2.Account` is incorrect. The interface uses camel-case keys (`createdApps`) but the actual object uses hyphenated keys (`created-apps`). I...
I'm sure there are more of these and really we should just fix the null checker
Fix issue #414 Checks are expected to fail and will need to be rewritten to allow this query param.
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...
### Subject of the issue I'm trying to lookup holders of a given asset where they hold >0 tokens. When I call `client.lookupAssetBalances(asset_id).currencyGreaterThan(0).do()` the resultant request has no `currency-greater-than` GET...
This would be useful
## Problem verifyBytes() checks for the prefix appended with MX, but sign functions such as signTransaction() append TX to the front. This then causes the verifyBytes() function to return false...