finish DVM/DPP flashloan

This commit is contained in:
mingda
2020-11-19 01:02:31 +08:00
parent d1ff214727
commit 7793a16346
5 changed files with 76 additions and 86 deletions

View File

@@ -24,6 +24,13 @@ interface IDODOCallee {
bytes calldata data
) external;
function DPPFlashLoanCall(
address sender,
uint256 baseAmount,
uint256 quoteAmount,
bytes calldata data
) external;
function DPPWithdrawCall(
address sender,
uint256 baseAmount,