arweave-python-client icon indicating copy to clipboard operation
arweave-python-client copied to clipboard

arql fixes for python-arweave-lib

Open ross-spencer opened this issue 2 years ago • 0 comments

arql wih transaction data was not returning a list of transactions (it was only returning None. It has been refactored to return None early and return transactions on the happy-path.

The README imports for the same function contained a typo and were incomplete and so those have just been updated to read correctly.

ross-spencer avatar Jul 03 '23 06:07 ross-spencer