AddLiquidityData

Git Source

struct AddLiquidityData {
    uint256 amount0;
    uint256 amount1;
    address vault;
}