dxod repo init
This commit is contained in:
6
src/IPartyFlashCallback.sol
Normal file
6
src/IPartyFlashCallback.sol
Normal file
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity ^0.8.30;
|
||||
|
||||
interface IPartyFlashCallback {
|
||||
function partyFlashCallback(uint256[] memory loanAmounts, uint256[] memory repaymentAmounts, bytes calldata data) external;
|
||||
}
|
||||
Reference in New Issue
Block a user