Why uniswapV3FlashCallback() was not implemented? #64
Unanswered
itsabinashb
asked this question in
Milestone 3. Cross-tick Swaps
Replies: 1 comment
-
Create an interfaces folder and import them to pool contract —> IUniswapV3MintCallback.sol & IUniswapV3MintCallback.sol
And same for IUniswapV3MintCallback.sol |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While adding Flash functionality we created
IUniswapV3FlashCallback.sol
interface anduniswapV3FlashCallback()
inside it but we didn't implement the function anywhere in repository, why? If we don't implement the function it will not work, isn't it?Beta Was this translation helpful? Give feedback.
All reactions