sdk-generator icon indicating copy to clipboard operation
sdk-generator copied to clipboard

In Write, change transaction -> disable to transaction -> enable that defaults to true

Open rhamzeh opened this issue 1 year ago • 0 comments

Some folks have expressed confusion with:

transaction = {
  disable: false, // defaults to false
  ...
}

We'd like to change it to:

transaction = {
  enable: true, // defaults to true
  ...
}

rhamzeh avatar Jun 07 '23 17:06 rhamzeh