Commit 7aee4a8 1 parent e50ac26 commit 7aee4a8 Copy full SHA for 7aee4a8
File tree 4 files changed +4
-3
lines changed
bindings/wasm/iota_interaction_ts
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright 2020-2025 IOTA Stiftung
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
+ export * as iota_client_helpers from "./iota_client_helpers" ;
4
5
export * as move_calls from "./move_calls" ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ use identity_iota_interaction::AssetMoveCalls;
20
20
use identity_iota_interaction:: MoveType ;
21
21
use identity_iota_interaction:: ProgrammableTransactionBcs ;
22
22
23
- #[ wasm_bindgen( module = "move_calls/asset" ) ]
23
+ #[ wasm_bindgen( module = "@iota/iota-interaction-ts/ move_calls/asset" ) ]
24
24
extern "C" {
25
25
#[ wasm_bindgen( js_name = "create" , catch) ]
26
26
pub ( crate ) async fn new_asset (
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ impl WasmSharedObjectRef {
366
366
}
367
367
}
368
368
369
- #[ wasm_bindgen( module = "/lib /iota_client_helpers.ts " ) ]
369
+ #[ wasm_bindgen( module = "@iota/iota-interaction-ts /iota_client_helpers" ) ]
370
370
extern "C" {
371
371
// Please note: For unclear reasons the `typescript_type` name and the `pub type` name defined
372
372
// in wasm_bindgen extern "C" scopes must be equal. Otherwise, the JS constructor will not be
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use crate::bindings::WasmSharedObjectRef;
15
15
use crate :: error:: TsSdkError ;
16
16
use crate :: error:: WasmError ;
17
17
18
- #[ wasm_bindgen( module = "move_calls" ) ]
18
+ #[ wasm_bindgen( module = "@iota/iota-interaction-ts/ move_calls" ) ]
19
19
extern "C" {
20
20
#[ wasm_bindgen( js_name = "migrateDidOutput" , catch) ]
21
21
async fn migrate_did_output_impl (
You can’t perform that action at this time.
0 commit comments