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

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