You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ISettlerActions.sol
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ interface ISettlerActions {
8
8
function TRANSFER_FROM(addressrecipient, ISignatureTransfer.PermitTransferFrom memorypermit, bytesmemorysig)
9
9
external;
10
10
11
+
// @dev msgValue is interpreted as an upper bound on the expected msg.value, not as an exact specification
12
+
function NATIVE_CHECK(uint256deadline, uint256msgValue) external;
13
+
11
14
/// @dev Transfer funds from metatransaction requestor into the Settler contract using Permit2. Only for use in `Settler.executeMetaTxn` where the signature is provided as calldata
12
15
function METATXN_TRANSFER_FROM(addressrecipient, ISignatureTransfer.PermitTransferFrom memorypermit) external;
0 commit comments