Interface Pair

Represents a pair in a decentralized exchange with its associated information.

Hierarchy

  • Pair

Properties

pair: string

The address of the pair.

exchange: Exchange

The exchange information associated with the pair.

token0: Token

The first token in the pair.

token1: Token

The second token in the pair.

reserve0: bigint

The reserve amount of the first token in the pair.

reserve1: bigint

The reserve amount of the second token in the pair.

Generated using TypeDoc