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

Addition of Transcation details in get_block callable #763

Open
kuresh-isotrp opened this issue Oct 17, 2024 · 0 comments
Open

Addition of Transcation details in get_block callable #763

kuresh-isotrp opened this issue Oct 17, 2024 · 0 comments

Comments

@kuresh-isotrp
Copy link

Is your feature request related to a problem? Please describe.
Currently I'm trying to fetch the pending transcations from mempool using get_ledger_api_response, what we observerd that we are getting all details to a block but the transcation details are missing only we are getting the transcation hash in an array and the structure of get_ledger_api_response and eqivalent web3 method also different, if we add the transcation details also instead of only transcation hash it will would be great, otherwise we need to use another method to retrive the same infomation.

Describe the solution you'd like
Instad of transcation has , add the transcation details array.

Describe alternatives you've considered
Currenly I'm takking the transcation hash data and looping over and getting the transcation details by using another method.

Additional context
Add any other context or screenshots about the feature request here.

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