mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
added comments
This commit is contained in:
parent
5083d84d51
commit
0a13c8e5cf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user