aptos-core
aptos-core copied to clipboard
[Feature Request] Remove U64 / U128 / etc. wrapper types from API
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.