FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.76k stars 5.36k forks source link

Support `Output::Change` in `output_asset_to()` and `output_asset_id()` #6562

Closed bitzoic closed 6 days ago

bitzoic commented 1 week ago

Description

Support to get the to and asset_id fields of an Output::Change were added in https://github.com/FuelLabs/fuel-vm/pull/675. The std-lib now enables this.

Checklist