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
Copy file name to clipboardExpand all lines: docs/adr/ADR-0003-typed-transactions-sponsorship.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,10 @@ Standard Ethereum JSON-RPC types do not support sponsorship fields. We must exte
215
215
***Transactions:**`eth_getTransactionByHash` response MUST include `feePayer` (address) if present.
216
216
***Receipts:**`eth_getTransactionReceipt` MUST indicate the effective gas payer for indexing purposes.
217
217
218
+
## Client Integration (Viem)
219
+
220
+
We will use **Viem** and create a **custom client** based on the Viem custom client pattern (see: `https://viem.sh/docs/clients/custom`). This client will encapsulate `0x76` transaction creation and sponsorship signing.
0 commit comments