Interface PairInfo

Hierarchy

  • PairInfo

Properties

base: TokenInfo
baseAdapterType: string
decimals: number
extensions?: {
    [key: string]: {
        [key: string]: {
            [key: string]: ExtensionValue;
        } | ExtensionValue;
    } | ExtensionValue;
}

Type declaration

  • [key: string]: {
        [key: string]: {
            [key: string]: ExtensionValue;
        } | ExtensionValue;
    } | ExtensionValue
logoURI?: string
name?: string
priceOracleAddress: string
quote: TokenInfo
quoteAdapterType: string
tags?: string[]

Generated using TypeDoc