safe-eth-py
safe-eth-py copied to clipboard
Refactor `get_transactions` method of `transaction_service_api` to allow sending query params
Currently, it is not possible to send filtering parameters to the get_transactions
method of the transaction_service_api
client.
It would be necessary to add the parameters allowed by the API and thus have the same functionality in safe-eth-py.