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 a util for parsing the rpc._getTransaction #1091

Open
kalepail opened this issue Oct 24, 2024 · 0 comments
Open

Add a util for parsing the rpc._getTransaction #1091

kalepail opened this issue Oct 24, 2024 · 0 comments

Comments

@kalepail
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Often you will use a backend service to submit your transactions and then forward the raw response back to your frontend. This leaves you in a state needing to parse that raw JSON back into some form. This is tedious, error prone, and unnecessary given these utils already exist privately in the JS SDK.

Describe the solution you'd like
We have utils for parsing raw simulation, we should also provide a util for parsing a raw transaction get request.

Describe alternatives you've considered
Writing it by hand. Manually converting the xdr to it's relevant types. Ew.

@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

No branches or pull requests

1 participant