SwapAndAddPermit2Data

Git Source

struct SwapAndAddPermit2Data {
    SwapAndAddData swapAndAddData;
    PermitBatchTransferFrom permit;
    bytes signature;
}
NameTypeDescription
swapAndAddDataSwapAndAddDataSwapAndAddData struct containing data for swapping one of the tokens for the other and adding liquidity
permitPermitBatchTransferFromPermitBatchTransferFrom struct of signatures containing Permit2 approvals
signaturebytesData containing the signature of msg.sender to verify by Permit2