Permits
Inherits: Masks, PermitUtils, DeltaErrors
Functions
_permit
Executes a permit operation
Supports token permits, Aave V3 credit permits, and flag-based lending permits
Note: calldata-offset-table:
| Offset | Length (bytes) | Description |
|---|---|---|
| 0 | 1 | permitOperation |
| 1 | 20 | asset |
| 21 | 2 | permitLength |
| 23 | permitLength | data |
function _permit(uint256 currentOffset, address callerAddress) internal returns (uint256);
Parameters
| Name | Type | Description |
|---|---|---|
currentOffset |
uint256 |
Current position in the calldata |
callerAddress |
address |
Address of the caller |
Returns
| Name | Type | Description |
|---|---|---|
<none> |
uint256 |
Updated calldata offset after processing |