FuelLabs / sway-applications

Swaypplications
https://sway-applications.vercel.app/
Apache License 2.0
1.58k stars 540 forks source link

Multisig: move `Bytes` implementation #723

Open K1-R1 opened 1 year ago

K1-R1 commented 1 year ago

In multisig-wallet/project/contracts/multisig-contract/src/data_structures/hashing.sw there is an impl block for Bytes. This functionality should be moved to an external library (such as sway-libs) and imported into the multisig.