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

refactor!: unify call handlers to `CallHandler` #1399

Closed hal3e closed 1 month ago

hal3e commented 1 month ago

One CallHandler to rule them all.

What was done:

As allays naming ideas are welcome. For example, CallHandler's call should be renamed to something else as it could be one call or multiple calls. call_or_calls sounded weird. Also the Parsable trait could be renamed.

BREAKING CHANGE:

Checklist