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
The traits AssetMoveCalls, IdentityMoveCalls and MigrationMoveCalls are defined in identity_iota_interaction/src/move_call_traits.rs
We need implementations for these traits using the Typescript IOTA Client SDK similar to those implementations using
the Rust SDK contained in identity_iota_core/src/iota_interaction_rust/asset_move_calls.rs, .../migration_move_calls.rs and ...identity_move_calls.rs.
The best solution to implement this, might be to implement the move calls in Typescript and call the TS functions via wasm32-bindgen generated bindings.
The text was updated successfully, but these errors were encountered:
chrisgitiota
added
Rust
Related to the core Rust code. Becomes part of the Rust changelog.
Wasm
Related to Wasm bindings. Becomes part of the Wasm changelog
labels
Nov 25, 2024
The traits
AssetMoveCalls
,IdentityMoveCalls
andMigrationMoveCalls
are defined in identity_iota_interaction/src/move_call_traits.rsWe need implementations for these traits using the Typescript IOTA Client SDK similar to those implementations using
the Rust SDK contained in identity_iota_core/src/iota_interaction_rust/asset_move_calls.rs, .../migration_move_calls.rs and ...identity_move_calls.rs.
The best solution to implement this, might be to implement the move calls in Typescript and call the TS functions via wasm32-bindgen generated bindings.
The text was updated successfully, but these errors were encountered: