Open wdyreborn opened 3 years ago
Hi, I want to filter transactions of an address within a given time period. I have tried Fluent Interface like the code below but get a TypeError. My code: txes = address_info.txes.where(lambda tx: tx.block_time > start_time) Error:
txes = address_info.txes.where(lambda tx: tx.block_time > start_time)
Hi, I want to filter transactions of an address within a given time period. I have tried Fluent Interface like the code below but get a TypeError. My code:
txes = address_info.txes.where(lambda tx: tx.block_time > start_time)
Error: