@fuel-ts/account 0.84.0 → 0.86.0
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/account.d.ts +6 -6
- package/dist/account.d.ts.map +1 -1
- package/dist/hdwallet/hdwallet.d.ts.map +1 -1
- package/dist/index.global.js +1878 -2996
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +565 -512
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +380 -342
- package/dist/index.mjs.map +1 -1
- package/dist/mnemonic/mnemonic.d.ts.map +1 -1
- package/dist/mnemonic/utils.d.ts +0 -1
- package/dist/mnemonic/utils.d.ts.map +1 -1
- package/dist/predicate/predicate.d.ts +9 -2
- package/dist/predicate/predicate.d.ts.map +1 -1
- package/dist/providers/__generated__/operations.d.ts +346 -552
- package/dist/providers/__generated__/operations.d.ts.map +1 -1
- package/dist/providers/assets/assets.d.ts +9 -0
- package/dist/providers/assets/assets.d.ts.map +1 -0
- package/dist/providers/assets/index.d.ts +1 -2
- package/dist/providers/assets/index.d.ts.map +1 -1
- package/dist/providers/assets/utils/fuelAssetsBaseUrl.d.ts +2 -0
- package/dist/providers/assets/utils/fuelAssetsBaseUrl.d.ts.map +1 -0
- package/dist/providers/assets/utils/index.d.ts +1 -0
- package/dist/providers/assets/utils/index.d.ts.map +1 -1
- package/dist/providers/assets/utils/resolveIconPaths.d.ts.map +1 -1
- package/dist/providers/coin.d.ts +0 -1
- package/dist/providers/coin.d.ts.map +1 -1
- package/dist/providers/message.d.ts +0 -1
- package/dist/providers/message.d.ts.map +1 -1
- package/dist/providers/provider.d.ts +6 -10
- package/dist/providers/provider.d.ts.map +1 -1
- package/dist/providers/transaction-request/helpers.d.ts +4 -0
- package/dist/providers/transaction-request/helpers.d.ts.map +1 -1
- package/dist/providers/transaction-request/index.d.ts +1 -0
- package/dist/providers/transaction-request/index.d.ts.map +1 -1
- package/dist/providers/transaction-request/input.d.ts +0 -2
- package/dist/providers/transaction-request/input.d.ts.map +1 -1
- package/dist/providers/transaction-request/transaction-request.d.ts +2 -1
- package/dist/providers/transaction-request/transaction-request.d.ts.map +1 -1
- package/dist/providers/transaction-request/utils.d.ts +0 -4
- package/dist/providers/transaction-request/utils.d.ts.map +1 -1
- package/dist/providers/transaction-summary/call.d.ts +1 -1
- package/dist/providers/transaction-summary/call.d.ts.map +1 -1
- package/dist/providers/transaction-summary/receipt.d.ts +2 -2
- package/dist/providers/transaction-summary/receipt.d.ts.map +1 -1
- package/dist/providers/transaction-summary/types.d.ts +5 -13
- package/dist/providers/transaction-summary/types.d.ts.map +1 -1
- package/dist/providers/utils/extract-tx-error.d.ts +2 -2
- package/dist/providers/utils/extract-tx-error.d.ts.map +1 -1
- package/dist/providers/utils/gas.d.ts.map +1 -1
- package/dist/providers/utils/receipts.d.ts +2 -2
- package/dist/providers/utils/receipts.d.ts.map +1 -1
- package/dist/test-utils/seedTestWallet.d.ts +1 -1
- package/dist/test-utils/seedTestWallet.d.ts.map +1 -1
- package/dist/test-utils.global.js +1628 -2758
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +523 -499
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +353 -329
- package/dist/test-utils.mjs.map +1 -1
- package/dist/wallet/base-wallet-unlocked.d.ts +2 -2
- package/dist/wallet/base-wallet-unlocked.d.ts.map +1 -1
- package/package.json +15 -16
@@ -1,6 +1,6 @@
|
|
1
1
|
import type { BytesLike } from '@fuel-ts/interfaces';
|
2
2
|
import { Account } from '../account';
|
3
|
-
import type { TransactionResponse, TransactionRequestLike, CallResult, Provider, ProviderSendTxParams, EstimateTransactionParams } from '../providers';
|
3
|
+
import type { TransactionResponse, TransactionRequestLike, CallResult, Provider, ProviderSendTxParams, EstimateTransactionParams, TransactionRequest } from '../providers';
|
4
4
|
import { Signer } from '../signer';
|
5
5
|
/**
|
6
6
|
* `BaseWalletUnlocked` provides the base functionalities for an unlocked wallet.
|
@@ -53,7 +53,7 @@ export declare class BaseWalletUnlocked extends Account {
|
|
53
53
|
* @param transactionRequestLike - The transaction request to populate.
|
54
54
|
* @returns The populated transaction request.
|
55
55
|
*/
|
56
|
-
populateTransactionWitnessesSignature(transactionRequestLike: TransactionRequestLike): Promise<
|
56
|
+
populateTransactionWitnessesSignature<T extends TransactionRequest>(transactionRequestLike: TransactionRequestLike): Promise<T>;
|
57
57
|
/**
|
58
58
|
* Populates the witness signature for a transaction and sends it to the network using `provider.sendTransaction`.
|
59
59
|
*
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"base-wallet-unlocked.d.ts","sourceRoot":"","sources":["../../src/wallet/base-wallet-unlocked.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,KAAK,EACV,mBAAmB,EACnB,sBAAsB,EACtB,UAAU,EACV,QAAQ,EACR,oBAAoB,EACpB,yBAAyB,
|
1
|
+
{"version":3,"file":"base-wallet-unlocked.d.ts","sourceRoot":"","sources":["../../src/wallet/base-wallet-unlocked.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,KAAK,EACV,mBAAmB,EACnB,sBAAsB,EACtB,UAAU,EACV,QAAQ,EACR,oBAAoB,EACpB,yBAAyB,EACzB,kBAAkB,EACnB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAInC;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,OAAO;IAC7C;;OAEG;IACH,MAAM,CAAC,WAAW,SAA8B;IAEhD;;OAEG;IACH,MAAM,EAAE,MAAM,MAAM,CAAC;IAErB;;;;;OAKG;gBACS,UAAU,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,QAAQ;IAMtD;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED;;;;;OAKG;IACG,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAKnD;;;;;OAKG;IACG,eAAe,CAAC,sBAAsB,EAAE,sBAAsB,GAAG,OAAO,CAAC,MAAM,CAAC;IAQtF;;;;;OAKG;IACG,qCAAqC,CAAC,CAAC,SAAS,kBAAkB,EACtE,sBAAsB,EAAE,sBAAsB;IAUhD;;;;;OAKG;IACG,eAAe,CACnB,sBAAsB,EAAE,sBAAsB,EAC9C,EAAE,sBAA8B,EAAE,cAAc,EAAE,GAAE,oBAAyB,GAC5E,OAAO,CAAC,mBAAmB,CAAC;IAW/B;;;;;OAKG;IACG,mBAAmB,CACvB,sBAAsB,EAAE,sBAAsB,EAC9C,EAAE,sBAA6B,EAAE,GAAE,yBAA8B,GAChE,OAAO,CAAC,UAAU,CAAC;IAchB,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAGjD"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fuel-ts/account",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.86.0",
|
4
4
|
"description": "",
|
5
5
|
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
|
6
6
|
"main": "dist/index.js",
|
@@ -43,7 +43,6 @@
|
|
43
43
|
"dependencies": {
|
44
44
|
"@fuels/vm-asm": "0.49.0",
|
45
45
|
"@noble/curves": "^1.3.0",
|
46
|
-
"ethers": "^6.7.1",
|
47
46
|
"events": "^3.3.0",
|
48
47
|
"graphql": "^16.8.1",
|
49
48
|
"graphql-request": "5.0.0",
|
@@ -52,17 +51,17 @@
|
|
52
51
|
"ramda": "^0.29.0",
|
53
52
|
"tree-kill": "^1.2.2",
|
54
53
|
"uuid": "^9.0.0",
|
55
|
-
"@fuel-ts/abi-coder": "0.
|
56
|
-
"@fuel-ts/address": "0.
|
57
|
-
"@fuel-ts/crypto": "0.
|
58
|
-
"@fuel-ts/errors": "0.
|
59
|
-
"@fuel-ts/hasher": "0.
|
60
|
-
"@fuel-ts/interfaces": "0.
|
61
|
-
"@fuel-ts/math": "0.
|
62
|
-
"@fuel-ts/merkle": "0.
|
63
|
-
"@fuel-ts/transactions": "0.
|
64
|
-
"@fuel-ts/utils": "0.
|
65
|
-
"@fuel-ts/versions": "0.
|
54
|
+
"@fuel-ts/abi-coder": "0.86.0",
|
55
|
+
"@fuel-ts/address": "0.86.0",
|
56
|
+
"@fuel-ts/crypto": "0.86.0",
|
57
|
+
"@fuel-ts/errors": "0.86.0",
|
58
|
+
"@fuel-ts/hasher": "0.86.0",
|
59
|
+
"@fuel-ts/interfaces": "0.86.0",
|
60
|
+
"@fuel-ts/math": "0.86.0",
|
61
|
+
"@fuel-ts/merkle": "0.86.0",
|
62
|
+
"@fuel-ts/transactions": "0.86.0",
|
63
|
+
"@fuel-ts/utils": "0.86.0",
|
64
|
+
"@fuel-ts/versions": "0.86.0"
|
66
65
|
},
|
67
66
|
"devDependencies": {
|
68
67
|
"@graphql-codegen/cli": "^2.13.7",
|
@@ -72,9 +71,9 @@
|
|
72
71
|
"@types/ramda": "^0.29.3",
|
73
72
|
"@types/uuid": "^9.0.1",
|
74
73
|
"get-graphql-schema": "^2.1.2",
|
75
|
-
"@fuel-ts/hasher": "0.
|
76
|
-
"@fuel-ts/math": "0.
|
77
|
-
"@fuel-ts/utils": "0.
|
74
|
+
"@fuel-ts/hasher": "0.86.0",
|
75
|
+
"@fuel-ts/math": "0.86.0",
|
76
|
+
"@fuel-ts/utils": "0.86.0"
|
78
77
|
},
|
79
78
|
"scripts": {
|
80
79
|
"build": "tsup",
|