Skip to content

Commit

Permalink
Merge pull request #169 from avadev/21.2.1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
svc-developer authored Mar 26, 2021
2 parents 4d4a6aa + 760620f commit e6cae74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ return client.resolveAddress(address)
});

```
## Release Notes

In the JS-SDK 21.2.1 release, the SDK can now return big integers from API responses.
Big integers in JavaScript are displayed in responses by appending an 'n' to the end of an integer literal. For example, 618368842515476464 -> 618368842515476464n.
Numbers are presented as before. For example, 8456123 -> 8456123.
For more information, refer to the following Mozilla documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt

## SDK Development

Expand Down

0 comments on commit e6cae74

Please sign in to comment.