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
I'll take a look and verify this, but there's a good chance that this is a bug in the initial release which will be resolved in the next version which will be released soon. The lookup from addresses to transactions they're involved in was a late addition and it still under development. The much more stable interface is going from transaction outputs to addresses. In the mean time while this is being fixed you could instead iterate over all outputs and check if they are sent to the address in question.
Hello,
I was trying to figure out how BlockSci works, but I was not able to obtain list of transaction for a given address num.
But:
address.txes()
keeps giving me an empty list.
The text was updated successfully, but these errors were encountered: