aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[Feature Request] Remove U64 / U128 / etc. wrapper types from API

Open banool opened this issue 2 years ago • 0 comments

These types existed to help clients understand the number types they were dealing with, but with an appropriate SDK, these aren't really necessary. In JS (the main reason we do it like this today) this would necessitate a customized JSON.parse function that uses BigInt.

This is a low pri item right now, since the current system works fine.

banool avatar Jul 20 '22 20:07 banool