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

Add Verbosity to GetTxPoolContent API #1468

Open
kehiy opened this issue Aug 12, 2024 · 0 comments
Open

Add Verbosity to GetTxPoolContent API #1468

kehiy opened this issue Aug 12, 2024 · 0 comments
Labels
good first issue Good for newcomers www

Comments

@kehiy
Copy link
Contributor

kehiy commented Aug 12, 2024

The GetTxPoolContentRequest should have Verbosity.

It must have these values:

  1. TRANSACTION_ID
  2. TRANSACTION_INFO

For Transactions ID We just return the list of transaction IDs.
At the same time, we need to add an API to get transaction Info by ID:
GetTxPoolEntry that accepts an ID and returns the transaction info

@kehiy kehiy added good first issue Good for newcomers www labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers www
Projects
None yet
Development

No branches or pull requests

1 participant