Interface NetworkDex

DEX interface representing a decentralized exchange

interface NetworkDex {
    attributes: {
        description: null | string;
        identifier: string;
        logo_url: null | string;
        name: string;
        website: null | string;
    };
    id: string;
    type: string;
}

Hierarchy (View Summary)

Properties

Properties

attributes: {
    description: null | string;
    identifier: string;
    logo_url: null | string;
    name: string;
    website: null | string;
}

Type declaration

  • description: null | string

    DEX description

  • identifier: string

    DEX identifier

  • logo_url: null | string

    URL to DEX logo

  • name: string

    DEX name

  • website: null | string

    DEX website URL

id: string

Unique identifier for the entity

type: string

Type of the entity