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 a prepare_transaction method that takes an operation and creates a Transaction. We should have a method for each operation type directly that creates a Transaction as well.
The text was updated successfully, but these errors were encountered:
We have a
prepare_transaction
method that takes an operation and creates aTransaction
. We should have a method for each operation type directly that creates aTransaction
as well.The text was updated successfully, but these errors were encountered: