citp / BlockSci

A high-performance tool for blockchain science and exploration
https://citp.github.io/BlockSci/
GNU General Public License v3.0
1.34k stars 259 forks source link

How to filter txes within a period of time #451

Open wdyreborn opened 3 years ago

wdyreborn commented 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: error