Interface FormattedDex

Formatted DEX interface

interface FormattedDex {
    description: null | string;
    identifier: string;
    logoUrl: null | string;
    name: string;
    website: null | string;
}

Properties

description: null | string
identifier: string
logoUrl: null | string
name: string
website: null | string