Interface FeeAllocation

§13.7 — Single fee recipient and their share in basis points.

interface FeeAllocation {
    basisPoints: number;
    recipient: string;
}

Properties

basisPoints: number
recipient: string