Wallet Call API
Summary
JSON-RPC methods for sending multiple calls from the user's wallet, and checking their status.
Why It Matters
EIP-5792 defines a standard way for apps to request wallets to bundle multiple operations into a single onchain transaction. This allows for better user experience for many DeFi applications. For example, this allows token approval transactions to be bundled together with the transaction that spends those tokens, all signed and executed as a single operation by the user.