# CalculatedFees

Git Source

struct CalculatedFees {
    uint256 totalFees;
    uint256 totalBP;
    FeeAllocation[] feeAllocations;
}