Improve Wasm mapping of u128
Open
- Dominant language
- Rust
- Stars
- 59
- Forks
- 41
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 49
Description
Currently, some u128 fields in the SDK's API need to be exposed as Strings on Wasm due to this [serde issue](https://github.com/serde-rs/json/issues/625).
We should figure out a fix or workaround so that all u128 values are properly mapped to js `BigInt`.
Contributor guide
Assessment
This issue has not been assessed yet.