You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: