web3.js
web3.js copied to clipboard
Validation: create ABI to ZOD to improve perfomance
Expected behavior
The idea is to create a new recursive function that converts ABI directly to a ZOD object
Actual behavior
Now when we try to validate ABI it converts to JSON Schema and then to ZOD.
can I work on this?
Need to investigate first on improvement this would bring.