Summary
The Python and Alloy (Rust) client docs both have dedicated pages covering SRC20 event decryption with examples and full workflows. The TypeScript (viem) docs only mention watchSRC20EventsWithKey() in action summary tables on the shielded public client page — there's no dedicated page with usage examples or parameter documentation.
What's needed
A page at docs/gitbook/clients/typescript/viem/event-decryption.md (or similar) covering:
- How to watch for and decrypt SRC20 Transfer/Approval events
watchSRC20EventsWithKey() usage with parameters and examples
- Viewing key registration and management
- Historical event fetching and decryption
For reference
- Alloy equivalent:
docs/gitbook/clients/alloy/src20/event-decryption.md
- Python equivalent:
docs/gitbook/clients/python/src20/event-watching/README.md
Discovered during docs audit of the Events page in the Seismic Solidity section.
Summary
The Python and Alloy (Rust) client docs both have dedicated pages covering SRC20 event decryption with examples and full workflows. The TypeScript (viem) docs only mention
watchSRC20EventsWithKey()in action summary tables on the shielded public client page — there's no dedicated page with usage examples or parameter documentation.What's needed
A page at
docs/gitbook/clients/typescript/viem/event-decryption.md(or similar) covering:watchSRC20EventsWithKey()usage with parameters and examplesFor reference
docs/gitbook/clients/alloy/src20/event-decryption.mddocs/gitbook/clients/python/src20/event-watching/README.mdDiscovered during docs audit of the Events page in the Seismic Solidity section.