Account Abstraction EIP-5792
EIP-5792 brings a standard for abstracted actions—combine transaction batching, bundling, and paymasters with a unified smart account interface
Getting the wallet capabilities
Get the capabilities of the connected wallet using the useCapabilities hook
Code
Preview
Sending calls to the wallet
Send batched calls to the connected wallet using the useSendCalls hook
Code
Preview