@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.
- package/dist/index.global.js +2 -5
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/dist/predicate/predicate.d.ts +0 -1
- package/dist/predicate/predicate.d.ts.map +1 -1
- package/dist/providers/transaction-request/transaction-request.d.ts.map +1 -1
- package/dist/test-utils.global.js +2 -4
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +2 -4
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +2 -4
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -16
package/dist/index.global.js
CHANGED
@@ -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
|
/**
|