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

Events and Parameters for tx.search? #178

Open
ThinksFast opened this issue Sep 26, 2022 · 0 comments
Open

Events and Parameters for tx.search? #178

ThinksFast opened this issue Sep 26, 2022 · 0 comments

Comments

@ThinksFast
Copy link

Where can I find the options for events and parameters when searching transactions? I couldn’t find documentation in the docs or the code. I want to monitor the amount of LUNC being burned.

Or is there a better way to do this?

https://terra-money.github.io/terra.py/core_modules/tx.html

search(events, params=None)[[source]](https://terra-money.github.io/terra.py/_modules/terra_sdk/client/lcd/api/tx.html#TxAPI.search)[](https://terra-money.github.io/terra.py/core_modules/tx.html#terra_sdk.client.lcd.api.tx.TxAPI.search)
Searches for transactions given criteria.

Parameters
events (dict) – dictionary containing options
params ([APIParams](https://terra-money.github.io/terra.py/guides/pagination.html#terra_sdk.client.lcd.params.APIParams)) – optional parameters
Returns
transaction search results

Return type
dict
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