added comments

This commit is contained in:
bhavik-m 2022-03-09 21:56:51 +05:30
parent 5083d84d51
commit 0a13c8e5cf
3 changed files with 18 additions and 0 deletions

View File

@ -87,6 +87,12 @@ contract AaveV3ImportResolver is AaveHelpers {
);
}
/**
* @dev Import aave V3 position .
* @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
*/
function importAave(address userAccount, ImportInputData memory inputData)
external
payable

View File

@ -87,6 +87,12 @@ contract AaveV3ImportResolver is AaveHelpers {
);
}
/**
* @dev Import aave V3 position .
* @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
*/
function importAave(address userAccount, ImportInputData memory inputData)
external
payable

View File

@ -87,6 +87,12 @@ contract AaveV3ImportResolver is AaveHelpers {
);
}
/**
* @dev Import aave V3 position .
* @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
*/
function importAave(address userAccount, ImportInputData memory inputData)
external
payable