algorand / js-algorand-sdk

The official JavaScript SDK for Algorand.
https://algorand.github.io/js-algorand-sdk/
MIT License
287 stars 205 forks source link

REST API: Allow bigints for client args #893

Closed jasonpaulos closed 3 months ago

jasonpaulos commented 3 months ago

Allow the use of bigints in numeric REST API arguments. This is important because our APIs now return block numbers and app/asset IDs as bigints, and it's not consistent if we don't accept bigints where these types are used elsewhere.