You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Add
wasm_bindgen
support forfuel-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:
Check
transaction.The text was updated successfully, but these errors were encountered: