-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider renaming method call
to submit
#1452
Comments
call
to submit
for sending pre-assembled transactionscall
to submit
what happens with |
it's not a problem to be a breaking change if it makes sense and implement a consistent pattern across sdk |
We could also rename |
@LuizAsFight Good point. Maybe something like |
Follows the ideas from:
getTransactionId
fortransfers
on thePredicate
class #1451We must first check for any problem or incoherence before renaming all
call
methods tosubmit
.The goal is to achieve improved semantics.
Note
Validate the impact of breaking changes with the @FuelLabs/frontend team.
The text was updated successfully, but these errors were encountered: