Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to filter txes within a period of time #451

Open
wdyreborn opened this issue Feb 23, 2021 · 0 comments
Open

How to filter txes within a period of time #451

wdyreborn opened this issue Feb 23, 2021 · 0 comments

Comments

@wdyreborn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant