feat: update new interface in codebase

This commit is contained in:
royvardhan
2025-02-13 20:54:54 +05:30
parent a309825769
commit bd1971334e
10 changed files with 357 additions and 231 deletions

View File

@@ -27,7 +27,7 @@ interface IExecutor {
function handleCallback(
bytes calldata callbackData
) external returns (address tokenOwed, uint256 amountOwed);
) external returns (bytes memory result);
}
interface IExecutorErrors {