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
It would be nice to add optional "ready" transaction to withTransaction method - in which case transaction will be reused if it is provided (Transaction | null | undefined), but if it is not defined, then new transaction will be created. Such transaction can be passed down from the parent, but may not be necessary
It will simplify API a lot
The text was updated successfully, but these errors were encountered:
It would be nice to add optional "ready" transaction to
withTransaction
method - in which case transaction will be reused if it is provided (Transaction | null | undefined
), but if it is not defined, then new transaction will be created. Such transaction can be passed down from the parent, but may not be necessaryIt will simplify API a lot
The text was updated successfully, but these errors were encountered: