[Task] Make IotaTransactionBlockResponse related types exported from iota_interaction_ts and iota_interaction_rust easier to distinguish #1514
Labels
No changelog
Excludes PR from becoming part of any changelog
Milestone
Description
In the current implementation of iota_interaction_ts we have following
pub use
s in bindings/wasm/iota_interaction_ts/src/lib.rs:The name
IotaTransactionBlockResponseAdapter
is used forbindings::IotaTransactionBlockResponseAdapter
and also as an alias for the exportetiota_client_ts_sdk::IotaTransactionBlockResponseProvider
.This does not result in name clashes but is very confusing.
The text was updated successfully, but these errors were encountered: