You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are using Int.BigInt() always reallocate a new pointer. Better if we can access directly into Int.i.
I reached out to sdk team at 17772 and they will have the API that we need.
The text was updated successfully, but these errors were encountered:
Right now we are using
Int.BigInt()
always reallocate a new pointer. Better if we can access directly intoInt.i
.I reached out to sdk team at 17772 and they will have the API that we need.
The text was updated successfully, but these errors were encountered: