You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have functions that accept CodableTransaction data type by the name options. The name is old which was left from the old days using TransactionOptions.
We must update the API by renaming options input arguments to transaction.
What context is your feature request related to?
Refactoring of current API.
What solution would you like?
We have functions that accept
CodableTransaction
data type by the nameoptions
. The name is old which was left from the old days usingTransactionOptions
.We must update the API by renaming
options
input arguments totransaction
.Any additional context?
It was the first point of #731
The text was updated successfully, but these errors were encountered: