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
#1030 changed to leverage `BigInt` to represent int64, which leads to the type error of the client example. This PR fixes the type error by updating the client example to use `BigInt` instead of `number`.
Fix: #1145
0 commit comments