Execute a quote and get updates on its progress
Property | Description | Required |
---|---|---|
quote | A valid quote retrieved using the getQuote action | ✅ |
wallet | A valid WalletClient from viem or an adapted wallet generated from an adapter that meets this interface. | ✅ |
depositGasLimit | The gas limit used for the deposit transaction. | ❌ |
onProgress | Callback to update UI state as execution progresses. Can also be used to get the transaction hash for a given step item. The following data points are returned: steps , fees , breakdown , txHashes , currentStep , currentStepItem , details | ❌ |