How to get "address" and "code" of predicate using fuels-rs v0.39?

Hi, guys on fuels-rs v0.38.1 was possible to get the predicted address using predicate.address().into(), but on v0.39 I have an error


predicate.address().into() still works for me on the predicate type with v0.39. This looks like it might be related to you using a LimitOrdersPredicate type that doesn’t implement this method.

For your reference, you can see the full breaking changes here:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.