This repository has been archived by the owner on May 9, 2023. It is now read-only.
This repository has been archived by the owner on May 9, 2023. It is now read-only.
Open
Description
Description
Create a special value ALL
that can be used as the first
argument in list queries to fetch all entities.
Example
swaps = uniswapV2.Query.swaps(
orderBy=uniswapV2.Swap.timestamp,
orderDirection='desc',
first=ALL
)