FuelLabs / fuels-rs

Fuel Network Rust SDK
https://fuellabs.github.io/fuels-rs
Apache License 2.0
44.35k stars 1.33k forks source link

`ScriptTransaction` and `CreateTransaction` expose `fuel_tx::Input` #1375

Open segfault-magnet opened 2 months ago

segfault-magnet commented 2 months ago

and fuel_tx::Input is not useable through fuels. We should either change tx.inputs() so it returns the fuels Input type or reexpose fuel_tx::Input (that will cause confusion as to which one should be imported).

When the change is made make sure to remove the fuel-tx dep from the e2e tests.