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
feat: add support for read-only transactions in TransactionOptions (#320)
* Add new typesafe builders for read-only `TransactionOptions.readOnlyOptionsBuilder` and read-write `TransactionOptions.readWriteOptionsBuilder` transactions in TransactionOptions
* These new builders ensure only those parameters relevant to the respec
8000
tive type of transaction are available
* Deprecate existing `TransactionOptions.create(...)` methods in favor of the new builders
* Update Transaction and TransactionRunner to use TransactionOptions directly
0 commit comments