Properties of a FilterList.

interface IFilterList {
    labels?: string[];
}

Implemented by

Properties

Properties

labels?: string[]

A list of Jupiter AMM labels to allow or deny (e.g. 'Raydium', 'Orca')

Generated using TypeDoc