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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Expected behavior
API Client's
Transaction.create()
should handle custom transaction nonces provided in string format.Actual behavior
If a nonce is provided in string format, it will default to account nonce because of missing
typeof
operator.Steps to reproduce
Invoke
Transaction.create()
and provide a custom nonce in string format.The text was updated successfully, but these errors were encountered: