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

Helper to return the serialized transaction from a transaction object #11

Open
aaroncox opened this issue May 27, 2021 · 0 comments
Open
Milestone

Comments

@aaroncox
Copy link
Member

aaroncox commented May 27, 2021

A nice convenience method would be to add a .serialized get helper on to the Transaction structs. Currently we need to import the Serializer and serialize it ourselves using:

const serializedTransaction = Serializer.encode({ object: transaction }).array;

I'm sure there are more transaction transformation helpers that could also be useful on top of that. It's an area we might want to explore.

@aaroncox aaroncox added this to the Unscheduled milestone Aug 18, 2023
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