aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface DcaIntegratorFeeData

    Describes an optional integrator fee configuration for advanced usage, allowing a portion of DCA trades to be collected by a third party.

    interface DcaIntegratorFeeData {
        feeBps: number;
        feeRecipient: string;
    }
    Index
    feeBps: number

    The fee in basis points (bps). e.g., 100 => 1%.

    feeRecipient: string

    The Sui address that will receive the fee portion.