Parser used by custom methods to validate or transform raw JSON-RPC params.
A Zod schema can be passed directly because schemas expose a compatible parse(...) method.
parse(...)
Parses raw JSON-RPC params into the handler's typed params.
Parser used by custom methods to validate or transform raw JSON-RPC params.
A Zod schema can be passed directly because schemas expose a compatible
parse(...)method.