Interface CanonicalCurrencyPair

A canonical EVM currency pair; currency0 may be the native zero address.

interface CanonicalCurrencyPair {
    currency0: `0x${string}`;
    currency1: `0x${string}`;
}

Hierarchy (View Summary)

Properties

Properties

currency0: `0x${string}`
currency1: `0x${string}`