We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c291d commit 74cf49fCopy full SHA for 74cf49f
src/interfaces/IAsyncCSMM.sol
@@ -6,7 +6,6 @@ import { PoolKey } from "v4-core/types/PoolKey.sol";
6
7
interface IAsyncCSMM is IAsyncSwap {
8
9
-
10
struct UserParams {
11
address user;
12
address executor;
src/interfaces/IRouter.sol
@@ -16,7 +16,6 @@ interface IRouter {
16
IAsyncSwap.AsyncOrder order;
17
}
18
19
20
function swap(IAsyncSwap.AsyncOrder calldata order, bytes calldata userData) external;
21
22
function fillOrder(IAsyncSwap.AsyncOrder calldata order, bytes calldata userData) external;
0 commit comments