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 new txpool trait function for retrieving 1 pooled tx by hash #6761

Closed
mattsse opened this issue Feb 23, 2024 · 1 comment
Closed

Add new txpool trait function for retrieving 1 pooled tx by hash #6761

mattsse opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented Feb 23, 2024

Describe the feature

Basically same as:

fn get_pooled_transaction_elements(
&self,
tx_hashes: Vec<TxHash>,
limit: GetPooledTransactionLimit,
) -> Vec<PooledTransactionsElement>;

but with a single hash as arg

ref #6760

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Feb 23, 2024
@mattsse mattsse added A-rpc Related to the RPC implementation and removed S-needs-triage This issue needs to be labelled labels Feb 23, 2024
@gr4yha7
Copy link
Contributor

gr4yha7 commented Feb 25, 2024

@mattsse can I take this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants