@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.

@@ -1844,8 +1844,7 @@ var BaseTransactionRequest = class {
1844
1844
  assetId,
1845
1845
  txPointer: "0x00000000000000000000000000000000",
1846
1846
  witnessIndex,
1847
- predicate: predicate?.bytes,
1848
- predicateData: predicate?.predicateDataBytes
1847
+ predicate: predicate?.bytes
1849
1848
  };
1850
1849
  this.pushInput(input);
1851
1850
  this.addChangeOutput(owner, assetId);
@@ -1877,8 +1876,7 @@ var BaseTransactionRequest = class {
1877
1876
  recipient: recipient.toB256(),
1878
1877
  amount,
1879
1878
  witnessIndex,
1880
- predicate: predicate?.bytes,
1881
- predicateData: predicate?.predicateDataBytes
1879
+ predicate: predicate?.bytes
1882
1880
  };
1883
1881
  this.pushInput(input);
1884
1882
  this.addChangeOutput(recipient, assetId);