updated param

This commit is contained in:
Richa-iitr 2022-04-01 10:37:50 +05:30
parent 81c2e5edda
commit a2a635196c

View File

@ -110,6 +110,7 @@ contract AaveV3ImportResolver is AaveHelpers {
* @notice Import EOA's aave V3 position to DSA's aave v3 position
* @param userAccount The address of the EOA from which aave position will be imported
* @param inputData The struct containing all the neccessary input data
* @param permitData The struct containing signed permit data like v,r,s,expiry
*/
function importAave(address userAccount, ImportInputData memory inputData, signedPermits memory permitData)
external