1. Execute the supply transaction
sendTransaction
:1. Get reserve information for vault deployment
2. Deploy a new vault
3. Deposit into a vault
sendWith
method from the Aave SDK is feature-rich and streamlines complex transaction flows. It automatically handles token approvals when required and then sends the main Aave transaction, making the overall process more seamless.
TransactionRequest
and ApprovalRequired
which can be used to handle different transaction scenarios accordingly. This allows for flexible handling of different approval and execution patterns.