nqs_sdk.bindings.protocols.uniswap_v3.tx_generators.uniswap_v3_historical module

class nqs_sdk.bindings.protocols.uniswap_v3.tx_generators.uniswap_v3_historical.UniswapV3HistoricalTxGenerator(pool)[source]

Bases: HistoricalTxGenerator

__init__(pool)[source]
get_transactions(start_block, end_block)[source]
Return type:

list[Transaction]

cache_transactions(start_block, end_block)[source]
Return type:

None

get_next_block(current_block)[source]
Return type:

Optional[int]

property protocol_id: str