RemoveLiquidityData
struct RemoveLiquidityData {
/// @notice The original remove-liquidity intent.
RemoveLiquidityIntent intent;
/// @notice Permit2 SignatureTransfer parameters authorizing LP token transfer.
SignatureTransferParams signatureTransferParams;
/// @notice Block timestamp when the intent was recorded.
uint256 createdAt;
/// @notice The keccak256 hash uniquely identifying this intent.
RemoveLiquidityIntentHash hash;
}Last updated
Was this helpful?