Thrown when transaction nonce retrieval fails during gasless operations.
Remarks
This error occurs when the SDK cannot retrieve the user's current nonce from
smart contracts, preventing gasless transaction submission. Nonces are critical
for preventing replay attacks in signed transactions.
Recovery strategies:
Retry nonce retrieval after brief delay
Check wallet connection and account status
Use manual nonce specification if supported by the operation
Thrown when transaction nonce retrieval fails during gasless operations.
Remarks
This error occurs when the SDK cannot retrieve the user's current nonce from smart contracts, preventing gasless transaction submission. Nonces are critical for preventing replay attacks in signed transactions.
Recovery strategies:
Example