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 Sep 26, 2024. It is now read-only.
We currently have zod library verifying our input on backend, but we declare some types (like accountId / blockHash / blockId / receiptId / transactionHash) as plain strings, though we can implement a more refined verification.
This issue is a reminder to myself to implement this kind of verification.
The text was updated successfully, but these errors were encountered:
We currently have
zod
library verifying our input on backend, but we declare some types (likeaccountId
/blockHash
/blockId
/receiptId
/transactionHash
) as plain strings, though we can implement a more refined verification.This issue is a reminder to myself to implement this kind of verification.
The text was updated successfully, but these errors were encountered: