@fuel-ts/account 0.0.0-rc-2034-20240410132048 → 0.0.0-rc-2034-20240410133013

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @fuel-ts/account might be problematic. Click here for more details.

@@ -1859,8 +1859,7 @@ var BaseTransactionRequest = class {
1859
1859
  assetId,
1860
1860
  txPointer: "0x00000000000000000000000000000000",
1861
1861
  witnessIndex,
1862
- predicate: predicate?.bytes,
1863
- predicateData: predicate?.predicateDataBytes
1862
+ predicate: predicate?.bytes
1864
1863
  };
1865
1864
  this.pushInput(input);
1866
1865
  this.addChangeOutput(owner, assetId);
@@ -1892,8 +1891,7 @@ var BaseTransactionRequest = class {
1892
1891
  recipient: recipient.toB256(),
1893
1892
  amount,
1894
1893
  witnessIndex,
1895
- predicate: predicate?.bytes,
1896
- predicateData: predicate?.predicateDataBytes
1894
+ predicate: predicate?.bytes
1897
1895
  };
1898
1896
  this.pushInput(input);
1899
1897
  this.addChangeOutput(recipient, assetId);