@bitgo/sdk-core 1.0.2-rc.0 → 1.1.0-rc.2
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.
- package/CHANGELOG.md +27 -0
- package/dist/src/account-lib/baseCoin/baseKeyPair.d.ts +27 -0
- package/dist/src/account-lib/baseCoin/baseKeyPair.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/baseKeyPair.js +3 -0
- package/dist/src/account-lib/baseCoin/baseTransaction.d.ts +71 -0
- package/dist/src/account-lib/baseCoin/baseTransaction.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/baseTransaction.js +69 -0
- package/dist/src/account-lib/baseCoin/baseTransactionBuilder.d.ts +128 -0
- package/dist/src/account-lib/baseCoin/baseTransactionBuilder.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/baseTransactionBuilder.js +138 -0
- package/dist/src/account-lib/baseCoin/baseTransactionBuilderFactory.d.ts +29 -0
- package/dist/src/account-lib/baseCoin/baseTransactionBuilderFactory.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/baseTransactionBuilderFactory.js +19 -0
- package/dist/src/account-lib/baseCoin/baseUtils.d.ts +45 -0
- package/dist/src/account-lib/baseCoin/baseUtils.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/baseUtils.js +3 -0
- package/dist/src/account-lib/baseCoin/blsKeyPair.d.ts +75 -0
- package/dist/src/account-lib/baseCoin/blsKeyPair.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/blsKeyPair.js +179 -0
- package/dist/src/account-lib/baseCoin/ed25519KeyPair.d.ts +50 -0
- package/dist/src/account-lib/baseCoin/ed25519KeyPair.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/ed25519KeyPair.js +145 -0
- package/dist/src/account-lib/baseCoin/enum.d.ts +43 -0
- package/dist/src/account-lib/baseCoin/enum.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/enum.js +70 -0
- package/dist/src/account-lib/baseCoin/errors.d.ts +65 -0
- package/dist/src/account-lib/baseCoin/errors.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/errors.js +114 -0
- package/dist/src/account-lib/baseCoin/iface.d.ts +162 -0
- package/dist/src/account-lib/baseCoin/iface.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/iface.js +38 -0
- package/dist/src/account-lib/baseCoin/index.d.ts +12 -0
- package/dist/src/account-lib/baseCoin/index.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/index.js +31 -0
- package/dist/src/account-lib/baseCoin/secp256k1ExtendedKeyPair.d.ts +55 -0
- package/dist/src/account-lib/baseCoin/secp256k1ExtendedKeyPair.d.ts.map +1 -0
- package/dist/src/account-lib/baseCoin/secp256k1ExtendedKeyPair.js +124 -0
- package/dist/src/account-lib/index.d.ts +4 -0
- package/dist/src/account-lib/index.d.ts.map +1 -0
- package/dist/src/account-lib/index.js +16 -0
- package/dist/src/account-lib/util/crypto.d.ts +106 -0
- package/dist/src/account-lib/util/crypto.d.ts.map +1 -0
- package/dist/src/account-lib/util/crypto.js +269 -0
- package/dist/src/account-lib/util/ed25519KeyDeriver.d.ts +49 -0
- package/dist/src/account-lib/util/ed25519KeyDeriver.d.ts.map +1 -0
- package/dist/src/account-lib/util/ed25519KeyDeriver.js +87 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -1
- package/dist/src/v2/environments.d.ts.map +1 -1
- package/dist/src/v2/environments.js +2 -2
- package/dist/tsconfig.tsbuildinfo +962 -34
- package/package.json +19 -3
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"affectsGlobalScope": false
|
|
273
273
|
},
|
|
274
274
|
"../src/v2/environments.ts": {
|
|
275
|
-
"version": "
|
|
275
|
+
"version": "5aa7a94472da930f1d6aca2702ce07b35339f1613545087000c85931383854b0",
|
|
276
276
|
"signature": "77c0096e2419b04036cac2fbff4d2ba95a097a01df328bb2b20c4ccc51251f00",
|
|
277
277
|
"affectsGlobalScope": false
|
|
278
278
|
},
|
|
@@ -286,9 +286,49 @@
|
|
|
286
286
|
"signature": "8520524cc2b6a69a6a8d874b784233a0f163d0d410da6f5912c799b2f7240cda",
|
|
287
287
|
"affectsGlobalScope": false
|
|
288
288
|
},
|
|
289
|
-
"
|
|
290
|
-
"version": "
|
|
291
|
-
"signature": "
|
|
289
|
+
"../../statics/dist/src/networks.d.ts": {
|
|
290
|
+
"version": "a0b0aaee094c42a67b0bd93fde9c7ee09ade93b02f49d077fddbeeee46cc31ba",
|
|
291
|
+
"signature": "a0b0aaee094c42a67b0bd93fde9c7ee09ade93b02f49d077fddbeeee46cc31ba",
|
|
292
|
+
"affectsGlobalScope": false
|
|
293
|
+
},
|
|
294
|
+
"../../statics/dist/src/base.d.ts": {
|
|
295
|
+
"version": "2b0fe75bf6ad889cff9fa09a1d76d240b90cbf4325d555647a5c90742673598b",
|
|
296
|
+
"signature": "2b0fe75bf6ad889cff9fa09a1d76d240b90cbf4325d555647a5c90742673598b",
|
|
297
|
+
"affectsGlobalScope": false
|
|
298
|
+
},
|
|
299
|
+
"../../statics/dist/src/map.d.ts": {
|
|
300
|
+
"version": "15b9480d48ca80c146619e323ac449b2de500370434caf40138cf8656cf187bc",
|
|
301
|
+
"signature": "15b9480d48ca80c146619e323ac449b2de500370434caf40138cf8656cf187bc",
|
|
302
|
+
"affectsGlobalScope": false
|
|
303
|
+
},
|
|
304
|
+
"../../statics/dist/src/coins.d.ts": {
|
|
305
|
+
"version": "601447b3eeb6af532c1c4dcfcd248f84a3c22782f0b00f161119a773095b04d0",
|
|
306
|
+
"signature": "601447b3eeb6af532c1c4dcfcd248f84a3c22782f0b00f161119a773095b04d0",
|
|
307
|
+
"affectsGlobalScope": false
|
|
308
|
+
},
|
|
309
|
+
"../../statics/dist/src/errors.d.ts": {
|
|
310
|
+
"version": "e876f96ae506c3e4144c5e60005f52949b58ada255b5352ae580a5b9652f8d57",
|
|
311
|
+
"signature": "e876f96ae506c3e4144c5e60005f52949b58ada255b5352ae580a5b9652f8d57",
|
|
312
|
+
"affectsGlobalScope": false
|
|
313
|
+
},
|
|
314
|
+
"../../statics/dist/src/ofc.d.ts": {
|
|
315
|
+
"version": "388e9c521c006726ac50f48fc2ce2f94f3878495d9fa2f611a3fb977a703d2fb",
|
|
316
|
+
"signature": "388e9c521c006726ac50f48fc2ce2f94f3878495d9fa2f611a3fb977a703d2fb",
|
|
317
|
+
"affectsGlobalScope": false
|
|
318
|
+
},
|
|
319
|
+
"../../statics/dist/src/utxo.d.ts": {
|
|
320
|
+
"version": "b81d550b95d3e646309bdc55b56fbd6a92d6894f21f64846cd5d1900c989423f",
|
|
321
|
+
"signature": "b81d550b95d3e646309bdc55b56fbd6a92d6894f21f64846cd5d1900c989423f",
|
|
322
|
+
"affectsGlobalScope": false
|
|
323
|
+
},
|
|
324
|
+
"../../statics/dist/src/account.d.ts": {
|
|
325
|
+
"version": "379d2251821c3750a57c9b266c7111fd0899d251dbe3e7c26de1c413baabb56e",
|
|
326
|
+
"signature": "379d2251821c3750a57c9b266c7111fd0899d251dbe3e7c26de1c413baabb56e",
|
|
327
|
+
"affectsGlobalScope": false
|
|
328
|
+
},
|
|
329
|
+
"../../statics/dist/src/index.d.ts": {
|
|
330
|
+
"version": "7c5a913c2345be9ee1c7f4bf9ee14feaf2b5071a83c64e6e706294cbfd107308",
|
|
331
|
+
"signature": "7c5a913c2345be9ee1c7f4bf9ee14feaf2b5071a83c64e6e706294cbfd107308",
|
|
292
332
|
"affectsGlobalScope": false
|
|
293
333
|
},
|
|
294
334
|
"../../../node_modules/bignumber.js/bignumber.d.ts": {
|
|
@@ -296,24 +336,49 @@
|
|
|
296
336
|
"signature": "1d7d9e42cb2cc36dfc7ce35755ce67d5ff0f4a2ef72d3019f4c461bfd22123da",
|
|
297
337
|
"affectsGlobalScope": false
|
|
298
338
|
},
|
|
299
|
-
"
|
|
300
|
-
"version": "
|
|
301
|
-
"signature": "
|
|
339
|
+
"../src/account-lib/basecoin/errors.ts": {
|
|
340
|
+
"version": "351ebd7cd8b57a6787549aa7447483f9f7e34c068509a8d08a46c17a4f3a6308",
|
|
341
|
+
"signature": "6e5f7358251923120cc05575b8d0e8077df0fd12ad03811bdd87a258fa71fc5a",
|
|
302
342
|
"affectsGlobalScope": false
|
|
303
343
|
},
|
|
304
|
-
"
|
|
305
|
-
"version": "
|
|
306
|
-
"signature": "
|
|
307
|
-
"affectsGlobalScope":
|
|
344
|
+
"../src/account-lib/basecoin/basetransactionbuilder.ts": {
|
|
345
|
+
"version": "94b9c6c1769ffe2c2986d561329dbd3e7508af6b41081916c6eb6d4bb24726a3",
|
|
346
|
+
"signature": "57e56b7ba4aaa93ea71d2cc6edcd8d76327e8cf63cb248fe93afd4fdbd732ec1",
|
|
347
|
+
"affectsGlobalScope": false
|
|
308
348
|
},
|
|
309
|
-
"
|
|
310
|
-
"version": "
|
|
311
|
-
"signature": "
|
|
312
|
-
"affectsGlobalScope":
|
|
349
|
+
"../src/account-lib/basecoin/basetransactionbuilderfactory.ts": {
|
|
350
|
+
"version": "1460929e2ae39ec90c36b483f5aa081957f5190701521affadca1327c75aa761",
|
|
351
|
+
"signature": "ef485ee43bbd8e74a3b4bc614a9cb5a3a7855a9102018159c272e22d38823c45",
|
|
352
|
+
"affectsGlobalScope": false
|
|
313
353
|
},
|
|
314
|
-
"
|
|
315
|
-
"version": "
|
|
316
|
-
"signature": "
|
|
354
|
+
"../src/account-lib/basecoin/iface.ts": {
|
|
355
|
+
"version": "c9d1fd0606dcf25fa87c9ee079257f8afffd936ccdd199b64a153f44742648d7",
|
|
356
|
+
"signature": "1fa13cbdf8565f726d7d315ff4509d415967192d0d6df64d3e841657c024b0e5",
|
|
357
|
+
"affectsGlobalScope": false
|
|
358
|
+
},
|
|
359
|
+
"../src/account-lib/basecoin/enum.ts": {
|
|
360
|
+
"version": "c0753051676aac0c84626fe337ca6a6f31bf821d284a2766e264c7c505085e1e",
|
|
361
|
+
"signature": "01483ed2f339cc953f0a47699dbfaef990639f6e477e8c91448c397d6c7d51ef",
|
|
362
|
+
"affectsGlobalScope": false
|
|
363
|
+
},
|
|
364
|
+
"../src/account-lib/basecoin/basetransaction.ts": {
|
|
365
|
+
"version": "ae5e15c4ee2a43cde794e05dcba0a62769a44c8b49a13220ccbd3f78a6064409",
|
|
366
|
+
"signature": "8bdc9b1c40bfe6bae4a5d1d283dc40af77ffbd8f49fa0f02242b2ab9d7b5a3fd",
|
|
367
|
+
"affectsGlobalScope": false
|
|
368
|
+
},
|
|
369
|
+
"../src/account-lib/basecoin/baseutils.ts": {
|
|
370
|
+
"version": "60f1976fa671c2bedd4bab63c6b5d6441153fa7cde081e711875683365ed9d86",
|
|
371
|
+
"signature": "c8f09d1ceb9205104994673d40a4b3e3a7057e6ea6c2ff97b5b1e5b84ce34d53",
|
|
372
|
+
"affectsGlobalScope": false
|
|
373
|
+
},
|
|
374
|
+
"../src/account-lib/basecoin/basekeypair.ts": {
|
|
375
|
+
"version": "29c889672a037cd997f86e8987cb1cf0a1f990da0ee2c3ef419e9eb9a898d5bd",
|
|
376
|
+
"signature": "e97c8f3aa7ef7fecd709b62d111b1094479b284a44881bee32cb9c2c6738825c",
|
|
377
|
+
"affectsGlobalScope": false
|
|
378
|
+
},
|
|
379
|
+
"../../../node_modules/tweetnacl/nacl.d.ts": {
|
|
380
|
+
"version": "60592f5ae1b739c9607a99895d4a3ad5c865b16903e4180e50b256e360a4a104",
|
|
381
|
+
"signature": "60592f5ae1b739c9607a99895d4a3ad5c865b16903e4180e50b256e360a4a104",
|
|
317
382
|
"affectsGlobalScope": false
|
|
318
383
|
},
|
|
319
384
|
"../../../node_modules/@types/node/assert.d.ts": {
|
|
@@ -571,6 +636,241 @@
|
|
|
571
636
|
"signature": "9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8",
|
|
572
637
|
"affectsGlobalScope": false
|
|
573
638
|
},
|
|
639
|
+
"../../../node_modules/bip32/types/bip32.d.ts": {
|
|
640
|
+
"version": "25d0893cf285d63492c8a0506bec26ac7e4790d46b5c582a89dd5ab9bc248c7a",
|
|
641
|
+
"signature": "25d0893cf285d63492c8a0506bec26ac7e4790d46b5c582a89dd5ab9bc248c7a",
|
|
642
|
+
"affectsGlobalScope": false
|
|
643
|
+
},
|
|
644
|
+
"../../../node_modules/bip32/types/index.d.ts": {
|
|
645
|
+
"version": "f74fee4ed5f77ed9e8ee0b2b6105cd5f0f123b64bbeeee7be551ec65a89a0ef4",
|
|
646
|
+
"signature": "f74fee4ed5f77ed9e8ee0b2b6105cd5f0f123b64bbeeee7be551ec65a89a0ef4",
|
|
647
|
+
"affectsGlobalScope": false
|
|
648
|
+
},
|
|
649
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts": {
|
|
650
|
+
"version": "692cce8a36696e9df80910c05ae3b34340c278bbba03701a9ae92ae038663824",
|
|
651
|
+
"signature": "692cce8a36696e9df80910c05ae3b34340c278bbba03701a9ae92ae038663824",
|
|
652
|
+
"affectsGlobalScope": false
|
|
653
|
+
},
|
|
654
|
+
"../../../node_modules/bitcoinjs-lib/types/address.d.ts": {
|
|
655
|
+
"version": "035fd4564409153531cc683821b48048fd01982a8522c120b5a17f9a6320a229",
|
|
656
|
+
"signature": "035fd4564409153531cc683821b48048fd01982a8522c120b5a17f9a6320a229",
|
|
657
|
+
"affectsGlobalScope": false
|
|
658
|
+
},
|
|
659
|
+
"../../../node_modules/bitcoinjs-lib/types/classify.d.ts": {
|
|
660
|
+
"version": "1e9d8ebf3dfc7a42b29ea823ebbc333e6f37c6a890d5b13cc67958870c066fb7",
|
|
661
|
+
"signature": "1e9d8ebf3dfc7a42b29ea823ebbc333e6f37c6a890d5b13cc67958870c066fb7",
|
|
662
|
+
"affectsGlobalScope": false
|
|
663
|
+
},
|
|
664
|
+
"../../../node_modules/bitcoinjs-lib/types/crypto.d.ts": {
|
|
665
|
+
"version": "efa5b896b87da636844d0ab1d49ebf8951c07cd3814f664ad820af582fec60d7",
|
|
666
|
+
"signature": "efa5b896b87da636844d0ab1d49ebf8951c07cd3814f664ad820af582fec60d7",
|
|
667
|
+
"affectsGlobalScope": false
|
|
668
|
+
},
|
|
669
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts": {
|
|
670
|
+
"version": "6d9f651e04cb8c78f8f2409978a1f137925a75c53561709a6cfd85d6a3bd1655",
|
|
671
|
+
"signature": "6d9f651e04cb8c78f8f2409978a1f137925a75c53561709a6cfd85d6a3bd1655",
|
|
672
|
+
"affectsGlobalScope": false
|
|
673
|
+
},
|
|
674
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts": {
|
|
675
|
+
"version": "a29a7b9ade7876d0f527b716a5bc5c7bc84554d155577020441f2d3c735589be",
|
|
676
|
+
"signature": "a29a7b9ade7876d0f527b716a5bc5c7bc84554d155577020441f2d3c735589be",
|
|
677
|
+
"affectsGlobalScope": false
|
|
678
|
+
},
|
|
679
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts": {
|
|
680
|
+
"version": "9cd42ff83837551961fa8788f14bd3498306fb2c1d35358f2b6bf3af05bf0890",
|
|
681
|
+
"signature": "9cd42ff83837551961fa8788f14bd3498306fb2c1d35358f2b6bf3af05bf0890",
|
|
682
|
+
"affectsGlobalScope": false
|
|
683
|
+
},
|
|
684
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts": {
|
|
685
|
+
"version": "5e51773d5624b8c871d8d140c88f944466338673fbc60ac4bf409eb60e6665cf",
|
|
686
|
+
"signature": "5e51773d5624b8c871d8d140c88f944466338673fbc60ac4bf409eb60e6665cf",
|
|
687
|
+
"affectsGlobalScope": false
|
|
688
|
+
},
|
|
689
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts": {
|
|
690
|
+
"version": "39b10cd95b70bbdc1cf8c832002618c3f81cd980438fe5e3694d99286ef90911",
|
|
691
|
+
"signature": "39b10cd95b70bbdc1cf8c832002618c3f81cd980438fe5e3694d99286ef90911",
|
|
692
|
+
"affectsGlobalScope": false
|
|
693
|
+
},
|
|
694
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts": {
|
|
695
|
+
"version": "95244212208717085038a74378ea2a03e49c06a3a195b2826c01c978f14684c2",
|
|
696
|
+
"signature": "95244212208717085038a74378ea2a03e49c06a3a195b2826c01c978f14684c2",
|
|
697
|
+
"affectsGlobalScope": false
|
|
698
|
+
},
|
|
699
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts": {
|
|
700
|
+
"version": "c91084ba90468037b6d266f3cae698aaa76c0864cf076aa099d981d847b74c2d",
|
|
701
|
+
"signature": "c91084ba90468037b6d266f3cae698aaa76c0864cf076aa099d981d847b74c2d",
|
|
702
|
+
"affectsGlobalScope": false
|
|
703
|
+
},
|
|
704
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts": {
|
|
705
|
+
"version": "dc58c9eb8817b8c46f40712df9e588c0c70357931f5ebebb3aa445949de993c8",
|
|
706
|
+
"signature": "dc58c9eb8817b8c46f40712df9e588c0c70357931f5ebebb3aa445949de993c8",
|
|
707
|
+
"affectsGlobalScope": false
|
|
708
|
+
},
|
|
709
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts": {
|
|
710
|
+
"version": "7362eeca79ce50eb72b2a0149e323f6d64daf4fbc8067592310859622c3dbcfe",
|
|
711
|
+
"signature": "7362eeca79ce50eb72b2a0149e323f6d64daf4fbc8067592310859622c3dbcfe",
|
|
712
|
+
"affectsGlobalScope": false
|
|
713
|
+
},
|
|
714
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts": {
|
|
715
|
+
"version": "8c0a305a7b10513d9d07bf739456bf9845bd4336027c85442b674a417facb57a",
|
|
716
|
+
"signature": "8c0a305a7b10513d9d07bf739456bf9845bd4336027c85442b674a417facb57a",
|
|
717
|
+
"affectsGlobalScope": false
|
|
718
|
+
},
|
|
719
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts": {
|
|
720
|
+
"version": "a0f499bc2d4bee1d480dc670db36c4656beac3e93cabc68c27625484f549484d",
|
|
721
|
+
"signature": "a0f499bc2d4bee1d480dc670db36c4656beac3e93cabc68c27625484f549484d",
|
|
722
|
+
"affectsGlobalScope": false
|
|
723
|
+
},
|
|
724
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts": {
|
|
725
|
+
"version": "c139fc3a11a170f34d076d65e40f7a52357a688a0507ba6b20d6fe276cd24c8a",
|
|
726
|
+
"signature": "c139fc3a11a170f34d076d65e40f7a52357a688a0507ba6b20d6fe276cd24c8a",
|
|
727
|
+
"affectsGlobalScope": false
|
|
728
|
+
},
|
|
729
|
+
"../../../node_modules/bitcoinjs-lib/types/script_number.d.ts": {
|
|
730
|
+
"version": "973d36af083ce019e3c38b99ca43cb6815b47082cf1e07215387df336192f447",
|
|
731
|
+
"signature": "973d36af083ce019e3c38b99ca43cb6815b47082cf1e07215387df336192f447",
|
|
732
|
+
"affectsGlobalScope": false
|
|
733
|
+
},
|
|
734
|
+
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts": {
|
|
735
|
+
"version": "617012176a8cb5be290ae89040aac88ec74321c2a8b984f01a7ba6eb9a2eddc2",
|
|
736
|
+
"signature": "617012176a8cb5be290ae89040aac88ec74321c2a8b984f01a7ba6eb9a2eddc2",
|
|
737
|
+
"affectsGlobalScope": false
|
|
738
|
+
},
|
|
739
|
+
"../../../node_modules/bitcoinjs-lib/types/script.d.ts": {
|
|
740
|
+
"version": "452cea0fd78e7cc56bc4d54979f79625f50f0ee33213c51b8d361dca80dc9175",
|
|
741
|
+
"signature": "452cea0fd78e7cc56bc4d54979f79625f50f0ee33213c51b8d361dca80dc9175",
|
|
742
|
+
"affectsGlobalScope": false
|
|
743
|
+
},
|
|
744
|
+
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts": {
|
|
745
|
+
"version": "b63ba9f527c74718667338d6ca3ba3b35429500f7d63196e54d86a4ef28b36b4",
|
|
746
|
+
"signature": "b63ba9f527c74718667338d6ca3ba3b35429500f7d63196e54d86a4ef28b36b4",
|
|
747
|
+
"affectsGlobalScope": false
|
|
748
|
+
},
|
|
749
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts": {
|
|
750
|
+
"version": "fc2aced12725e81bbdb9e55a0efe1060cd4b6bbb6d1a5a23a09236a18c2d2323",
|
|
751
|
+
"signature": "fc2aced12725e81bbdb9e55a0efe1060cd4b6bbb6d1a5a23a09236a18c2d2323",
|
|
752
|
+
"affectsGlobalScope": false
|
|
753
|
+
},
|
|
754
|
+
"../../../node_modules/bitcoinjs-lib/types/block.d.ts": {
|
|
755
|
+
"version": "7340d9ad1f3f55e7be3a85a151ef25d7a8c0205904519940c9dcea0f61cb3292",
|
|
756
|
+
"signature": "7340d9ad1f3f55e7be3a85a151ef25d7a8c0205904519940c9dcea0f61cb3292",
|
|
757
|
+
"affectsGlobalScope": false
|
|
758
|
+
},
|
|
759
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts": {
|
|
760
|
+
"version": "28fb03121a168f316264faaa3904381a3e902e008ab2e4350aefa5d9ccc48772",
|
|
761
|
+
"signature": "28fb03121a168f316264faaa3904381a3e902e008ab2e4350aefa5d9ccc48772",
|
|
762
|
+
"affectsGlobalScope": false
|
|
763
|
+
},
|
|
764
|
+
"../../../node_modules/bip174/src/lib/psbt.d.ts": {
|
|
765
|
+
"version": "3da723823982206178406b7c2b8570152c6347a047fa7e59fa46011d10ac26b6",
|
|
766
|
+
"signature": "3da723823982206178406b7c2b8570152c6347a047fa7e59fa46011d10ac26b6",
|
|
767
|
+
"affectsGlobalScope": false
|
|
768
|
+
},
|
|
769
|
+
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts": {
|
|
770
|
+
"version": "bddbf55f3238e6865800b6be9b1f7c6ecdd5049607109b35d0af2a3c4e24f48d",
|
|
771
|
+
"signature": "bddbf55f3238e6865800b6be9b1f7c6ecdd5049607109b35d0af2a3c4e24f48d",
|
|
772
|
+
"affectsGlobalScope": false
|
|
773
|
+
},
|
|
774
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts": {
|
|
775
|
+
"version": "0354d500ee48bde1e4112b767fa58fe56eb9a790204aa0113ffd7aa8a046e01c",
|
|
776
|
+
"signature": "0354d500ee48bde1e4112b767fa58fe56eb9a790204aa0113ffd7aa8a046e01c",
|
|
777
|
+
"affectsGlobalScope": false
|
|
778
|
+
},
|
|
779
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts": {
|
|
780
|
+
"version": "9e278c765662847ae3711e917bce92d00fdb3724bf54cd3fcef5cb06039bd810",
|
|
781
|
+
"signature": "9e278c765662847ae3711e917bce92d00fdb3724bf54cd3fcef5cb06039bd810",
|
|
782
|
+
"affectsGlobalScope": false
|
|
783
|
+
},
|
|
784
|
+
"../../../node_modules/@stablelib/hex/lib/hex.d.ts": {
|
|
785
|
+
"version": "a79d5df3df6d6688b6b33cb5970757b89350ec8cca6696a9637fd8431e751766",
|
|
786
|
+
"signature": "a79d5df3df6d6688b6b33cb5970757b89350ec8cca6696a9637fd8431e751766",
|
|
787
|
+
"affectsGlobalScope": false
|
|
788
|
+
},
|
|
789
|
+
"../../../node_modules/noble-bls12-381/math.d.ts": {
|
|
790
|
+
"version": "ec6bebedf1805dc3459fb9b92746a2e330c9f018d1561207662b8509ab0b0782",
|
|
791
|
+
"signature": "ec6bebedf1805dc3459fb9b92746a2e330c9f018d1561207662b8509ab0b0782",
|
|
792
|
+
"affectsGlobalScope": false
|
|
793
|
+
},
|
|
794
|
+
"../../../node_modules/noble-bls12-381/index.d.ts": {
|
|
795
|
+
"version": "43e0ecc04c2dd89eafe3db81f3db486129fcacf9adba9fd4e10f90afca21656a",
|
|
796
|
+
"signature": "43e0ecc04c2dd89eafe3db81f3db486129fcacf9adba9fd4e10f90afca21656a",
|
|
797
|
+
"affectsGlobalScope": false
|
|
798
|
+
},
|
|
799
|
+
"../../../node_modules/base-x/src/index.d.ts": {
|
|
800
|
+
"version": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
801
|
+
"signature": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
802
|
+
"affectsGlobalScope": false
|
|
803
|
+
},
|
|
804
|
+
"../../../node_modules/@types/bs58/index.d.ts": {
|
|
805
|
+
"version": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
806
|
+
"signature": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
807
|
+
"affectsGlobalScope": false
|
|
808
|
+
},
|
|
809
|
+
"../src/account-lib/util/crypto.ts": {
|
|
810
|
+
"version": "78324abe792da57cfc588a791650cd96dcb5d6c74d1a6ec34c7a73ef332a8e24",
|
|
811
|
+
"signature": "e55c486a6fd3de69fc60ae70aea53f3776041d25ef0cf298ef6f582d875230fa",
|
|
812
|
+
"affectsGlobalScope": false
|
|
813
|
+
},
|
|
814
|
+
"../../../node_modules/@types/create-hmac/index.d.ts": {
|
|
815
|
+
"version": "f5011428f5bc27b1e1624e627a9c455185a15b762f23e4cdbdaf82e2dff767b9",
|
|
816
|
+
"signature": "f5011428f5bc27b1e1624e627a9c455185a15b762f23e4cdbdaf82e2dff767b9",
|
|
817
|
+
"affectsGlobalScope": false
|
|
818
|
+
},
|
|
819
|
+
"../src/account-lib/util/ed25519keyderiver.ts": {
|
|
820
|
+
"version": "09b354895c0d689c6b46cb2914a25d897907d35a395b487cbb2d83729cb182a3",
|
|
821
|
+
"signature": "0ec637dad45e4b4c85667013f17064264702fe07dafb71f66b3fa3d575a8d9b6",
|
|
822
|
+
"affectsGlobalScope": false
|
|
823
|
+
},
|
|
824
|
+
"../src/account-lib/basecoin/ed25519keypair.ts": {
|
|
825
|
+
"version": "69b8afa16dbbdf46881166149e51302acf8ffe062874d557ea631ec3691b66a8",
|
|
826
|
+
"signature": "feaaf67e0dae707bbf1336c97ccf0cfe88acadd54c14eef4a5781fdc4af539a7",
|
|
827
|
+
"affectsGlobalScope": false
|
|
828
|
+
},
|
|
829
|
+
"../src/account-lib/basecoin/blskeypair.ts": {
|
|
830
|
+
"version": "c7f62771400762d82302f4bc4b7d8ebae365c9b77a1512b664935a9dcc719995",
|
|
831
|
+
"signature": "db816dbd951deea934d1b684ec69537b56f645d374ceb3078bd62c75f50046de",
|
|
832
|
+
"affectsGlobalScope": false
|
|
833
|
+
},
|
|
834
|
+
"../src/account-lib/basecoin/secp256k1extendedkeypair.ts": {
|
|
835
|
+
"version": "874f1c5c98de81d50ca1c7b0dc312e0107c2f295a00e4cc9062d58c75fddd940",
|
|
836
|
+
"signature": "4b8cfd4ea3c402cd6e8d5455c1ec6f2833b9dee16d78079603bc042d2caf7ca7",
|
|
837
|
+
"affectsGlobalScope": false
|
|
838
|
+
},
|
|
839
|
+
"../src/account-lib/basecoin/index.ts": {
|
|
840
|
+
"version": "d3cb5ddfe3ea1f7fb03c62e70b155dfc55776c2a9bddc42973fd1a6725bc9ee8",
|
|
841
|
+
"signature": "ecb9167b5362720735aded469a61d077ea6884446b2c6c1921a4dcc4d887ff54",
|
|
842
|
+
"affectsGlobalScope": false
|
|
843
|
+
},
|
|
844
|
+
"../src/account-lib/index.ts": {
|
|
845
|
+
"version": "a8ccc254dd1ef4abcd7901eda9ebb380f57bb884262aa698bb2b2abf622c942b",
|
|
846
|
+
"signature": "ef2d8d8ffb9dc8ea0927d480d2c2ce44c883a11d9bedbe1eb72bd97e2f68f4b4",
|
|
847
|
+
"affectsGlobalScope": false
|
|
848
|
+
},
|
|
849
|
+
"../src/index.ts": {
|
|
850
|
+
"version": "1ce5499b7dbd34b4d6a5d62f9306782d3e47705ea3ac43ef84103fd57b5023f2",
|
|
851
|
+
"signature": "a607669d2bca387d0ce6849af11256037d3363066ad37855ddeacc0dfee47abd",
|
|
852
|
+
"affectsGlobalScope": false
|
|
853
|
+
},
|
|
854
|
+
"../../../types/bignumber.js/index.d.ts": {
|
|
855
|
+
"version": "7440b4a4b965c74745cbbafdf32366de82b7dea1bdb85a472770a888d5201ff7",
|
|
856
|
+
"signature": "7440b4a4b965c74745cbbafdf32366de82b7dea1bdb85a472770a888d5201ff7",
|
|
857
|
+
"affectsGlobalScope": false
|
|
858
|
+
},
|
|
859
|
+
"../../../types/express/index.d.ts": {
|
|
860
|
+
"version": "70f0ddc58f8b7283e1cffa39863938ab694e14fb3dcf0cac4d78b2d002f91255",
|
|
861
|
+
"signature": "70f0ddc58f8b7283e1cffa39863938ab694e14fb3dcf0cac4d78b2d002f91255",
|
|
862
|
+
"affectsGlobalScope": true
|
|
863
|
+
},
|
|
864
|
+
"../../../node_modules/should/should.d.ts": {
|
|
865
|
+
"version": "79da89e1b61cecf107f52a0c2578f31528bc0accdc73bec7325f468a5706a559",
|
|
866
|
+
"signature": "79da89e1b61cecf107f52a0c2578f31528bc0accdc73bec7325f468a5706a559",
|
|
867
|
+
"affectsGlobalScope": true
|
|
868
|
+
},
|
|
869
|
+
"../../../types/should-sinon/index.d.ts": {
|
|
870
|
+
"version": "7ecc65228508df150b89095bee857e6306f44fa179c9f625613b1cef9e0c1883",
|
|
871
|
+
"signature": "7ecc65228508df150b89095bee857e6306f44fa179c9f625613b1cef9e0c1883",
|
|
872
|
+
"affectsGlobalScope": false
|
|
873
|
+
},
|
|
574
874
|
"../../../node_modules/@types/cookiejar/index.d.ts": {
|
|
575
875
|
"version": "8d48b8f8a377ade8dd1f000625bc276eea067f2529cc9cafdf082d17142107d6",
|
|
576
876
|
"signature": "8d48b8f8a377ade8dd1f000625bc276eea067f2529cc9cafdf082d17142107d6",
|
|
@@ -631,16 +931,6 @@
|
|
|
631
931
|
"signature": "d78e5898c8de5e0f934eee83f680262de005caa268d137101b833fd932f95e07",
|
|
632
932
|
"affectsGlobalScope": false
|
|
633
933
|
},
|
|
634
|
-
"../../../node_modules/base-x/src/index.d.ts": {
|
|
635
|
-
"version": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
636
|
-
"signature": "e91751abb2372a36a90869d36f6ad5d5e69a84c5513ca99d236554e4dd8b9aa1",
|
|
637
|
-
"affectsGlobalScope": false
|
|
638
|
-
},
|
|
639
|
-
"../../../node_modules/@types/bs58/index.d.ts": {
|
|
640
|
-
"version": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
641
|
-
"signature": "5cbc27193321e6ba10f4e9f3c5519649d9e2716cf103efd7eaa7a89e0f8ed1d4",
|
|
642
|
-
"affectsGlobalScope": false
|
|
643
|
-
},
|
|
644
934
|
"../../../node_modules/@types/range-parser/index.d.ts": {
|
|
645
935
|
"version": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
|
|
646
936
|
"signature": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
|
|
@@ -666,11 +956,6 @@
|
|
|
666
956
|
"signature": "961162d2c2a86091832002f61b810676411eff71be20cfc5676f6e90b07b8235",
|
|
667
957
|
"affectsGlobalScope": false
|
|
668
958
|
},
|
|
669
|
-
"../../../node_modules/@types/create-hmac/index.d.ts": {
|
|
670
|
-
"version": "f5011428f5bc27b1e1624e627a9c455185a15b762f23e4cdbdaf82e2dff767b9",
|
|
671
|
-
"signature": "f5011428f5bc27b1e1624e627a9c455185a15b762f23e4cdbdaf82e2dff767b9",
|
|
672
|
-
"affectsGlobalScope": false
|
|
673
|
-
},
|
|
674
959
|
"../../../node_modules/@types/ms/index.d.ts": {
|
|
675
960
|
"version": "6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042",
|
|
676
961
|
"signature": "6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042",
|
|
@@ -1120,7 +1405,7 @@
|
|
|
1120
1405
|
"strictBindCallApply": true,
|
|
1121
1406
|
"strictFunctionTypes": true,
|
|
1122
1407
|
"strictNullChecks": true,
|
|
1123
|
-
"strictPropertyInitialization":
|
|
1408
|
+
"strictPropertyInitialization": false,
|
|
1124
1409
|
"target": 6,
|
|
1125
1410
|
"typeRoots": [
|
|
1126
1411
|
"../../../types",
|
|
@@ -1134,6 +1419,105 @@
|
|
|
1134
1419
|
"configFilePath": "../tsconfig.json"
|
|
1135
1420
|
},
|
|
1136
1421
|
"referencedMap": {
|
|
1422
|
+
"../src/account-lib/basecoin/basekeypair.ts": [
|
|
1423
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1424
|
+
"../src/account-lib/basecoin/enum.ts"
|
|
1425
|
+
],
|
|
1426
|
+
"../src/account-lib/basecoin/basetransaction.ts": [
|
|
1427
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1428
|
+
"../../statics/dist/src/index.d.ts",
|
|
1429
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
1430
|
+
"../src/account-lib/basecoin/errors.ts",
|
|
1431
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
1432
|
+
],
|
|
1433
|
+
"../src/account-lib/basecoin/basetransactionbuilder.ts": [
|
|
1434
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1435
|
+
"../../../node_modules/bignumber.js/bignumber.d.ts",
|
|
1436
|
+
"../../statics/dist/src/index.d.ts",
|
|
1437
|
+
"../src/account-lib/basecoin/basetransaction.ts",
|
|
1438
|
+
"../src/account-lib/basecoin/errors.ts",
|
|
1439
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
1440
|
+
],
|
|
1441
|
+
"../src/account-lib/basecoin/basetransactionbuilderfactory.ts": [
|
|
1442
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1443
|
+
"../../statics/dist/src/index.d.ts"
|
|
1444
|
+
],
|
|
1445
|
+
"../src/account-lib/basecoin/baseutils.ts": [
|
|
1446
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
1447
|
+
],
|
|
1448
|
+
"../src/account-lib/basecoin/blskeypair.ts": [
|
|
1449
|
+
"../../../node_modules/@types/node/assert.d.ts",
|
|
1450
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1451
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
1452
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
1453
|
+
"../src/account-lib/basecoin/errors.ts",
|
|
1454
|
+
"../src/account-lib/basecoin/iface.ts",
|
|
1455
|
+
"../src/account-lib/util/crypto.ts"
|
|
1456
|
+
],
|
|
1457
|
+
"../src/account-lib/basecoin/ed25519keypair.ts": [
|
|
1458
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1459
|
+
"../../../node_modules/tweetnacl/nacl.d.ts",
|
|
1460
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
1461
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
1462
|
+
"../src/account-lib/basecoin/iface.ts",
|
|
1463
|
+
"../src/account-lib/util/crypto.ts",
|
|
1464
|
+
"../src/account-lib/util/ed25519keyderiver.ts"
|
|
1465
|
+
],
|
|
1466
|
+
"../src/account-lib/basecoin/enum.ts": [
|
|
1467
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
1468
|
+
],
|
|
1469
|
+
"../src/account-lib/basecoin/errors.ts": [
|
|
1470
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
1471
|
+
],
|
|
1472
|
+
"../src/account-lib/basecoin/iface.ts": [
|
|
1473
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1474
|
+
"../src/account-lib/basecoin/basetransactionbuilder.ts",
|
|
1475
|
+
"../src/account-lib/basecoin/basetransactionbuilderfactory.ts"
|
|
1476
|
+
],
|
|
1477
|
+
"../src/account-lib/basecoin/index.ts": [
|
|
1478
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1479
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
1480
|
+
"../src/account-lib/basecoin/basetransaction.ts",
|
|
1481
|
+
"../src/account-lib/basecoin/basetransactionbuilder.ts",
|
|
1482
|
+
"../src/account-lib/basecoin/basetransactionbuilderfactory.ts",
|
|
1483
|
+
"../src/account-lib/basecoin/baseutils.ts",
|
|
1484
|
+
"../src/account-lib/basecoin/blskeypair.ts",
|
|
1485
|
+
"../src/account-lib/basecoin/ed25519keypair.ts",
|
|
1486
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
1487
|
+
"../src/account-lib/basecoin/errors.ts",
|
|
1488
|
+
"../src/account-lib/basecoin/iface.ts",
|
|
1489
|
+
"../src/account-lib/basecoin/secp256k1extendedkeypair.ts"
|
|
1490
|
+
],
|
|
1491
|
+
"../src/account-lib/basecoin/secp256k1extendedkeypair.ts": [
|
|
1492
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1493
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
1494
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1495
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
1496
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
1497
|
+
"../src/account-lib/basecoin/errors.ts",
|
|
1498
|
+
"../src/account-lib/basecoin/iface.ts",
|
|
1499
|
+
"../src/account-lib/util/crypto.ts"
|
|
1500
|
+
],
|
|
1501
|
+
"../src/account-lib/index.ts": [
|
|
1502
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1503
|
+
"../src/account-lib/basecoin/index.ts",
|
|
1504
|
+
"../src/account-lib/util/crypto.ts",
|
|
1505
|
+
"../src/account-lib/util/ed25519keyderiver.ts"
|
|
1506
|
+
],
|
|
1507
|
+
"../src/account-lib/util/crypto.ts": [
|
|
1508
|
+
"../../../node_modules/@stablelib/hex/lib/hex.d.ts",
|
|
1509
|
+
"../../../node_modules/@types/bs58/index.d.ts",
|
|
1510
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1511
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
1512
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
1513
|
+
"../../../node_modules/noble-bls12-381/index.d.ts",
|
|
1514
|
+
"../../../node_modules/tweetnacl/nacl.d.ts",
|
|
1515
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
1516
|
+
],
|
|
1517
|
+
"../src/account-lib/util/ed25519keyderiver.ts": [
|
|
1518
|
+
"../../../node_modules/@types/create-hmac/index.d.ts",
|
|
1519
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
1520
|
+
],
|
|
1137
1521
|
"../src/bigojserror.ts": [
|
|
1138
1522
|
"../../../node_modules/@types/node/util.d.ts"
|
|
1139
1523
|
],
|
|
@@ -1144,6 +1528,7 @@
|
|
|
1144
1528
|
],
|
|
1145
1529
|
"../src/index.ts": [
|
|
1146
1530
|
"../../../node_modules/@types/node/util.d.ts",
|
|
1531
|
+
"../src/account-lib/index.ts",
|
|
1147
1532
|
"../src/bigojserror.ts",
|
|
1148
1533
|
"../src/common.ts",
|
|
1149
1534
|
"../src/v2/index.ts"
|
|
@@ -1160,6 +1545,55 @@
|
|
|
1160
1545
|
"../src/v2/types.ts": [
|
|
1161
1546
|
"../../../node_modules/@types/node/util.d.ts"
|
|
1162
1547
|
],
|
|
1548
|
+
"../../statics/dist/src/account.d.ts": [
|
|
1549
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1550
|
+
"../../statics/dist/src/base.d.ts",
|
|
1551
|
+
"../../statics/dist/src/networks.d.ts"
|
|
1552
|
+
],
|
|
1553
|
+
"../../statics/dist/src/base.d.ts": [
|
|
1554
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1555
|
+
"../../statics/dist/src/networks.d.ts"
|
|
1556
|
+
],
|
|
1557
|
+
"../../statics/dist/src/coins.d.ts": [
|
|
1558
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1559
|
+
"../../statics/dist/src/map.d.ts"
|
|
1560
|
+
],
|
|
1561
|
+
"../../statics/dist/src/errors.d.ts": [
|
|
1562
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1563
|
+
"../../statics/dist/src/base.d.ts"
|
|
1564
|
+
],
|
|
1565
|
+
"../../statics/dist/src/index.d.ts": [
|
|
1566
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1567
|
+
"../../statics/dist/src/account.d.ts",
|
|
1568
|
+
"../../statics/dist/src/base.d.ts",
|
|
1569
|
+
"../../statics/dist/src/coins.d.ts",
|
|
1570
|
+
"../../statics/dist/src/errors.d.ts",
|
|
1571
|
+
"../../statics/dist/src/map.d.ts",
|
|
1572
|
+
"../../statics/dist/src/networks.d.ts",
|
|
1573
|
+
"../../statics/dist/src/ofc.d.ts",
|
|
1574
|
+
"../../statics/dist/src/utxo.d.ts"
|
|
1575
|
+
],
|
|
1576
|
+
"../../statics/dist/src/map.d.ts": [
|
|
1577
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1578
|
+
"../../statics/dist/src/base.d.ts"
|
|
1579
|
+
],
|
|
1580
|
+
"../../statics/dist/src/networks.d.ts": [
|
|
1581
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1582
|
+
"../../statics/dist/src/base.d.ts"
|
|
1583
|
+
],
|
|
1584
|
+
"../../statics/dist/src/ofc.d.ts": [
|
|
1585
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1586
|
+
"../../statics/dist/src/base.d.ts",
|
|
1587
|
+
"../../statics/dist/src/networks.d.ts"
|
|
1588
|
+
],
|
|
1589
|
+
"../../statics/dist/src/utxo.d.ts": [
|
|
1590
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
1591
|
+
"../../statics/dist/src/base.d.ts",
|
|
1592
|
+
"../../statics/dist/src/networks.d.ts"
|
|
1593
|
+
],
|
|
1594
|
+
"../../../node_modules/@stablelib/hex/lib/hex.d.ts": [
|
|
1595
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
1596
|
+
],
|
|
1163
1597
|
"../../../node_modules/@types/archy/index.d.ts": [
|
|
1164
1598
|
"../../../node_modules/@types/node/util.d.ts"
|
|
1165
1599
|
],
|
|
@@ -2155,12 +2589,173 @@
|
|
|
2155
2589
|
"../../../node_modules/bignumber.js/bignumber.d.ts": [
|
|
2156
2590
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2157
2591
|
],
|
|
2592
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts": [
|
|
2593
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2594
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2595
|
+
],
|
|
2596
|
+
"../../../node_modules/bip174/src/lib/psbt.d.ts": [
|
|
2597
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2598
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2599
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts"
|
|
2600
|
+
],
|
|
2601
|
+
"../../../node_modules/bip32/types/bip32.d.ts": [
|
|
2602
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2603
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2604
|
+
],
|
|
2605
|
+
"../../../node_modules/bip32/types/index.d.ts": [
|
|
2606
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2607
|
+
"../../../node_modules/bip32/types/bip32.d.ts"
|
|
2608
|
+
],
|
|
2609
|
+
"../../../node_modules/bitcoinjs-lib/types/address.d.ts": [
|
|
2610
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2611
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2612
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts"
|
|
2613
|
+
],
|
|
2614
|
+
"../../../node_modules/bitcoinjs-lib/types/block.d.ts": [
|
|
2615
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2616
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2617
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
2618
|
+
],
|
|
2619
|
+
"../../../node_modules/bitcoinjs-lib/types/classify.d.ts": [
|
|
2620
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2621
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2622
|
+
],
|
|
2623
|
+
"../../../node_modules/bitcoinjs-lib/types/crypto.d.ts": [
|
|
2624
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2625
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2626
|
+
],
|
|
2627
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts": [
|
|
2628
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2629
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2630
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts"
|
|
2631
|
+
],
|
|
2632
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts": [
|
|
2633
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2634
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
2635
|
+
"../../../node_modules/bitcoinjs-lib/types/address.d.ts",
|
|
2636
|
+
"../../../node_modules/bitcoinjs-lib/types/block.d.ts",
|
|
2637
|
+
"../../../node_modules/bitcoinjs-lib/types/classify.d.ts",
|
|
2638
|
+
"../../../node_modules/bitcoinjs-lib/types/crypto.d.ts",
|
|
2639
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
|
|
2640
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
2641
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
|
|
2642
|
+
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
|
|
2643
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts",
|
|
2644
|
+
"../../../node_modules/bitcoinjs-lib/types/script.d.ts",
|
|
2645
|
+
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
|
|
2646
|
+
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
|
|
2647
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts",
|
|
2648
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts"
|
|
2649
|
+
],
|
|
2650
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts": [
|
|
2651
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2652
|
+
],
|
|
2653
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts": [
|
|
2654
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2655
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2656
|
+
],
|
|
2657
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts": [
|
|
2658
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2659
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2660
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
2661
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts",
|
|
2662
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts",
|
|
2663
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts",
|
|
2664
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts",
|
|
2665
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts",
|
|
2666
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts",
|
|
2667
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts",
|
|
2668
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts",
|
|
2669
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts"
|
|
2670
|
+
],
|
|
2671
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts": [
|
|
2672
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2673
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2674
|
+
],
|
|
2675
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts": [
|
|
2676
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2677
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2678
|
+
],
|
|
2679
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts": [
|
|
2680
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2681
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2682
|
+
],
|
|
2683
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts": [
|
|
2684
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2685
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2686
|
+
],
|
|
2687
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts": [
|
|
2688
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2689
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2690
|
+
],
|
|
2691
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts": [
|
|
2692
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2693
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2694
|
+
],
|
|
2695
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts": [
|
|
2696
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2697
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2698
|
+
],
|
|
2699
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts": [
|
|
2700
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2701
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
2702
|
+
],
|
|
2703
|
+
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts": [
|
|
2704
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2705
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2706
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
2707
|
+
"../../../node_modules/bip174/src/lib/psbt.d.ts",
|
|
2708
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
|
|
2709
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
2710
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
2711
|
+
],
|
|
2712
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts": [
|
|
2713
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2714
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2715
|
+
],
|
|
2716
|
+
"../../../node_modules/bitcoinjs-lib/types/script.d.ts": [
|
|
2717
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2718
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2719
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
|
|
2720
|
+
"../../../node_modules/bitcoinjs-lib/types/script_number.d.ts",
|
|
2721
|
+
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts"
|
|
2722
|
+
],
|
|
2723
|
+
"../../../node_modules/bitcoinjs-lib/types/script_number.d.ts": [
|
|
2724
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2725
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2726
|
+
],
|
|
2727
|
+
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts": [
|
|
2728
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2729
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2730
|
+
],
|
|
2731
|
+
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts": [
|
|
2732
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2733
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2734
|
+
],
|
|
2735
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts": [
|
|
2736
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2737
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2738
|
+
],
|
|
2739
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts": [
|
|
2740
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
2741
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2742
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
|
|
2743
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
2744
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
2745
|
+
],
|
|
2158
2746
|
"../../../node_modules/buffer/index.d.ts": [
|
|
2159
2747
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2160
2748
|
],
|
|
2161
2749
|
"../../../node_modules/csstype/index.d.ts": [
|
|
2162
2750
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2163
2751
|
],
|
|
2752
|
+
"../../../node_modules/noble-bls12-381/index.d.ts": [
|
|
2753
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2754
|
+
"../../../node_modules/noble-bls12-381/math.d.ts"
|
|
2755
|
+
],
|
|
2756
|
+
"../../../node_modules/noble-bls12-381/math.d.ts": [
|
|
2757
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2758
|
+
],
|
|
2164
2759
|
"../../../node_modules/should/should.d.ts": [
|
|
2165
2760
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2166
2761
|
],
|
|
@@ -2170,6 +2765,9 @@
|
|
|
2170
2765
|
"../../../node_modules/tapable/tapable.d.ts": [
|
|
2171
2766
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2172
2767
|
],
|
|
2768
|
+
"../../../node_modules/tweetnacl/nacl.d.ts": [
|
|
2769
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
2770
|
+
],
|
|
2173
2771
|
"../../../node_modules/typescript/lib/lib.dom.d.ts": [
|
|
2174
2772
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2175
2773
|
],
|
|
@@ -2304,10 +2902,70 @@
|
|
|
2304
2902
|
]
|
|
2305
2903
|
},
|
|
2306
2904
|
"exportedModulesMap": {
|
|
2905
|
+
"../src/account-lib/basecoin/basekeypair.ts": [
|
|
2906
|
+
"../src/account-lib/basecoin/enum.ts"
|
|
2907
|
+
],
|
|
2908
|
+
"../src/account-lib/basecoin/basetransaction.ts": [
|
|
2909
|
+
"../../statics/dist/src/index.d.ts",
|
|
2910
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
2911
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
2912
|
+
],
|
|
2913
|
+
"../src/account-lib/basecoin/basetransactionbuilder.ts": [
|
|
2914
|
+
"../../../node_modules/bignumber.js/bignumber.d.ts",
|
|
2915
|
+
"../../statics/dist/src/index.d.ts",
|
|
2916
|
+
"../src/account-lib/basecoin/basetransaction.ts",
|
|
2917
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
2918
|
+
],
|
|
2919
|
+
"../src/account-lib/basecoin/basetransactionbuilderfactory.ts": [
|
|
2920
|
+
"../../statics/dist/src/index.d.ts"
|
|
2921
|
+
],
|
|
2922
|
+
"../src/account-lib/basecoin/blskeypair.ts": [
|
|
2923
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
2924
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
2925
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
2926
|
+
],
|
|
2927
|
+
"../src/account-lib/basecoin/ed25519keypair.ts": [
|
|
2928
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
2929
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
2930
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
2931
|
+
],
|
|
2932
|
+
"../src/account-lib/basecoin/iface.ts": [
|
|
2933
|
+
"../src/account-lib/basecoin/basetransactionbuilder.ts",
|
|
2934
|
+
"../src/account-lib/basecoin/basetransactionbuilderfactory.ts"
|
|
2935
|
+
],
|
|
2936
|
+
"../src/account-lib/basecoin/index.ts": [
|
|
2937
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
2938
|
+
"../src/account-lib/basecoin/basetransaction.ts",
|
|
2939
|
+
"../src/account-lib/basecoin/basetransactionbuilder.ts",
|
|
2940
|
+
"../src/account-lib/basecoin/basetransactionbuilderfactory.ts",
|
|
2941
|
+
"../src/account-lib/basecoin/baseutils.ts",
|
|
2942
|
+
"../src/account-lib/basecoin/blskeypair.ts",
|
|
2943
|
+
"../src/account-lib/basecoin/ed25519keypair.ts",
|
|
2944
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
2945
|
+
"../src/account-lib/basecoin/errors.ts",
|
|
2946
|
+
"../src/account-lib/basecoin/iface.ts",
|
|
2947
|
+
"../src/account-lib/basecoin/secp256k1extendedkeypair.ts"
|
|
2948
|
+
],
|
|
2949
|
+
"../src/account-lib/basecoin/secp256k1extendedkeypair.ts": [
|
|
2950
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
2951
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
2952
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
2953
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
2954
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
2955
|
+
],
|
|
2956
|
+
"../src/account-lib/index.ts": [
|
|
2957
|
+
"../src/account-lib/basecoin/index.ts",
|
|
2958
|
+
"../src/account-lib/util/crypto.ts",
|
|
2959
|
+
"../src/account-lib/util/ed25519keyderiver.ts"
|
|
2960
|
+
],
|
|
2961
|
+
"../src/account-lib/util/crypto.ts": [
|
|
2962
|
+
"../src/account-lib/basecoin/iface.ts"
|
|
2963
|
+
],
|
|
2307
2964
|
"../src/common.ts": [
|
|
2308
2965
|
"../src/v2/index.ts"
|
|
2309
2966
|
],
|
|
2310
2967
|
"../src/index.ts": [
|
|
2968
|
+
"../src/account-lib/index.ts",
|
|
2311
2969
|
"../src/bigojserror.ts",
|
|
2312
2970
|
"../src/common.ts",
|
|
2313
2971
|
"../src/v2/index.ts"
|
|
@@ -2319,6 +2977,55 @@
|
|
|
2319
2977
|
"../src/v2/environments.ts",
|
|
2320
2978
|
"../src/v2/types.ts"
|
|
2321
2979
|
],
|
|
2980
|
+
"../../statics/dist/src/account.d.ts": [
|
|
2981
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2982
|
+
"../../statics/dist/src/base.d.ts",
|
|
2983
|
+
"../../statics/dist/src/networks.d.ts"
|
|
2984
|
+
],
|
|
2985
|
+
"../../statics/dist/src/base.d.ts": [
|
|
2986
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2987
|
+
"../../statics/dist/src/networks.d.ts"
|
|
2988
|
+
],
|
|
2989
|
+
"../../statics/dist/src/coins.d.ts": [
|
|
2990
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2991
|
+
"../../statics/dist/src/map.d.ts"
|
|
2992
|
+
],
|
|
2993
|
+
"../../statics/dist/src/errors.d.ts": [
|
|
2994
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2995
|
+
"../../statics/dist/src/base.d.ts"
|
|
2996
|
+
],
|
|
2997
|
+
"../../statics/dist/src/index.d.ts": [
|
|
2998
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
2999
|
+
"../../statics/dist/src/account.d.ts",
|
|
3000
|
+
"../../statics/dist/src/base.d.ts",
|
|
3001
|
+
"../../statics/dist/src/coins.d.ts",
|
|
3002
|
+
"../../statics/dist/src/errors.d.ts",
|
|
3003
|
+
"../../statics/dist/src/map.d.ts",
|
|
3004
|
+
"../../statics/dist/src/networks.d.ts",
|
|
3005
|
+
"../../statics/dist/src/ofc.d.ts",
|
|
3006
|
+
"../../statics/dist/src/utxo.d.ts"
|
|
3007
|
+
],
|
|
3008
|
+
"../../statics/dist/src/map.d.ts": [
|
|
3009
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
3010
|
+
"../../statics/dist/src/base.d.ts"
|
|
3011
|
+
],
|
|
3012
|
+
"../../statics/dist/src/networks.d.ts": [
|
|
3013
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
3014
|
+
"../../statics/dist/src/base.d.ts"
|
|
3015
|
+
],
|
|
3016
|
+
"../../statics/dist/src/ofc.d.ts": [
|
|
3017
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
3018
|
+
"../../statics/dist/src/base.d.ts",
|
|
3019
|
+
"../../statics/dist/src/networks.d.ts"
|
|
3020
|
+
],
|
|
3021
|
+
"../../statics/dist/src/utxo.d.ts": [
|
|
3022
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
3023
|
+
"../../statics/dist/src/base.d.ts",
|
|
3024
|
+
"../../statics/dist/src/networks.d.ts"
|
|
3025
|
+
],
|
|
3026
|
+
"../../../node_modules/@stablelib/hex/lib/hex.d.ts": [
|
|
3027
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
3028
|
+
],
|
|
2322
3029
|
"../../../node_modules/@types/archy/index.d.ts": [
|
|
2323
3030
|
"../../../node_modules/@types/node/util.d.ts"
|
|
2324
3031
|
],
|
|
@@ -3314,12 +4021,173 @@
|
|
|
3314
4021
|
"../../../node_modules/bignumber.js/bignumber.d.ts": [
|
|
3315
4022
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3316
4023
|
],
|
|
4024
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts": [
|
|
4025
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4026
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4027
|
+
],
|
|
4028
|
+
"../../../node_modules/bip174/src/lib/psbt.d.ts": [
|
|
4029
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4030
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4031
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts"
|
|
4032
|
+
],
|
|
4033
|
+
"../../../node_modules/bip32/types/bip32.d.ts": [
|
|
4034
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4035
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4036
|
+
],
|
|
4037
|
+
"../../../node_modules/bip32/types/index.d.ts": [
|
|
4038
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4039
|
+
"../../../node_modules/bip32/types/bip32.d.ts"
|
|
4040
|
+
],
|
|
4041
|
+
"../../../node_modules/bitcoinjs-lib/types/address.d.ts": [
|
|
4042
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4043
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4044
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts"
|
|
4045
|
+
],
|
|
4046
|
+
"../../../node_modules/bitcoinjs-lib/types/block.d.ts": [
|
|
4047
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4048
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4049
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
4050
|
+
],
|
|
4051
|
+
"../../../node_modules/bitcoinjs-lib/types/classify.d.ts": [
|
|
4052
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4053
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4054
|
+
],
|
|
4055
|
+
"../../../node_modules/bitcoinjs-lib/types/crypto.d.ts": [
|
|
4056
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4057
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4058
|
+
],
|
|
4059
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts": [
|
|
4060
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4061
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4062
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts"
|
|
4063
|
+
],
|
|
4064
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts": [
|
|
4065
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4066
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
4067
|
+
"../../../node_modules/bitcoinjs-lib/types/address.d.ts",
|
|
4068
|
+
"../../../node_modules/bitcoinjs-lib/types/block.d.ts",
|
|
4069
|
+
"../../../node_modules/bitcoinjs-lib/types/classify.d.ts",
|
|
4070
|
+
"../../../node_modules/bitcoinjs-lib/types/crypto.d.ts",
|
|
4071
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
|
|
4072
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
4073
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
|
|
4074
|
+
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
|
|
4075
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts",
|
|
4076
|
+
"../../../node_modules/bitcoinjs-lib/types/script.d.ts",
|
|
4077
|
+
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
|
|
4078
|
+
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
|
|
4079
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts",
|
|
4080
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts"
|
|
4081
|
+
],
|
|
4082
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts": [
|
|
4083
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4084
|
+
],
|
|
4085
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts": [
|
|
4086
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4087
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4088
|
+
],
|
|
4089
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts": [
|
|
4090
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4091
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4092
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
4093
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts",
|
|
4094
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts",
|
|
4095
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts",
|
|
4096
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts",
|
|
4097
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts",
|
|
4098
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts",
|
|
4099
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts",
|
|
4100
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts",
|
|
4101
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts"
|
|
4102
|
+
],
|
|
4103
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts": [
|
|
4104
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4105
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4106
|
+
],
|
|
4107
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts": [
|
|
4108
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4109
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4110
|
+
],
|
|
4111
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts": [
|
|
4112
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4113
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4114
|
+
],
|
|
4115
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts": [
|
|
4116
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4117
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4118
|
+
],
|
|
4119
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts": [
|
|
4120
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4121
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4122
|
+
],
|
|
4123
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts": [
|
|
4124
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4125
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4126
|
+
],
|
|
4127
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts": [
|
|
4128
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4129
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4130
|
+
],
|
|
4131
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts": [
|
|
4132
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4133
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
|
|
4134
|
+
],
|
|
4135
|
+
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts": [
|
|
4136
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4137
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4138
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
4139
|
+
"../../../node_modules/bip174/src/lib/psbt.d.ts",
|
|
4140
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
|
|
4141
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
4142
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
4143
|
+
],
|
|
4144
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts": [
|
|
4145
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4146
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4147
|
+
],
|
|
4148
|
+
"../../../node_modules/bitcoinjs-lib/types/script.d.ts": [
|
|
4149
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4150
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4151
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
|
|
4152
|
+
"../../../node_modules/bitcoinjs-lib/types/script_number.d.ts",
|
|
4153
|
+
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts"
|
|
4154
|
+
],
|
|
4155
|
+
"../../../node_modules/bitcoinjs-lib/types/script_number.d.ts": [
|
|
4156
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4157
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4158
|
+
],
|
|
4159
|
+
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts": [
|
|
4160
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4161
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4162
|
+
],
|
|
4163
|
+
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts": [
|
|
4164
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4165
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4166
|
+
],
|
|
4167
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts": [
|
|
4168
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4169
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4170
|
+
],
|
|
4171
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts": [
|
|
4172
|
+
"../../../node_modules/@types/node/index.d.ts",
|
|
4173
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4174
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
|
|
4175
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
4176
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
|
|
4177
|
+
],
|
|
3317
4178
|
"../../../node_modules/buffer/index.d.ts": [
|
|
3318
4179
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3319
4180
|
],
|
|
3320
4181
|
"../../../node_modules/csstype/index.d.ts": [
|
|
3321
4182
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3322
4183
|
],
|
|
4184
|
+
"../../../node_modules/noble-bls12-381/index.d.ts": [
|
|
4185
|
+
"../../../node_modules/@types/node/util.d.ts",
|
|
4186
|
+
"../../../node_modules/noble-bls12-381/math.d.ts"
|
|
4187
|
+
],
|
|
4188
|
+
"../../../node_modules/noble-bls12-381/math.d.ts": [
|
|
4189
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4190
|
+
],
|
|
3323
4191
|
"../../../node_modules/should/should.d.ts": [
|
|
3324
4192
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3325
4193
|
],
|
|
@@ -3329,6 +4197,9 @@
|
|
|
3329
4197
|
"../../../node_modules/tapable/tapable.d.ts": [
|
|
3330
4198
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3331
4199
|
],
|
|
4200
|
+
"../../../node_modules/tweetnacl/nacl.d.ts": [
|
|
4201
|
+
"../../../node_modules/@types/node/util.d.ts"
|
|
4202
|
+
],
|
|
3332
4203
|
"../../../node_modules/typescript/lib/lib.dom.d.ts": [
|
|
3333
4204
|
"../../../node_modules/@types/node/util.d.ts"
|
|
3334
4205
|
],
|
|
@@ -3463,12 +4334,37 @@
|
|
|
3463
4334
|
]
|
|
3464
4335
|
},
|
|
3465
4336
|
"semanticDiagnosticsPerFile": [
|
|
4337
|
+
"../src/account-lib/basecoin/basekeypair.ts",
|
|
4338
|
+
"../src/account-lib/basecoin/basetransaction.ts",
|
|
4339
|
+
"../src/account-lib/basecoin/basetransactionbuilder.ts",
|
|
4340
|
+
"../src/account-lib/basecoin/basetransactionbuilderfactory.ts",
|
|
4341
|
+
"../src/account-lib/basecoin/baseutils.ts",
|
|
4342
|
+
"../src/account-lib/basecoin/blskeypair.ts",
|
|
4343
|
+
"../src/account-lib/basecoin/ed25519keypair.ts",
|
|
4344
|
+
"../src/account-lib/basecoin/enum.ts",
|
|
4345
|
+
"../src/account-lib/basecoin/errors.ts",
|
|
4346
|
+
"../src/account-lib/basecoin/iface.ts",
|
|
4347
|
+
"../src/account-lib/basecoin/index.ts",
|
|
4348
|
+
"../src/account-lib/basecoin/secp256k1extendedkeypair.ts",
|
|
4349
|
+
"../src/account-lib/index.ts",
|
|
4350
|
+
"../src/account-lib/util/crypto.ts",
|
|
4351
|
+
"../src/account-lib/util/ed25519keyderiver.ts",
|
|
3466
4352
|
"../src/bigojserror.ts",
|
|
3467
4353
|
"../src/common.ts",
|
|
3468
4354
|
"../src/index.ts",
|
|
3469
4355
|
"../src/v2/environments.ts",
|
|
3470
4356
|
"../src/v2/index.ts",
|
|
3471
4357
|
"../src/v2/types.ts",
|
|
4358
|
+
"../../statics/dist/src/account.d.ts",
|
|
4359
|
+
"../../statics/dist/src/base.d.ts",
|
|
4360
|
+
"../../statics/dist/src/coins.d.ts",
|
|
4361
|
+
"../../statics/dist/src/errors.d.ts",
|
|
4362
|
+
"../../statics/dist/src/index.d.ts",
|
|
4363
|
+
"../../statics/dist/src/map.d.ts",
|
|
4364
|
+
"../../statics/dist/src/networks.d.ts",
|
|
4365
|
+
"../../statics/dist/src/ofc.d.ts",
|
|
4366
|
+
"../../statics/dist/src/utxo.d.ts",
|
|
4367
|
+
"../../../node_modules/@stablelib/hex/lib/hex.d.ts",
|
|
3472
4368
|
"../../../node_modules/@types/archy/index.d.ts",
|
|
3473
4369
|
"../../../node_modules/@types/argparse/index.d.ts",
|
|
3474
4370
|
"../../../node_modules/@types/aria-query/index.d.ts",
|
|
@@ -3635,11 +4531,43 @@
|
|
|
3635
4531
|
"../../../node_modules/anymatch/index.d.ts",
|
|
3636
4532
|
"../../../node_modules/base-x/src/index.d.ts",
|
|
3637
4533
|
"../../../node_modules/bignumber.js/bignumber.d.ts",
|
|
4534
|
+
"../../../node_modules/bip174/src/lib/interfaces.d.ts",
|
|
4535
|
+
"../../../node_modules/bip174/src/lib/psbt.d.ts",
|
|
4536
|
+
"../../../node_modules/bip32/types/bip32.d.ts",
|
|
4537
|
+
"../../../node_modules/bip32/types/index.d.ts",
|
|
4538
|
+
"../../../node_modules/bitcoinjs-lib/types/address.d.ts",
|
|
4539
|
+
"../../../node_modules/bitcoinjs-lib/types/block.d.ts",
|
|
4540
|
+
"../../../node_modules/bitcoinjs-lib/types/classify.d.ts",
|
|
4541
|
+
"../../../node_modules/bitcoinjs-lib/types/crypto.d.ts",
|
|
4542
|
+
"../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
|
|
4543
|
+
"../../../node_modules/bitcoinjs-lib/types/index.d.ts",
|
|
4544
|
+
"../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
|
|
4545
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts",
|
|
4546
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
|
|
4547
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts",
|
|
4548
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts",
|
|
4549
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts",
|
|
4550
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts",
|
|
4551
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts",
|
|
4552
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts",
|
|
4553
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts",
|
|
4554
|
+
"../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts",
|
|
4555
|
+
"../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
|
|
4556
|
+
"../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts",
|
|
4557
|
+
"../../../node_modules/bitcoinjs-lib/types/script.d.ts",
|
|
4558
|
+
"../../../node_modules/bitcoinjs-lib/types/script_number.d.ts",
|
|
4559
|
+
"../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
|
|
4560
|
+
"../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
|
|
4561
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction.d.ts",
|
|
4562
|
+
"../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts",
|
|
3638
4563
|
"../../../node_modules/buffer/index.d.ts",
|
|
3639
4564
|
"../../../node_modules/csstype/index.d.ts",
|
|
4565
|
+
"../../../node_modules/noble-bls12-381/index.d.ts",
|
|
4566
|
+
"../../../node_modules/noble-bls12-381/math.d.ts",
|
|
3640
4567
|
"../../../node_modules/should/should.d.ts",
|
|
3641
4568
|
"../../../node_modules/source-map/source-map.d.ts",
|
|
3642
4569
|
"../../../node_modules/tapable/tapable.d.ts",
|
|
4570
|
+
"../../../node_modules/tweetnacl/nacl.d.ts",
|
|
3643
4571
|
"../../../node_modules/typescript/lib/lib.dom.d.ts",
|
|
3644
4572
|
"../../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
|
|
3645
4573
|
"../../../node_modules/typescript/lib/lib.es2015.core.d.ts",
|