Skip to main content

TypeScript shape

interface PooledTokenValues {
  token0: string | null;
  token1: string | null;
}
token0
String
Amount of token0 in the pool.
token1
String
Amount of token1 in the pool.