@fuel-ts/account 0.0.0-rc-1832-20240415161726 → 0.0.0-rc-2040-20240415161844

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.

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