RebalanceResult
struct RebalanceResult {
uint256 amount0Minted;
uint256 amount1Minted;
uint256 amount0Burned;
uint256 amount1Burned;
uint256 fee0;
uint256 fee1;
uint256 managerFee0;
uint256 managerFee1;
}
struct RebalanceResult {
uint256 amount0Minted;
uint256 amount1Minted;
uint256 amount0Burned;
uint256 amount1Burned;
uint256 fee0;
uint256 fee1;
uint256 managerFee0;
uint256 managerFee1;
}