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 wasm_bindgen support for fuel-tx #579

Closed
xgreenx opened this issue Sep 5, 2023 · 1 comment · Fixed by #645
Closed

Add wasm_bindgen support for fuel-tx #579

xgreenx opened this issue Sep 5, 2023 · 1 comment · Fixed by #645
Assignees

Comments

@xgreenx
Copy link
Collaborator

xgreenx commented Sep 5, 2023

Add wasm_bindgen support for fuel-tx crate as we did in #499.

Because we need to create wrappers for enums(they are not supported natively), we need to agree with the TS SDK team on which functionality they need. The most valuable are:

  • Canonical serialization and deserialization of all types.
  • Validation rules of Check transaction.
@xgreenx xgreenx self-assigned this Sep 5, 2023
@xgreenx xgreenx removed their assignment Sep 27, 2023
@Dentosal
Copy link
Member

@FuelLabs/sdk-ts In addition to serialization/deserialization and validation rules, what other parts would be useful?

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

Successfully merging a pull request may close this issue.

2 participants