wdyreborn opened this issue 4 years ago · 0 comments
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)