Usage/Acta payments
List all scheduled programmable transfers
Steps to Fetch Recurring Transfers
Create wagmi config
In the first step, create a Wagmi configuration file.
Projects built with Rainbowkit can utilize Rainbowkit's default Wagmi configuration.
Fetch list of recurring transfers
Fetch the list of recurring transfers using the useSIWE()
and useListUserOperations()
hooks. Scheduled recurring transfers are retrieved from the paymaster for the connected EOA wallet.
👏 Congratulations! You have successfully fetched the list of scheduled recurring transfers.