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

Encoded transaction object breaks compatibility with eosjs library. #41

Open
oliviera9 opened this issue Jan 11, 2023 · 2 comments
Open

Comments

@oliviera9
Copy link

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

This encoding breaks compatibility with eosjs.
The resulting object is not iterable, as needed by eosjs.

@oliviera9
Copy link
Author

This should be a result of the major update to 3.0.0.

@oliviera9 oliviera9 reopened this Jan 12, 2023
@envin3
Copy link

envin3 commented Jan 12, 2023

This should be a result of the major update to 3.0.0.

I couldn't find documentation for this. Is this actually expected?

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

2 participants