citp/BlockSci

How to filter txes within a period of time

wdyreborn opened this issue · 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:
error