§13.7 — Fee routing configuration. Allocations must sum to 10000 bp.

interface FeeModule {
    allocations: FeeAllocation[];
    baseRateBasisPoints: number;
}

Properties

allocations: FeeAllocation[]
baseRateBasisPoints: number