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

@@ -39784,8 +39784,7 @@ ${PANIC_DOC_URL}#variant.${status.reason}`;
39784
39784
  assetId,
39785
39785
  txPointer: "0x00000000000000000000000000000000",
39786
39786
  witnessIndex,
39787
- predicate: predicate?.bytes,
39788
- predicateData: predicate?.predicateDataBytes
39787
+ predicate: predicate?.bytes
39789
39788
  };
39790
39789
  this.pushInput(input);
39791
39790
  this.addChangeOutput(owner, assetId);
@@ -39817,8 +39816,7 @@ ${PANIC_DOC_URL}#variant.${status.reason}`;
39817
39816
  recipient: recipient.toB256(),
39818
39817
  amount,
39819
39818
  witnessIndex,
39820
- predicate: predicate?.bytes,
39821
- predicateData: predicate?.predicateDataBytes
39819
+ predicate: predicate?.bytes
39822
39820
  };
39823
39821
  this.pushInput(input);
39824
39822
  this.addChangeOutput(recipient, assetId);
@@ -47832,7 +47830,6 @@ ${PANIC_DOC_URL}#variant.${status.reason}`;
47832
47830
  // src/predicate/predicate.ts
47833
47831
  var Predicate = class extends Account {
47834
47832
  bytes;
47835
- predicateDataBytes = Uint8Array.from([]);
47836
47833
  predicateData = [];
47837
47834
  interface;
47838
47835
  /**