@bitgo/sdk-core 2.0.0-rc.3 → 2.0.0-rc.30

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.
Files changed (130) hide show
  1. package/CHANGELOG.md +328 -0
  2. package/dist/src/account-lib/baseCoin/enum.d.ts +6 -5
  3. package/dist/src/account-lib/baseCoin/enum.d.ts.map +1 -1
  4. package/dist/src/account-lib/baseCoin/enum.js +6 -5
  5. package/dist/src/account-lib/baseCoin/secp256k1ExtendedKeyPair.d.ts +4 -5
  6. package/dist/src/account-lib/baseCoin/secp256k1ExtendedKeyPair.d.ts.map +1 -1
  7. package/dist/src/account-lib/baseCoin/secp256k1ExtendedKeyPair.js +9 -10
  8. package/dist/src/account-lib/mpc/curves/ed25519.js +2 -2
  9. package/dist/src/account-lib/mpc/curves/secp256k1.d.ts.map +1 -1
  10. package/dist/src/account-lib/mpc/curves/secp256k1.js +2 -2
  11. package/dist/src/account-lib/mpc/index.d.ts +2 -1
  12. package/dist/src/account-lib/mpc/index.d.ts.map +1 -1
  13. package/dist/src/account-lib/mpc/index.js +7 -2
  14. package/dist/src/account-lib/mpc/shamir.d.ts +3 -2
  15. package/dist/src/account-lib/mpc/shamir.d.ts.map +1 -1
  16. package/dist/src/account-lib/mpc/shamir.js +41 -27
  17. package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts +7 -4
  18. package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.d.ts.map +1 -1
  19. package/dist/src/account-lib/mpc/tss/ecdsa/ecdsa.js +24 -16
  20. package/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts +3 -8
  21. package/dist/src/account-lib/mpc/tss/ecdsa/types.d.ts.map +1 -1
  22. package/dist/src/account-lib/mpc/tss/ecdsa/types.js +1 -1
  23. package/dist/src/account-lib/mpc/tss/eddsa/eddsa.d.ts.map +1 -1
  24. package/dist/src/account-lib/mpc/tss/eddsa/eddsa.js +4 -3
  25. package/dist/src/account-lib/util/crypto.d.ts.map +1 -1
  26. package/dist/src/account-lib/util/crypto.js +9 -10
  27. package/dist/src/bitgo/baseCoin/baseCoin.d.ts +10 -1
  28. package/dist/src/bitgo/baseCoin/baseCoin.d.ts.map +1 -1
  29. package/dist/src/bitgo/baseCoin/baseCoin.js +17 -4
  30. package/dist/src/bitgo/baseCoin/iBaseCoin.d.ts +18 -6
  31. package/dist/src/bitgo/baseCoin/iBaseCoin.d.ts.map +1 -1
  32. package/dist/src/bitgo/baseCoin/iBaseCoin.js +1 -1
  33. package/dist/src/bitgo/bip32util.d.ts +3 -3
  34. package/dist/src/bitgo/bip32util.d.ts.map +1 -1
  35. package/dist/src/bitgo/bip32util.js +1 -1
  36. package/dist/src/bitgo/bitcoin.d.ts +3 -3
  37. package/dist/src/bitgo/bitcoin.d.ts.map +1 -1
  38. package/dist/src/bitgo/bitcoin.js +1 -1
  39. package/dist/src/bitgo/config.d.ts +16 -4
  40. package/dist/src/bitgo/config.d.ts.map +1 -1
  41. package/dist/src/bitgo/ecdh.d.ts +2 -3
  42. package/dist/src/bitgo/ecdh.d.ts.map +1 -1
  43. package/dist/src/bitgo/ecdh.js +1 -1
  44. package/dist/src/bitgo/environments.d.ts +5 -0
  45. package/dist/src/bitgo/environments.d.ts.map +1 -1
  46. package/dist/src/bitgo/environments.js +17 -7
  47. package/dist/src/bitgo/index.d.ts +2 -0
  48. package/dist/src/bitgo/index.d.ts.map +1 -1
  49. package/dist/src/bitgo/index.js +4 -2
  50. package/dist/src/bitgo/keychain/keychains.d.ts.map +1 -1
  51. package/dist/src/bitgo/keychain/keychains.js +2 -2
  52. package/dist/src/bitgo/legacyBitcoin.d.ts +37 -0
  53. package/dist/src/bitgo/legacyBitcoin.d.ts.map +1 -0
  54. package/dist/src/bitgo/legacyBitcoin.js +97 -0
  55. package/dist/src/bitgo/lightning/iLightning.d.ts +45 -6
  56. package/dist/src/bitgo/lightning/iLightning.d.ts.map +1 -1
  57. package/dist/src/bitgo/lightning/iLightning.js +23 -2
  58. package/dist/src/bitgo/lightning/index.d.ts +2 -0
  59. package/dist/src/bitgo/lightning/index.d.ts.map +1 -1
  60. package/dist/src/bitgo/lightning/index.js +3 -1
  61. package/dist/src/bitgo/lightning/lightning.d.ts +9 -4
  62. package/dist/src/bitgo/lightning/lightning.d.ts.map +1 -1
  63. package/dist/src/bitgo/lightning/lightning.js +45 -5
  64. package/dist/src/bitgo/lightning/lightningUtils.d.ts +42 -0
  65. package/dist/src/bitgo/lightning/lightningUtils.d.ts.map +1 -0
  66. package/dist/src/bitgo/lightning/lightningUtils.js +139 -0
  67. package/dist/src/bitgo/lightning/lnurlCodec.d.ts +3 -0
  68. package/dist/src/bitgo/lightning/lnurlCodec.d.ts.map +1 -0
  69. package/dist/src/bitgo/lightning/lnurlCodec.js +28 -0
  70. package/dist/src/bitgo/pendingApproval/pendingApproval.d.ts.map +1 -1
  71. package/dist/src/bitgo/pendingApproval/pendingApproval.js +3 -2
  72. package/dist/src/bitgo/recovery/initiate.d.ts +3 -3
  73. package/dist/src/bitgo/recovery/initiate.d.ts.map +1 -1
  74. package/dist/src/bitgo/recovery/initiate.js +5 -24
  75. package/dist/src/bitgo/staking/iStakingWallet.d.ts +32 -0
  76. package/dist/src/bitgo/staking/iStakingWallet.d.ts.map +1 -1
  77. package/dist/src/bitgo/staking/iStakingWallet.js +10 -1
  78. package/dist/src/bitgo/staking/stakingWallet.d.ts +9 -1
  79. package/dist/src/bitgo/staking/stakingWallet.d.ts.map +1 -1
  80. package/dist/src/bitgo/staking/stakingWallet.js +19 -4
  81. package/dist/src/bitgo/tss/common.d.ts +1 -1
  82. package/dist/src/bitgo/tss/common.d.ts.map +1 -1
  83. package/dist/src/bitgo/tss/common.js +7 -3
  84. package/dist/src/bitgo/tss/ecdsa/ecdsa.d.ts +59 -10
  85. package/dist/src/bitgo/tss/ecdsa/ecdsa.d.ts.map +1 -1
  86. package/dist/src/bitgo/tss/ecdsa/ecdsa.js +221 -97
  87. package/dist/src/bitgo/tss/ecdsa/types.d.ts +4 -2
  88. package/dist/src/bitgo/tss/ecdsa/types.d.ts.map +1 -1
  89. package/dist/src/bitgo/tss/ecdsa/types.js +1 -1
  90. package/dist/src/bitgo/tss/eddsa/eddsa.d.ts +2 -2
  91. package/dist/src/bitgo/tss/eddsa/eddsa.d.ts.map +1 -1
  92. package/dist/src/bitgo/tss/eddsa/eddsa.js +5 -5
  93. package/dist/src/bitgo/utils/mpcUtils.d.ts.map +1 -1
  94. package/dist/src/bitgo/utils/mpcUtils.js +2 -1
  95. package/dist/src/bitgo/utils/opengpgUtils.d.ts +42 -0
  96. package/dist/src/bitgo/utils/opengpgUtils.d.ts.map +1 -1
  97. package/dist/src/bitgo/utils/opengpgUtils.js +136 -3
  98. package/dist/src/bitgo/utils/tss/baseTSSUtils.d.ts +41 -5
  99. package/dist/src/bitgo/utils/tss/baseTSSUtils.d.ts.map +1 -1
  100. package/dist/src/bitgo/utils/tss/baseTSSUtils.js +37 -1
  101. package/dist/src/bitgo/utils/tss/baseTypes.d.ts +46 -1
  102. package/dist/src/bitgo/utils/tss/baseTypes.d.ts.map +1 -1
  103. package/dist/src/bitgo/utils/tss/baseTypes.js +7 -2
  104. package/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts +20 -9
  105. package/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts.map +1 -1
  106. package/dist/src/bitgo/utils/tss/ecdsa/ecdsa.js +44 -40
  107. package/dist/src/bitgo/utils/tss/eddsa/eddsa.d.ts +18 -8
  108. package/dist/src/bitgo/utils/tss/eddsa/eddsa.d.ts.map +1 -1
  109. package/dist/src/bitgo/utils/tss/eddsa/eddsa.js +68 -15
  110. package/dist/src/bitgo/utils/tss/index.d.ts +1 -1
  111. package/dist/src/bitgo/utils/tss/index.js +2 -2
  112. package/dist/src/bitgo/utils/util.js +4 -4
  113. package/dist/src/bitgo/wallet/iWallet.d.ts +14 -4
  114. package/dist/src/bitgo/wallet/iWallet.d.ts.map +1 -1
  115. package/dist/src/bitgo/wallet/iWallet.js +1 -1
  116. package/dist/src/bitgo/wallet/iWallets.d.ts +1 -0
  117. package/dist/src/bitgo/wallet/iWallets.d.ts.map +1 -1
  118. package/dist/src/bitgo/wallet/iWallets.js +1 -1
  119. package/dist/src/bitgo/wallet/wallet.d.ts +25 -5
  120. package/dist/src/bitgo/wallet/wallet.d.ts.map +1 -1
  121. package/dist/src/bitgo/wallet/wallet.js +101 -10
  122. package/dist/src/bitgo/wallet/wallets.d.ts.map +1 -1
  123. package/dist/src/bitgo/wallet/wallets.js +6 -4
  124. package/dist/src/coins/ofc.js +4 -23
  125. package/dist/src/index.d.ts +3 -0
  126. package/dist/src/index.d.ts.map +1 -1
  127. package/dist/src/index.js +4 -2
  128. package/dist/tsconfig.tsbuildinfo +873 -522
  129. package/package.json +10 -7
  130. package/LICENSE +0 -191
@@ -197,8 +197,8 @@
197
197
  "affectsGlobalScope": false
198
198
  },
199
199
  "../../../node_modules/@types/lodash/common/lang.d.ts": {
200
- "version": "ca59fe42b81228a317812e95a2e72ccc8c7f1911b5f0c2a032adf41a0161ec5d",
201
- "signature": "ca59fe42b81228a317812e95a2e72ccc8c7f1911b5f0c2a032adf41a0161ec5d",
200
+ "version": "6702a1cd8818cb22ee95c85dcf2c31c117bde892e1afd2bc254bd720f4c6263c",
201
+ "signature": "6702a1cd8818cb22ee95c85dcf2c31c117bde892e1afd2bc254bd720f4c6263c",
202
202
  "affectsGlobalScope": false
203
203
  },
204
204
  "../../../node_modules/@types/lodash/common/math.d.ts": {
@@ -222,8 +222,8 @@
222
222
  "affectsGlobalScope": false
223
223
  },
224
224
  "../../../node_modules/@types/lodash/common/string.d.ts": {
225
- "version": "3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae",
226
- "signature": "3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae",
225
+ "version": "3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019",
226
+ "signature": "3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019",
227
227
  "affectsGlobalScope": false
228
228
  },
229
229
  "../../../node_modules/@types/lodash/common/util.d.ts": {
@@ -232,8 +232,8 @@
232
232
  "affectsGlobalScope": false
233
233
  },
234
234
  "../../../node_modules/@types/lodash/index.d.ts": {
235
- "version": "0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8",
236
- "signature": "0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8",
235
+ "version": "f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad",
236
+ "signature": "f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad",
237
237
  "affectsGlobalScope": true
238
238
  },
239
239
  "../../../node_modules/@types/node/globals.d.ts": {
@@ -451,129 +451,114 @@
451
451
  "signature": "a2267091f78b005b511883f9f9c464189bdb7550932f9d0f0f79d4301788cba2",
452
452
  "affectsGlobalScope": false
453
453
  },
454
- "../../../node_modules/bip32/types/bip32.d.ts": {
455
- "version": "25d0893cf285d63492c8a0506bec26ac7e4790d46b5c582a89dd5ab9bc248c7a",
456
- "signature": "25d0893cf285d63492c8a0506bec26ac7e4790d46b5c582a89dd5ab9bc248c7a",
454
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts": {
455
+ "version": "6168e4aed14a6ff6e0407266f3a597fb98e5024c48e23537be3f758cb1fd51f3",
456
+ "signature": "6168e4aed14a6ff6e0407266f3a597fb98e5024c48e23537be3f758cb1fd51f3",
457
457
  "affectsGlobalScope": false
458
458
  },
459
- "../../../node_modules/bip32/types/index.d.ts": {
460
- "version": "f74fee4ed5f77ed9e8ee0b2b6105cd5f0f123b64bbeeee7be551ec65a89a0ef4",
461
- "signature": "f74fee4ed5f77ed9e8ee0b2b6105cd5f0f123b64bbeeee7be551ec65a89a0ef4",
462
- "affectsGlobalScope": false
463
- },
464
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts": {
465
- "version": "692cce8a36696e9df80910c05ae3b34340c278bbba03701a9ae92ae038663824",
466
- "signature": "692cce8a36696e9df80910c05ae3b34340c278bbba03701a9ae92ae038663824",
467
- "affectsGlobalScope": false
468
- },
469
- "../../../node_modules/bitcoinjs-lib/types/address.d.ts": {
459
+ "../../../node_modules/bitcoinjs-lib/src/address.d.ts": {
470
460
  "version": "035fd4564409153531cc683821b48048fd01982a8522c120b5a17f9a6320a229",
471
461
  "signature": "035fd4564409153531cc683821b48048fd01982a8522c120b5a17f9a6320a229",
472
462
  "affectsGlobalScope": false
473
463
  },
474
- "../../../node_modules/bitcoinjs-lib/types/classify.d.ts": {
475
- "version": "1e9d8ebf3dfc7a42b29ea823ebbc333e6f37c6a890d5b13cc67958870c066fb7",
476
- "signature": "1e9d8ebf3dfc7a42b29ea823ebbc333e6f37c6a890d5b13cc67958870c066fb7",
477
- "affectsGlobalScope": false
478
- },
479
- "../../../node_modules/bitcoinjs-lib/types/crypto.d.ts": {
480
- "version": "efa5b896b87da636844d0ab1d49ebf8951c07cd3814f664ad820af582fec60d7",
481
- "signature": "efa5b896b87da636844d0ab1d49ebf8951c07cd3814f664ad820af582fec60d7",
464
+ "../../../node_modules/bitcoinjs-lib/src/crypto.d.ts": {
465
+ "version": "f491f3939bf1c85ad2ebe4cdd99d09c2efda9589f5405256bcdd8ff8492f662b",
466
+ "signature": "f491f3939bf1c85ad2ebe4cdd99d09c2efda9589f5405256bcdd8ff8492f662b",
482
467
  "affectsGlobalScope": false
483
468
  },
484
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts": {
485
- "version": "6d9f651e04cb8c78f8f2409978a1f137925a75c53561709a6cfd85d6a3bd1655",
486
- "signature": "6d9f651e04cb8c78f8f2409978a1f137925a75c53561709a6cfd85d6a3bd1655",
469
+ "../../../node_modules/bitcoinjs-lib/src/types.d.ts": {
470
+ "version": "66978ea7a01c26f9a0432f4c41e7060b4d327f56e243cd297f8a5c77a72b8cf7",
471
+ "signature": "66978ea7a01c26f9a0432f4c41e7060b4d327f56e243cd297f8a5c77a72b8cf7",
487
472
  "affectsGlobalScope": false
488
473
  },
489
- "../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts": {
474
+ "../../../node_modules/bitcoinjs-lib/src/payments/embed.d.ts": {
490
475
  "version": "a29a7b9ade7876d0f527b716a5bc5c7bc84554d155577020441f2d3c735589be",
491
476
  "signature": "a29a7b9ade7876d0f527b716a5bc5c7bc84554d155577020441f2d3c735589be",
492
477
  "affectsGlobalScope": false
493
478
  },
494
- "../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts": {
479
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2ms.d.ts": {
495
480
  "version": "9cd42ff83837551961fa8788f14bd3498306fb2c1d35358f2b6bf3af05bf0890",
496
481
  "signature": "9cd42ff83837551961fa8788f14bd3498306fb2c1d35358f2b6bf3af05bf0890",
497
482
  "affectsGlobalScope": false
498
483
  },
499
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts": {
484
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pk.d.ts": {
500
485
  "version": "5e51773d5624b8c871d8d140c88f944466338673fbc60ac4bf409eb60e6665cf",
501
486
  "signature": "5e51773d5624b8c871d8d140c88f944466338673fbc60ac4bf409eb60e6665cf",
502
487
  "affectsGlobalScope": false
503
488
  },
504
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts": {
489
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pkh.d.ts": {
505
490
  "version": "39b10cd95b70bbdc1cf8c832002618c3f81cd980438fe5e3694d99286ef90911",
506
491
  "signature": "39b10cd95b70bbdc1cf8c832002618c3f81cd980438fe5e3694d99286ef90911",
507
492
  "affectsGlobalScope": false
508
493
  },
509
- "../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts": {
494
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2sh.d.ts": {
510
495
  "version": "95244212208717085038a74378ea2a03e49c06a3a195b2826c01c978f14684c2",
511
496
  "signature": "95244212208717085038a74378ea2a03e49c06a3a195b2826c01c978f14684c2",
512
497
  "affectsGlobalScope": false
513
498
  },
514
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts": {
499
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr.d.ts": {
515
500
  "version": "c91084ba90468037b6d266f3cae698aaa76c0864cf076aa099d981d847b74c2d",
516
501
  "signature": "c91084ba90468037b6d266f3cae698aaa76c0864cf076aa099d981d847b74c2d",
517
502
  "affectsGlobalScope": false
518
503
  },
519
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts": {
504
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr_ns.d.ts": {
520
505
  "version": "dc58c9eb8817b8c46f40712df9e588c0c70357931f5ebebb3aa445949de993c8",
521
506
  "signature": "dc58c9eb8817b8c46f40712df9e588c0c70357931f5ebebb3aa445949de993c8",
522
507
  "affectsGlobalScope": false
523
508
  },
524
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts": {
509
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wpkh.d.ts": {
525
510
  "version": "7362eeca79ce50eb72b2a0149e323f6d64daf4fbc8067592310859622c3dbcfe",
526
511
  "signature": "7362eeca79ce50eb72b2a0149e323f6d64daf4fbc8067592310859622c3dbcfe",
527
512
  "affectsGlobalScope": false
528
513
  },
529
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts": {
514
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wsh.d.ts": {
530
515
  "version": "8c0a305a7b10513d9d07bf739456bf9845bd4336027c85442b674a417facb57a",
531
516
  "signature": "8c0a305a7b10513d9d07bf739456bf9845bd4336027c85442b674a417facb57a",
532
517
  "affectsGlobalScope": false
533
518
  },
534
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts": {
535
- "version": "a0f499bc2d4bee1d480dc670db36c4656beac3e93cabc68c27625484f549484d",
536
- "signature": "a0f499bc2d4bee1d480dc670db36c4656beac3e93cabc68c27625484f549484d",
519
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts": {
520
+ "version": "5d568ba98cf99cc1213089f5ca6cf0ca07bce4b63693ec6722a986149e1519df",
521
+ "signature": "5d568ba98cf99cc1213089f5ca6cf0ca07bce4b63693ec6722a986149e1519df",
537
522
  "affectsGlobalScope": false
538
523
  },
539
- "../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts": {
540
- "version": "c139fc3a11a170f34d076d65e40f7a52357a688a0507ba6b20d6fe276cd24c8a",
541
- "signature": "c139fc3a11a170f34d076d65e40f7a52357a688a0507ba6b20d6fe276cd24c8a",
524
+ "../../../node_modules/bitcoinjs-lib/src/ops.d.ts": {
525
+ "version": "0f3fa7383d3f2ebed173ff59c102b4a68d10acdff5db4a009b73429ddaa15768",
526
+ "signature": "0f3fa7383d3f2ebed173ff59c102b4a68d10acdff5db4a009b73429ddaa15768",
542
527
  "affectsGlobalScope": false
543
528
  },
544
- "../../../node_modules/bitcoinjs-lib/types/script_number.d.ts": {
529
+ "../../../node_modules/bitcoinjs-lib/src/script_number.d.ts": {
545
530
  "version": "973d36af083ce019e3c38b99ca43cb6815b47082cf1e07215387df336192f447",
546
531
  "signature": "973d36af083ce019e3c38b99ca43cb6815b47082cf1e07215387df336192f447",
547
532
  "affectsGlobalScope": false
548
533
  },
549
- "../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts": {
534
+ "../../../node_modules/bitcoinjs-lib/src/script_signature.d.ts": {
550
535
  "version": "617012176a8cb5be290ae89040aac88ec74321c2a8b984f01a7ba6eb9a2eddc2",
551
536
  "signature": "617012176a8cb5be290ae89040aac88ec74321c2a8b984f01a7ba6eb9a2eddc2",
552
537
  "affectsGlobalScope": false
553
538
  },
554
- "../../../node_modules/bitcoinjs-lib/types/script.d.ts": {
555
- "version": "452cea0fd78e7cc56bc4d54979f79625f50f0ee33213c51b8d361dca80dc9175",
556
- "signature": "452cea0fd78e7cc56bc4d54979f79625f50f0ee33213c51b8d361dca80dc9175",
539
+ "../../../node_modules/bitcoinjs-lib/src/script.d.ts": {
540
+ "version": "2f25953a957da0ad16d44dbdca3b1c9b9ea5e891c011e3533e374aab8c2d2131",
541
+ "signature": "2f25953a957da0ad16d44dbdca3b1c9b9ea5e891c011e3533e374aab8c2d2131",
557
542
  "affectsGlobalScope": false
558
543
  },
559
- "../../../node_modules/bitcoinjs-lib/types/taproot.d.ts": {
560
- "version": "b63ba9f527c74718667338d6ca3ba3b35429500f7d63196e54d86a4ef28b36b4",
561
- "signature": "b63ba9f527c74718667338d6ca3ba3b35429500f7d63196e54d86a4ef28b36b4",
544
+ "../../../node_modules/bitcoinjs-lib/src/taproot.d.ts": {
545
+ "version": "7dcd5506be87415c2082b7fa5be42ea8013628cc6f5efde6a44c0b37dc07776b",
546
+ "signature": "7dcd5506be87415c2082b7fa5be42ea8013628cc6f5efde6a44c0b37dc07776b",
562
547
  "affectsGlobalScope": false
563
548
  },
564
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts": {
565
- "version": "fc2aced12725e81bbdb9e55a0efe1060cd4b6bbb6d1a5a23a09236a18c2d2323",
566
- "signature": "fc2aced12725e81bbdb9e55a0efe1060cd4b6bbb6d1a5a23a09236a18c2d2323",
549
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts": {
550
+ "version": "249cfa3a5ac82c494f563e457a33ff576c842825e4cdd2f1ecd9b6e0d6d754b4",
551
+ "signature": "249cfa3a5ac82c494f563e457a33ff576c842825e4cdd2f1ecd9b6e0d6d754b4",
567
552
  "affectsGlobalScope": false
568
553
  },
569
- "../../../node_modules/bitcoinjs-lib/types/block.d.ts": {
570
- "version": "7340d9ad1f3f55e7be3a85a151ef25d7a8c0205904519940c9dcea0f61cb3292",
571
- "signature": "7340d9ad1f3f55e7be3a85a151ef25d7a8c0205904519940c9dcea0f61cb3292",
554
+ "../../../node_modules/bitcoinjs-lib/src/block.d.ts": {
555
+ "version": "83a8c6dbc3c4a5eac6e4e0328bd9e30fdaf53e02eeac194442c2f6aded8f6c3c",
556
+ "signature": "83a8c6dbc3c4a5eac6e4e0328bd9e30fdaf53e02eeac194442c2f6aded8f6c3c",
572
557
  "affectsGlobalScope": false
573
558
  },
574
559
  "../../../node_modules/bip174/src/lib/interfaces.d.ts": {
575
- "version": "28fb03121a168f316264faaa3904381a3e902e008ab2e4350aefa5d9ccc48772",
576
- "signature": "28fb03121a168f316264faaa3904381a3e902e008ab2e4350aefa5d9ccc48772",
560
+ "version": "3e1f9b3c69152720aee400a26c71cf57f0a7e3190a8b237d8398dc7b3e510b42",
561
+ "signature": "3e1f9b3c69152720aee400a26c71cf57f0a7e3190a8b237d8398dc7b3e510b42",
577
562
  "affectsGlobalScope": false
578
563
  },
579
564
  "../../../node_modules/bip174/src/lib/psbt.d.ts": {
@@ -581,19 +566,14 @@
581
566
  "signature": "3da723823982206178406b7c2b8570152c6347a047fa7e59fa46011d10ac26b6",
582
567
  "affectsGlobalScope": false
583
568
  },
584
- "../../../node_modules/bitcoinjs-lib/types/psbt.d.ts": {
585
- "version": "bddbf55f3238e6865800b6be9b1f7c6ecdd5049607109b35d0af2a3c4e24f48d",
586
- "signature": "bddbf55f3238e6865800b6be9b1f7c6ecdd5049607109b35d0af2a3c4e24f48d",
587
- "affectsGlobalScope": false
588
- },
589
- "../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts": {
590
- "version": "0354d500ee48bde1e4112b767fa58fe56eb9a790204aa0113ffd7aa8a046e01c",
591
- "signature": "0354d500ee48bde1e4112b767fa58fe56eb9a790204aa0113ffd7aa8a046e01c",
569
+ "../../../node_modules/bitcoinjs-lib/src/psbt.d.ts": {
570
+ "version": "af10b26b05c9b25c89f5d9ac05963a74d8d5073bf3190d6fa88148eac3022570",
571
+ "signature": "af10b26b05c9b25c89f5d9ac05963a74d8d5073bf3190d6fa88148eac3022570",
592
572
  "affectsGlobalScope": false
593
573
  },
594
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts": {
595
- "version": "9e278c765662847ae3711e917bce92d00fdb3724bf54cd3fcef5cb06039bd810",
596
- "signature": "9e278c765662847ae3711e917bce92d00fdb3724bf54cd3fcef5cb06039bd810",
574
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts": {
575
+ "version": "a4e5127cb265429a37eb7648563c63718eb8ede5f5004c320d718a986fe4b9a4",
576
+ "signature": "a4e5127cb265429a37eb7648563c63718eb8ede5f5004c320d718a986fe4b9a4",
597
577
  "affectsGlobalScope": false
598
578
  },
599
579
  "../../utxo-lib/dist/src/networks.d.ts": {
@@ -616,9 +596,24 @@
616
596
  "signature": "b838405edd6c2e68b261abb25dcb55bd223a310541016208ee1b93ba179dfb64",
617
597
  "affectsGlobalScope": false
618
598
  },
599
+ "../../../node_modules/ecpair/src/networks.d.ts": {
600
+ "version": "52e60c0b5293af2043d7b5cad439207ea035c6b96c246ad9bf3b07ae2f1e223e",
601
+ "signature": "52e60c0b5293af2043d7b5cad439207ea035c6b96c246ad9bf3b07ae2f1e223e",
602
+ "affectsGlobalScope": false
603
+ },
604
+ "../../../node_modules/ecpair/src/ecpair.d.ts": {
605
+ "version": "c2b96b0689637cff5f67318289e6daf9aa7b4d7b1186abdbf75c042fdeb577bf",
606
+ "signature": "c2b96b0689637cff5f67318289e6daf9aa7b4d7b1186abdbf75c042fdeb577bf",
607
+ "affectsGlobalScope": false
608
+ },
609
+ "../../../node_modules/ecpair/src/index.d.ts": {
610
+ "version": "22efdd0b3d0d96510bb03ffc515cf533e0ba710dcad568dee1cf66df28a69125",
611
+ "signature": "22efdd0b3d0d96510bb03ffc515cf533e0ba710dcad568dee1cf66df28a69125",
612
+ "affectsGlobalScope": false
613
+ },
619
614
  "../../utxo-lib/dist/src/bitgo/keyutil.d.ts": {
620
- "version": "45b32ec049b993b86438d72c69a89297edde3ec1ecf0fd25c22c39aec9e7ec32",
621
- "signature": "45b32ec049b993b86438d72c69a89297edde3ec1ecf0fd25c22c39aec9e7ec32",
615
+ "version": "d2d155d8c33c15911e0a80478505927400c751435746672406b2c2be64d83b0c",
616
+ "signature": "d2d155d8c33c15911e0a80478505927400c751435746672406b2c2be64d83b0c",
622
617
  "affectsGlobalScope": false
623
618
  },
624
619
  "../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts": {
@@ -632,33 +627,38 @@
632
627
  "affectsGlobalScope": false
633
628
  },
634
629
  "../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": {
635
- "version": "6ce6a8601f29de908fc469c72725f4290823ce82609a5ec28e330a5db6bcd10e",
636
- "signature": "6ce6a8601f29de908fc469c72725f4290823ce82609a5ec28e330a5db6bcd10e",
630
+ "version": "70264c48be0e8083af77605b3beacd62fbcc6ec8838be5959d2c79868c735a4b",
631
+ "signature": "70264c48be0e8083af77605b3beacd62fbcc6ec8838be5959d2c79868c735a4b",
637
632
  "affectsGlobalScope": false
638
633
  },
639
634
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts": {
640
- "version": "c80a3282e2f7468049fc54772a381ef4253ec271a07a4a1eb0207444611244b2",
641
- "signature": "c80a3282e2f7468049fc54772a381ef4253ec271a07a4a1eb0207444611244b2",
635
+ "version": "fc86b61147b3a283e1fa091d9c2e8efcfc2eeb02d384d82ad2193c84f48d3c80",
636
+ "signature": "fc86b61147b3a283e1fa091d9c2e8efcfc2eeb02d384d82ad2193c84f48d3c80",
642
637
  "affectsGlobalScope": false
643
638
  },
644
639
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts": {
645
- "version": "7d07e12a150bd9cc9b2b6b5cb19b617592765c7985f9ea44c190aa2ea4b13d6d",
646
- "signature": "7d07e12a150bd9cc9b2b6b5cb19b617592765c7985f9ea44c190aa2ea4b13d6d",
640
+ "version": "da606560326f33b0b95c481343aa4d425408b57b1191f91ef716c41599a1e3e0",
641
+ "signature": "da606560326f33b0b95c481343aa4d425408b57b1191f91ef716c41599a1e3e0",
647
642
  "affectsGlobalScope": false
648
643
  },
649
644
  "../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts": {
650
- "version": "94c380303f397e6b7b755a34587e5c1fb9cbd2cab71c18f2eb92eb03dcfdda51",
651
- "signature": "94c380303f397e6b7b755a34587e5c1fb9cbd2cab71c18f2eb92eb03dcfdda51",
645
+ "version": "8b692ea08b1eede18fe0af17426b994c4bd0a20663ff1162df589edfb4cd2900",
646
+ "signature": "8b692ea08b1eede18fe0af17426b994c4bd0a20663ff1162df589edfb4cd2900",
647
+ "affectsGlobalScope": false
648
+ },
649
+ "../../utxo-lib/dist/src/transaction_builder.d.ts": {
650
+ "version": "95421ece564c0907214c3f19268801b864b751d49328e1e01a9ba4603770f408",
651
+ "signature": "95421ece564c0907214c3f19268801b864b751d49328e1e01a9ba4603770f408",
652
652
  "affectsGlobalScope": false
653
653
  },
654
654
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts": {
655
- "version": "bdbc1fe8fed03ae6acf7274328e83816c8aba843b7734990c493ec6d452f375b",
656
- "signature": "bdbc1fe8fed03ae6acf7274328e83816c8aba843b7734990c493ec6d452f375b",
655
+ "version": "0d7703a928e424d0a72e8f77c238aa74c832e3aaaaf0cf7934e6453ff0b7b5ab",
656
+ "signature": "0d7703a928e424d0a72e8f77c238aa74c832e3aaaaf0cf7934e6453ff0b7b5ab",
657
657
  "affectsGlobalScope": false
658
658
  },
659
659
  "../../utxo-lib/dist/src/bitgo/dash/dashtransactionbuilder.d.ts": {
660
- "version": "783452fbde062c5f5659db5e53f728e3fec8c3fe2883c846771ad8c3b8d54b58",
661
- "signature": "783452fbde062c5f5659db5e53f728e3fec8c3fe2883c846771ad8c3b8d54b58",
660
+ "version": "bd3bb76314551916cda12ea08686bb9e17d1eb4fc1edf066a03875ba99527c6a",
661
+ "signature": "bd3bb76314551916cda12ea08686bb9e17d1eb4fc1edf066a03875ba99527c6a",
662
662
  "affectsGlobalScope": false
663
663
  },
664
664
  "../../utxo-lib/dist/src/bitgo/dash/index.d.ts": {
@@ -666,34 +666,44 @@
666
666
  "signature": "574eb3378daa80e1fdeb1548684419b9953ffc12df979e7cc2bfb831f5fd40b9",
667
667
  "affectsGlobalScope": false
668
668
  },
669
+ "../../../node_modules/bip32/types/bip32.d.ts": {
670
+ "version": "6e682801b0e90cf453b542e98aa2080c21332e65c3b459ba95f27b21c11dfafc",
671
+ "signature": "6e682801b0e90cf453b542e98aa2080c21332e65c3b459ba95f27b21c11dfafc",
672
+ "affectsGlobalScope": false
673
+ },
674
+ "../../../node_modules/bip32/types/index.d.ts": {
675
+ "version": "6bc78ca431af68b902781d24cbf7c6ae662e6b1610e56ed6173f3a9384c50304",
676
+ "signature": "6bc78ca431af68b902781d24cbf7c6ae662e6b1610e56ed6173f3a9384c50304",
677
+ "affectsGlobalScope": false
678
+ },
669
679
  "../../utxo-lib/dist/src/bitgo/signature.d.ts": {
670
- "version": "337a230c1ee72b89fadd200d272073004103a902a1325e224eaaf913493ffa07",
671
- "signature": "337a230c1ee72b89fadd200d272073004103a902a1325e224eaaf913493ffa07",
680
+ "version": "fae946d42ecd5ab4379da14d3628dc1a83e857456856e980c8c2cd5719d07a14",
681
+ "signature": "fae946d42ecd5ab4379da14d3628dc1a83e857456856e980c8c2cd5719d07a14",
672
682
  "affectsGlobalScope": false
673
683
  },
674
- "../../utxo-lib/dist/src/bitgo/transaction.d.ts": {
675
- "version": "caa570ba6cc0cd7c09c4746d1784eaae721ee0d4a84baf9f417656bd3478c8c6",
676
- "signature": "caa570ba6cc0cd7c09c4746d1784eaae721ee0d4a84baf9f417656bd3478c8c6",
684
+ "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": {
685
+ "version": "db88a05a43fa772c0318d85e5536e3330d51320b164c912a6cbb71f3daba5f1b",
686
+ "signature": "db88a05a43fa772c0318d85e5536e3330d51320b164c912a6cbb71f3daba5f1b",
677
687
  "affectsGlobalScope": false
678
688
  },
679
- "../../utxo-lib/dist/src/bitgo/unspent.d.ts": {
680
- "version": "c6d3f3f9e408cfa906a40ff74613d18ad3d1067e1ab7c5503164c6304d7c29ca",
681
- "signature": "c6d3f3f9e408cfa906a40ff74613d18ad3d1067e1ab7c5503164c6304d7c29ca",
689
+ "../../utxo-lib/dist/src/bitgo/transaction.d.ts": {
690
+ "version": "2bbdea65109098d9956f86658b6bc0c291829e0b4ab2ad5ec4f7180bf1d86026",
691
+ "signature": "2bbdea65109098d9956f86658b6bc0c291829e0b4ab2ad5ec4f7180bf1d86026",
682
692
  "affectsGlobalScope": false
683
693
  },
684
694
  "../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts": {
685
- "version": "0d8d863dc5109215a9abfd16b17d7425771b10e876c14dac2826279e184d6cc2",
686
- "signature": "0d8d863dc5109215a9abfd16b17d7425771b10e876c14dac2826279e184d6cc2",
695
+ "version": "809e35d90434ff962b831d80adb048f12d42e188cdcc21bba7ca3afe48bc4ee0",
696
+ "signature": "809e35d90434ff962b831d80adb048f12d42e188cdcc21bba7ca3afe48bc4ee0",
687
697
  "affectsGlobalScope": false
688
698
  },
689
699
  "../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts": {
690
- "version": "baa0a6e0935d6faadc282ed9be3766ea3188439680c5c5abd5ab6335287ba16d",
691
- "signature": "baa0a6e0935d6faadc282ed9be3766ea3188439680c5c5abd5ab6335287ba16d",
700
+ "version": "fab40e05b35d6b6d12b5fc29892dbd52cd84f363f833ed2ba7e27b9bca77a8d5",
701
+ "signature": "fab40e05b35d6b6d12b5fc29892dbd52cd84f363f833ed2ba7e27b9bca77a8d5",
692
702
  "affectsGlobalScope": false
693
703
  },
694
704
  "../../utxo-lib/dist/src/bitgo/wallet/unspent.d.ts": {
695
- "version": "0c3690f41f11876e5682dbfe24dd9a40f2c7cd6fdf1426c6eaebf7532fcbeb15",
696
- "signature": "0c3690f41f11876e5682dbfe24dd9a40f2c7cd6fdf1426c6eaebf7532fcbeb15",
705
+ "version": "329b69e2381cb5fe4027bb117913e97b0ecfd6c54ace2a698703739490620dec",
706
+ "signature": "329b69e2381cb5fe4027bb117913e97b0ecfd6c54ace2a698703739490620dec",
697
707
  "affectsGlobalScope": false
698
708
  },
699
709
  "../../utxo-lib/dist/src/bitgo/wallet/walletscripts.d.ts": {
@@ -706,14 +716,19 @@
706
716
  "signature": "6cb001d134345712b1ab8ee294dc16685d1f5b248802a7223b7e47e4332655fc",
707
717
  "affectsGlobalScope": false
708
718
  },
719
+ "../../utxo-lib/dist/src/bitgo/unspent.d.ts": {
720
+ "version": "86276506443b08311b5134bd393620c0a469dd8b1eac79c7ef7f4f602f74d5a6",
721
+ "signature": "86276506443b08311b5134bd393620c0a469dd8b1eac79c7ef7f4f602f74d5a6",
722
+ "affectsGlobalScope": false
723
+ },
709
724
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts": {
710
- "version": "11610e3b4303ccfa245e74447ea6821de40ce9691f2a653c1424a4b7c2bdd64c",
711
- "signature": "11610e3b4303ccfa245e74447ea6821de40ce9691f2a653c1424a4b7c2bdd64c",
725
+ "version": "0842802d07fe67bb844e1bec573667260001ac015346f72710ed49d358019221",
726
+ "signature": "0842802d07fe67bb844e1bec573667260001ac015346f72710ed49d358019221",
712
727
  "affectsGlobalScope": false
713
728
  },
714
729
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts": {
715
- "version": "5ab36158c4f53de85c28c91d33cc78f66248b2ce09456404b647ed822eb211fa",
716
- "signature": "5ab36158c4f53de85c28c91d33cc78f66248b2ce09456404b647ed822eb211fa",
730
+ "version": "21c1595012f8af000dfab9f8108a44154fa3f94b3e3acbd0e92e24cdf044a190",
731
+ "signature": "21c1595012f8af000dfab9f8108a44154fa3f94b3e3acbd0e92e24cdf044a190",
717
732
  "affectsGlobalScope": false
718
733
  },
719
734
  "../../utxo-lib/dist/src/bitgo/zcash/index.d.ts": {
@@ -721,19 +736,34 @@
721
736
  "signature": "fd88385eddbc39f5ed5e075ba79916a499d1f54c3af35f673091c7560fca2d73",
722
737
  "affectsGlobalScope": false
723
738
  },
739
+ "../../utxo-lib/dist/src/bitgo/tnumber.d.ts": {
740
+ "version": "4c5d9f122599028081700c546733500229fe5d12f63d97fb36920b2e0155a5e9",
741
+ "signature": "4c5d9f122599028081700c546733500229fe5d12f63d97fb36920b2e0155a5e9",
742
+ "affectsGlobalScope": false
743
+ },
724
744
  "../../utxo-lib/dist/src/bitgo/index.d.ts": {
725
- "version": "8a2d735726cbfe144441cb7784c99088b278a98a3c323012dbe0e53d17fe3104",
726
- "signature": "8a2d735726cbfe144441cb7784c99088b278a98a3c323012dbe0e53d17fe3104",
745
+ "version": "de3b4a030aeccdb600cf0d81b8105df7b982c1eac9f8d5f0d879f62403de9089",
746
+ "signature": "de3b4a030aeccdb600cf0d81b8105df7b982c1eac9f8d5f0d879f62403de9089",
727
747
  "affectsGlobalScope": false
728
748
  },
729
749
  "../../utxo-lib/dist/src/address.d.ts": {
730
- "version": "35b4034b25c8d254cff12177c18f5112a878d9fec4b2149ed677bff381b2819d",
731
- "signature": "35b4034b25c8d254cff12177c18f5112a878d9fec4b2149ed677bff381b2819d",
750
+ "version": "5b0e8d4a207e1381f32269540020919c1d934b96ca7fd2a5ca1fb32dae56ff80",
751
+ "signature": "5b0e8d4a207e1381f32269540020919c1d934b96ca7fd2a5ca1fb32dae56ff80",
752
+ "affectsGlobalScope": false
753
+ },
754
+ "../../utxo-lib/dist/src/classify.d.ts": {
755
+ "version": "2c948c62182575b74b2d4d8264f473828eecd468d6a8b5696a830e9494f9cfe9",
756
+ "signature": "2c948c62182575b74b2d4d8264f473828eecd468d6a8b5696a830e9494f9cfe9",
757
+ "affectsGlobalScope": false
758
+ },
759
+ "../../utxo-lib/dist/src/noble_ecc.d.ts": {
760
+ "version": "092735ae15076f8ea428804ac558fd6cae86ed16a2146e71924832757c662d7a",
761
+ "signature": "092735ae15076f8ea428804ac558fd6cae86ed16a2146e71924832757c662d7a",
732
762
  "affectsGlobalScope": false
733
763
  },
734
764
  "../../utxo-lib/dist/src/index.d.ts": {
735
- "version": "e5fcb871ede087c010863ffe1368f2d08dcf222bdfc56e70df740444b8fc8112",
736
- "signature": "e5fcb871ede087c010863ffe1368f2d08dcf222bdfc56e70df740444b8fc8112",
765
+ "version": "17b76b2fb3e27470dd831a78ad2fc6c23f6ab397369ca30f4a730706a88b82eb",
766
+ "signature": "17b76b2fb3e27470dd831a78ad2fc6c23f6ab397369ca30f4a730706a88b82eb",
737
767
  "affectsGlobalScope": false
738
768
  },
739
769
  "../src/bitgo/types.ts": {
@@ -742,8 +772,8 @@
742
772
  "affectsGlobalScope": false
743
773
  },
744
774
  "../src/bitgo/bitcoin.ts": {
745
- "version": "bea0a45f2acfce2c1b3e2a871376685ba6fb57ed0c0cffefe3f89b4667839ba5",
746
- "signature": "c595f57d9ff0e93c9dc1734a982810723654841410600f64eec0d93d982d00f1",
775
+ "version": "738f22f37cbdb67a23263f084cd74fd9839c772710c0f9d27cfb1199984eebad",
776
+ "signature": "fa59fc287681d9fa40b7593eef62fde58972770ac5723430408e21b1f6466231",
747
777
  "affectsGlobalScope": false
748
778
  },
749
779
  "../src/account-lib/mpc/curves/basecurve.ts": {
@@ -777,7 +807,7 @@
777
807
  "affectsGlobalScope": false
778
808
  },
779
809
  "../src/account-lib/mpc/curves/ed25519.ts": {
780
- "version": "ba06effecd06740fcde7b9d593a29c8ad5ce46801964a44d449ddb4f724891ed",
810
+ "version": "085ee9041082f9ec2770d33b65e224ae942b65227dbe6cde011bea158164f068",
781
811
  "signature": "8e6269725df9cace40beb956f1df4d0269d692f40ba895b00a16b6fa1faf591e",
782
812
  "affectsGlobalScope": false
783
813
  },
@@ -787,7 +817,7 @@
787
817
  "affectsGlobalScope": false
788
818
  },
789
819
  "../src/account-lib/mpc/curves/secp256k1.ts": {
790
- "version": "b89b6b84818b0b2ec52447642244fc1dbdd0b394a4d531abe107e03aa9bc7620",
820
+ "version": "22a17a2baf2baed24ffb82f96a45a2910b9c9e98f597e742e625f96761861de4",
791
821
  "signature": "758a84204038ea06ad76ff5716b104430803b32e9c2b48e3ddd348c1005b3d17",
792
822
  "affectsGlobalScope": false
793
823
  },
@@ -797,8 +827,8 @@
797
827
  "affectsGlobalScope": false
798
828
  },
799
829
  "../src/account-lib/mpc/shamir.ts": {
800
- "version": "e6f46c63645f250c9276566207afab4fb9231b917ef792349120ef0613d4cbe6",
801
- "signature": "81e88ac4961408d804f04b8af3d7c1a2a72732ad2d5266a6ca21d698ca16c487",
830
+ "version": "142890a5232948da3ec9ec155fee08dfd3cb68018eb1a7a26d6a9f0bb09702b1",
831
+ "signature": "f4fbd1fa026b40ecb95443134e5171ccd4e4810ea117a93bfac6767712b7e9e2",
802
832
  "affectsGlobalScope": false
803
833
  },
804
834
  "../src/account-lib/mpc/hdtree.ts": {
@@ -812,7 +842,7 @@
812
842
  "affectsGlobalScope": false
813
843
  },
814
844
  "../src/account-lib/mpc/tss/eddsa/eddsa.ts": {
815
- "version": "d8adfa6aed1b0c3fdd95566d27c99896ed8cdbc42087afb79d9295956feb563d",
845
+ "version": "d36429387b46b5b91da31d6444095fdd6bfa0343df544ab9d87fe3e3dbacb1fe",
816
846
  "signature": "e13d2f85d7715fb20b76aea54c5bc3d394711031fb015953d826d0f197036acb",
817
847
  "affectsGlobalScope": false
818
848
  },
@@ -821,6 +851,91 @@
821
851
  "signature": "573922398e041604c57e5ebbdec883940b41d085a45a369db565e01b9397731a",
822
852
  "affectsGlobalScope": false
823
853
  },
854
+ "../../../node_modules/bigint-mod-arith/types/abs.d.ts": {
855
+ "version": "1bdf371c6063a8aa22c7ae5825e79e1c1608477fe8e48c2c95f9734486806d90",
856
+ "signature": "1bdf371c6063a8aa22c7ae5825e79e1c1608477fe8e48c2c95f9734486806d90",
857
+ "affectsGlobalScope": false
858
+ },
859
+ "../../../node_modules/bigint-mod-arith/types/bitlength.d.ts": {
860
+ "version": "2c7a96f91421fbeb6c0c2c348d82a8f678e0b85d6835596e23af75bb9978f490",
861
+ "signature": "2c7a96f91421fbeb6c0c2c348d82a8f678e0b85d6835596e23af75bb9978f490",
862
+ "affectsGlobalScope": false
863
+ },
864
+ "../../../node_modules/bigint-mod-arith/types/egcd.d.ts": {
865
+ "version": "bdba53a618ba222124675e0607baa4c70debdba2eccb644779befe3b9bbb0451",
866
+ "signature": "bdba53a618ba222124675e0607baa4c70debdba2eccb644779befe3b9bbb0451",
867
+ "affectsGlobalScope": false
868
+ },
869
+ "../../../node_modules/bigint-mod-arith/types/gcd.d.ts": {
870
+ "version": "8b619acf4c76fec109cdd5ee52fe07a2b341377d9c16a6940fd98b3930d211b1",
871
+ "signature": "8b619acf4c76fec109cdd5ee52fe07a2b341377d9c16a6940fd98b3930d211b1",
872
+ "affectsGlobalScope": false
873
+ },
874
+ "../../../node_modules/bigint-mod-arith/types/lcm.d.ts": {
875
+ "version": "ba0d3b38fd0d5bbfb58176d44e29feb919e507940ba839fc996474160e857c9a",
876
+ "signature": "ba0d3b38fd0d5bbfb58176d44e29feb919e507940ba839fc996474160e857c9a",
877
+ "affectsGlobalScope": false
878
+ },
879
+ "../../../node_modules/bigint-mod-arith/types/max.d.ts": {
880
+ "version": "cfbbe731d9736c0c1fc17e140e4f78284f0cd53aa37609b3d8b75e8ae1f01518",
881
+ "signature": "cfbbe731d9736c0c1fc17e140e4f78284f0cd53aa37609b3d8b75e8ae1f01518",
882
+ "affectsGlobalScope": false
883
+ },
884
+ "../../../node_modules/bigint-mod-arith/types/min.d.ts": {
885
+ "version": "e02af1a3391dbf53a903aa8c5e6cf2acfcbe46d0d54e61b50b4a4e4fd98cf053",
886
+ "signature": "e02af1a3391dbf53a903aa8c5e6cf2acfcbe46d0d54e61b50b4a4e4fd98cf053",
887
+ "affectsGlobalScope": false
888
+ },
889
+ "../../../node_modules/bigint-mod-arith/types/modinv.d.ts": {
890
+ "version": "0088229f940745b920c819a668675310e068a44e0aa4b1558cfe3e7da916f726",
891
+ "signature": "0088229f940745b920c819a668675310e068a44e0aa4b1558cfe3e7da916f726",
892
+ "affectsGlobalScope": false
893
+ },
894
+ "../../../node_modules/bigint-mod-arith/types/modpow.d.ts": {
895
+ "version": "c05fbb090e7eeacab5ef64e1b5d2140e89db1e6a1d9665f5d81d7a4c2a367a6b",
896
+ "signature": "c05fbb090e7eeacab5ef64e1b5d2140e89db1e6a1d9665f5d81d7a4c2a367a6b",
897
+ "affectsGlobalScope": false
898
+ },
899
+ "../../../node_modules/bigint-mod-arith/types/tozn.d.ts": {
900
+ "version": "8cf47c7bc45c150a71a36cfb1038b6dba0fa8d0a191a667324c28f9572282f11",
901
+ "signature": "8cf47c7bc45c150a71a36cfb1038b6dba0fa8d0a191a667324c28f9572282f11",
902
+ "affectsGlobalScope": false
903
+ },
904
+ "../../../node_modules/bigint-mod-arith/types/index.d.ts": {
905
+ "version": "ad0d05caf63fb1b4d694771c683936163c1f92308dd20500fb2a4f6bb00d92f0",
906
+ "signature": "ad0d05caf63fb1b4d694771c683936163c1f92308dd20500fb2a4f6bb00d92f0",
907
+ "affectsGlobalScope": false
908
+ },
909
+ "../../../node_modules/bigint-crypto-utils/types/isprobablyprime.d.ts": {
910
+ "version": "bee6f24746280c738429f5e1f14db1c9767b979cbdfc3942b8166a6751d02d39",
911
+ "signature": "bee6f24746280c738429f5e1f14db1c9767b979cbdfc3942b8166a6751d02d39",
912
+ "affectsGlobalScope": false
913
+ },
914
+ "../../../node_modules/bigint-crypto-utils/types/prime.d.ts": {
915
+ "version": "7c95fdcd8dcd86d9bd727a187120e38e92c35b3f16f01eecc62b083d55f7ce17",
916
+ "signature": "7c95fdcd8dcd86d9bd727a187120e38e92c35b3f16f01eecc62b083d55f7ce17",
917
+ "affectsGlobalScope": false
918
+ },
919
+ "../../../node_modules/bigint-crypto-utils/types/randbetween.d.ts": {
920
+ "version": "db83f60f371a1bfe8e5948018e246252feb077d2047e9a2a935d33ec15592842",
921
+ "signature": "db83f60f371a1bfe8e5948018e246252feb077d2047e9a2a935d33ec15592842",
922
+ "affectsGlobalScope": false
923
+ },
924
+ "../../../node_modules/bigint-crypto-utils/types/randbits.d.ts": {
925
+ "version": "a9ee5ca65c43848c9723293afc80e4b0028eccab1ec0398dd4370b32b76d2eb0",
926
+ "signature": "a9ee5ca65c43848c9723293afc80e4b0028eccab1ec0398dd4370b32b76d2eb0",
927
+ "affectsGlobalScope": false
928
+ },
929
+ "../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts": {
930
+ "version": "8fe755ed3e85112f8ee6c31e53926cdf2ce9fbe7003c9be7fd22ddba8e70087c",
931
+ "signature": "8fe755ed3e85112f8ee6c31e53926cdf2ce9fbe7003c9be7fd22ddba8e70087c",
932
+ "affectsGlobalScope": false
933
+ },
934
+ "../../../node_modules/bigint-crypto-utils/types/index.d.ts": {
935
+ "version": "f90997069b7e96fe5883f0427a4be525ea6dc72334a016459f8d9d8938d7067c",
936
+ "signature": "f90997069b7e96fe5883f0427a4be525ea6dc72334a016459f8d9d8938d7067c",
937
+ "affectsGlobalScope": false
938
+ },
824
939
  "../../../node_modules/tweetnacl/nacl.d.ts": {
825
940
  "version": "60592f5ae1b739c9607a99895d4a3ad5c865b16903e4180e50b256e360a4a104",
826
941
  "signature": "60592f5ae1b739c9607a99895d4a3ad5c865b16903e4180e50b256e360a4a104",
@@ -842,18 +957,18 @@
842
957
  "affectsGlobalScope": false
843
958
  },
844
959
  "../../../node_modules/bignumber.js/bignumber.d.ts": {
845
- "version": "1d7d9e42cb2cc36dfc7ce35755ce67d5ff0f4a2ef72d3019f4c461bfd22123da",
846
- "signature": "1d7d9e42cb2cc36dfc7ce35755ce67d5ff0f4a2ef72d3019f4c461bfd22123da",
960
+ "version": "333f6612b9bacf74de9c232ee7a2efab5f10cee0cf90cdd0f27aa71c346f1a14",
961
+ "signature": "333f6612b9bacf74de9c232ee7a2efab5f10cee0cf90cdd0f27aa71c346f1a14",
847
962
  "affectsGlobalScope": false
848
963
  },
849
964
  "../../statics/dist/src/networks.d.ts": {
850
- "version": "2e3f57b4d16cb4372e4641e06c526223cf4ef553c99429d25c0b9c22c4cc19ac",
851
- "signature": "2e3f57b4d16cb4372e4641e06c526223cf4ef553c99429d25c0b9c22c4cc19ac",
965
+ "version": "626fa6a82815054679585faf8744965c6eb9d70057163415a55df10a6feb3d52",
966
+ "signature": "626fa6a82815054679585faf8744965c6eb9d70057163415a55df10a6feb3d52",
852
967
  "affectsGlobalScope": false
853
968
  },
854
969
  "../../statics/dist/src/base.d.ts": {
855
- "version": "cb257b083cd56fc7ba6ea8cd6ec06be908fcd16a58fe9d86c253ffbf0e93268b",
856
- "signature": "cb257b083cd56fc7ba6ea8cd6ec06be908fcd16a58fe9d86c253ffbf0e93268b",
970
+ "version": "7534e7f95f5d338dd52d7affc0d700c3b07d2eb6abf7f96d9a710562d88dd3d2",
971
+ "signature": "7534e7f95f5d338dd52d7affc0d700c3b07d2eb6abf7f96d9a710562d88dd3d2",
857
972
  "affectsGlobalScope": false
858
973
  },
859
974
  "../../statics/dist/src/map.d.ts": {
@@ -872,8 +987,8 @@
872
987
  "affectsGlobalScope": false
873
988
  },
874
989
  "../../statics/dist/src/tokenconfig.d.ts": {
875
- "version": "98cea704d5b32d9845455cee88fea30c3dbbb45696342dd693736e80cff51aa7",
876
- "signature": "98cea704d5b32d9845455cee88fea30c3dbbb45696342dd693736e80cff51aa7",
990
+ "version": "9dc5873cbc0640c406f4958463afa9121a2c4e87c27e7e0792c4e31ba722df80",
991
+ "signature": "9dc5873cbc0640c406f4958463afa9121a2c4e87c27e7e0792c4e31ba722df80",
877
992
  "affectsGlobalScope": false
878
993
  },
879
994
  "../../statics/dist/src/ofc.d.ts": {
@@ -887,8 +1002,8 @@
887
1002
  "affectsGlobalScope": false
888
1003
  },
889
1004
  "../../statics/dist/src/account.d.ts": {
890
- "version": "a929c54cf44eeedc4c3ba32c346351de4649c48684c098f09f5c402a69cd2886",
891
- "signature": "a929c54cf44eeedc4c3ba32c346351de4649c48684c098f09f5c402a69cd2886",
1005
+ "version": "a67b166ac6d59aa125fce27813f489239a9ab348f889ced71337735514c492c6",
1006
+ "signature": "a67b166ac6d59aa125fce27813f489239a9ab348f889ced71337735514c492c6",
892
1007
  "affectsGlobalScope": false
893
1008
  },
894
1009
  "../../statics/dist/src/index.d.ts": {
@@ -897,8 +1012,8 @@
897
1012
  "affectsGlobalScope": false
898
1013
  },
899
1014
  "../src/account-lib/basecoin/enum.ts": {
900
- "version": "658dc6352fb234552c5d0f08c84e2ef2a4a160046fd4585d7f93d831e8e8afe9",
901
- "signature": "0f33ef80715af3a5d9a0ca8c0ba653b91f094c77f1ffe529b976a6f4819d04b9",
1015
+ "version": "f3ddf0428c760512307bd8df3872a68a9f2fceeda5f93cf5ee551f56801d0dd0",
1016
+ "signature": "36316e1461556c021dc108032c8a4adc8b2d995b7c87b051db93eef57704a1c8",
902
1017
  "affectsGlobalScope": false
903
1018
  },
904
1019
  "../src/account-lib/basecoin/errors.ts": {
@@ -937,18 +1052,18 @@
937
1052
  "affectsGlobalScope": false
938
1053
  },
939
1054
  "../src/account-lib/util/crypto.ts": {
940
- "version": "d1a3faece81f66fde3b0f8b0ad0328d4b13fc26ed62e2338104609b1a50cb506",
1055
+ "version": "d9aa83490fe9a02d91fadf80ea255ab1b43bed68579f32d683f575d980a687c1",
941
1056
  "signature": "25c0ba6ed00460fd1ab2f8fd474ea953607eccc4826ea70dba03f01212c4e0a8",
942
1057
  "affectsGlobalScope": false
943
1058
  },
944
1059
  "../src/account-lib/mpc/tss/ecdsa/types.ts": {
945
- "version": "f5335ba719f76f3e1f6dff046a7d6b1daa71901cab1ae12352c101ecb4c87036",
946
- "signature": "3f6d586b1e168ce8fca92cf56c6f080861f02feb837f53be781a3441bd2485cf",
1060
+ "version": "0a5539bd9a88ae4b14e0f249f18941f670a83383a56cc47eb1d7ccf0abbbd548",
1061
+ "signature": "bb913306cee286de5c922ee09b485edc6cf96ae93810ef8bff78bb71817ddc74",
947
1062
  "affectsGlobalScope": false
948
1063
  },
949
1064
  "../src/account-lib/mpc/tss/ecdsa/ecdsa.ts": {
950
- "version": "f4365c65b52c3e04d047e3b0fb1841d290aa0487c7b08cde99cabc9e11419e24",
951
- "signature": "38fbaa36d01982c1f7c4faf861cff6ad4203de6a6925825271451a15f3a8c1f7",
1065
+ "version": "c35c4e3132f47312fb0158b26db9a8dc9d6dd96318ce2858900eb2c3b2f4c6c6",
1066
+ "signature": "a1d3a2db826b59b0cfffb1c2b201c0f59fe4319cb4d7743ddb3ac2d59ccd64c7",
952
1067
  "affectsGlobalScope": false
953
1068
  },
954
1069
  "../src/account-lib/mpc/tss/ecdsa/index.ts": {
@@ -972,8 +1087,8 @@
972
1087
  "affectsGlobalScope": false
973
1088
  },
974
1089
  "../../../node_modules/buffer/index.d.ts": {
975
- "version": "8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6",
976
- "signature": "8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6",
1090
+ "version": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
1091
+ "signature": "4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188",
977
1092
  "affectsGlobalScope": false
978
1093
  },
979
1094
  "../../../node_modules/@types/superagent/index.d.ts": {
@@ -1077,8 +1192,8 @@
1077
1192
  "affectsGlobalScope": false
1078
1193
  },
1079
1194
  "../src/bitgo/utils/opengpgutils.ts": {
1080
- "version": "9618097f9e2d678d26bfad1be52512e2d3ea8147230b9263a6ed851c471eb92a",
1081
- "signature": "2333acb8876eb9f9a74bd27868def13e675e4d1ec8c7b8b946ccbf470f93eb30",
1195
+ "version": "c9e271895aad18b36891b183fe7d16e124e5f0f849daed3a032df2c134457b97",
1196
+ "signature": "966ec5a7e9371939527fff12fb87bd26df21abe89d8cb7138db215e5a6796811",
1082
1197
  "affectsGlobalScope": false
1083
1198
  },
1084
1199
  "../src/bitgo/utils/abstractutxocoinutil.ts": {
@@ -1117,8 +1232,8 @@
1117
1232
  "affectsGlobalScope": false
1118
1233
  },
1119
1234
  "../src/account-lib/basecoin/secp256k1extendedkeypair.ts": {
1120
- "version": "874f1c5c98de81d50ca1c7b0dc312e0107c2f295a00e4cc9062d58c75fddd940",
1121
- "signature": "4b8cfd4ea3c402cd6e8d5455c1ec6f2833b9dee16d78079603bc042d2caf7ca7",
1235
+ "version": "4abd5c1afebdc6906f73e3199e47888686c1edd8e294d8668bf950faeb068f71",
1236
+ "signature": "73554767d3387fac87e49be67fa7aae4a7db719dde70da2b0583b09e1a5795c8",
1122
1237
  "affectsGlobalScope": false
1123
1238
  },
1124
1239
  "../src/account-lib/basecoin/index.ts": {
@@ -1132,12 +1247,12 @@
1132
1247
  "affectsGlobalScope": false
1133
1248
  },
1134
1249
  "../src/bitgo/utils/tss/basetypes.ts": {
1135
- "version": "b9caa8db8d07e9ef7127917ec8c07b86f1f41dcc5f1291675eddc3d87f31bc93",
1136
- "signature": "409242c00ff0341c4057504314b57cd9206415f8c0de715ad202a39520be24f0",
1250
+ "version": "a5bd089633ded7d54e577289be04c1b30dba8649abd66180393a64a4774b9eba",
1251
+ "signature": "9286c03a62b56ce97b37b95a20cd125ee2ec9ccd89dded234242ebd676891a26",
1137
1252
  "affectsGlobalScope": false
1138
1253
  },
1139
1254
  "../src/bitgo/utils/mpcutils.ts": {
1140
- "version": "4c8e5b11eaa4d8f755463b2e622898b7a3e4617203e2faff563cc44f71a02163",
1255
+ "version": "08c9623b60bb8dde658c3ee0656dff6735c7210bff8cf41fcd0371ab0568e27a",
1141
1256
  "signature": "438aaba4909be82b5bc2e6598ca21143e6ded3a98bfbe5822c355b8bf9ef222d",
1142
1257
  "affectsGlobalScope": false
1143
1258
  },
@@ -1157,8 +1272,8 @@
1157
1272
  "affectsGlobalScope": false
1158
1273
  },
1159
1274
  "../src/bitgo/utils/tss/basetssutils.ts": {
1160
- "version": "601259deab39c134243ada67d48d4b3fdbffb11000b5894bfdda351a4ab86138",
1161
- "signature": "e01ec3a3a1ff2c3ce5b3b3ad6605ca15851baa19ea79122439d1421264f4509e",
1275
+ "version": "31e05d2b70e7d71d836128544164a4b814435688e637c6e23e920fcd0a4743e3",
1276
+ "signature": "781153597a307ba34e5b3f2f12bbd456400d8ccde49d1cda04f9d586e8c2c0bc",
1162
1277
  "affectsGlobalScope": false
1163
1278
  },
1164
1279
  "../src/bitgo/utils/tss/eddsa/types.ts": {
@@ -1167,8 +1282,8 @@
1167
1282
  "affectsGlobalScope": false
1168
1283
  },
1169
1284
  "../src/bitgo/utils/tss/eddsa/eddsa.ts": {
1170
- "version": "4a924c7786072cee3fd1054161fccc1e5d38eb59355ef301a7a17a2c91088285",
1171
- "signature": "6476d93f546012dd2fd90bcd8fea7ecf0e1640b2519cc196ed804dddf8853ac9",
1285
+ "version": "d49ebf33d1e58f875d830aad928633c2615921f9082c3dc72d8292c277f010b9",
1286
+ "signature": "cc044a6dfbdd130a6d88f3e1192e83538da0e4d40868d1184e8d1c99a7c6dc22",
1172
1287
  "affectsGlobalScope": false
1173
1288
  },
1174
1289
  "../src/bitgo/utils/tss/eddsa/index.ts": {
@@ -1177,8 +1292,8 @@
1177
1292
  "affectsGlobalScope": false
1178
1293
  },
1179
1294
  "../src/bitgo/tss/ecdsa/types.ts": {
1180
- "version": "e4b51f9c94ef3c5ed341ce2e684ee8a86638ab435e910f91e8e64cdb1339f248",
1181
- "signature": "c1ca317365e923d36c51d051759fb35504c50667a38d80bdb275dcf0f31cc940",
1295
+ "version": "747eed578d590f3a2f9278fceb3b8e98bc1cf9548f7000c3bfda19e776b66efd",
1296
+ "signature": "211d9432b8f6d096a41306c1829e08e1e9b12b01d4241b3a7fe8b3c0e477da35",
1182
1297
  "affectsGlobalScope": false
1183
1298
  },
1184
1299
  "../src/bitgo/tss/types.ts": {
@@ -1187,13 +1302,18 @@
1187
1302
  "affectsGlobalScope": false
1188
1303
  },
1189
1304
  "../src/bitgo/tss/common.ts": {
1190
- "version": "5337b4980965769ae054b4a07a78966e6bc46324daab500dcc224860aefd9a42",
1191
- "signature": "0dcf68eb32049de945e6b38c61e9e5d7ed8952616326d56d8f7a07b6899b6860",
1305
+ "version": "8b63b788eed7ac75008fbf0775bb07c5a8e662e3e60fc7e71b9d8f65b1f99d89",
1306
+ "signature": "aa249eba29ab9137a80bbe675b217177c695835984b604292040c5e234b5f3d3",
1307
+ "affectsGlobalScope": false
1308
+ },
1309
+ "../../../node_modules/@types/keccak/index.d.ts": {
1310
+ "version": "44469f7cd056fda8a8c31ce768df26a401262098db908b436155b3f7860734c1",
1311
+ "signature": "44469f7cd056fda8a8c31ce768df26a401262098db908b436155b3f7860734c1",
1192
1312
  "affectsGlobalScope": false
1193
1313
  },
1194
1314
  "../src/bitgo/tss/ecdsa/ecdsa.ts": {
1195
- "version": "a0fa0b0dbe73182e8f4b89a2446e6dd465ca1548ee3063656f424674879b9294",
1196
- "signature": "df7817031d544eb230cf73b37c2527c87f7d3dc6b6c6f8e14ec003f16eef5ee2",
1315
+ "version": "11266b2ff8c536eedf8aae6a2dd412c4fbcd9041444f24573990acdf5d894655",
1316
+ "signature": "0758f5c00e5910f0fd693d660eece239f8b8da90c926c41141b06882a5c04c4f",
1197
1317
  "affectsGlobalScope": false
1198
1318
  },
1199
1319
  "../src/bitgo/tss/ecdsa/index.ts": {
@@ -1207,8 +1327,8 @@
1207
1327
  "affectsGlobalScope": false
1208
1328
  },
1209
1329
  "../src/bitgo/utils/tss/ecdsa/ecdsa.ts": {
1210
- "version": "e347fc1ed1dd61579f66d6d05760e8a1aa41c86b83c6dc9f3f838e74aa85d070",
1211
- "signature": "6ad3ea8b0f322b25c7e0d07a1b842d4c208f59e806c2e918e48f4da3f1e96df1",
1330
+ "version": "e4e94c56d013d6e230ef4fe9c33a0813f72bf30b9f72ca2301fbb42d489009f0",
1331
+ "signature": "faaab8434d641952b3137f952ae8a4958d21dbb278066f44d73ab76c4fd3cf81",
1212
1332
  "affectsGlobalScope": false
1213
1333
  },
1214
1334
  "../src/bitgo/utils/tss/ecdsa/index.ts": {
@@ -1217,8 +1337,8 @@
1217
1337
  "affectsGlobalScope": false
1218
1338
  },
1219
1339
  "../src/bitgo/utils/tss/index.ts": {
1220
- "version": "44a2a6876d9bad7cd5936951ca1325df19704a5cf393ebc0805384771a91c6d8",
1221
- "signature": "a10989ee1524f87be060979a0410701230c102eeddd0c05193d14c24a6f3f11d",
1340
+ "version": "344c6954204743186ee3d9a91768b7ab3da10595989650577a11405a0cbb1b73",
1341
+ "signature": "49317e31b87273275347cb548fe328d0bacda1f28f47251a5a6ca8aa38782ed1",
1222
1342
  "affectsGlobalScope": false
1223
1343
  },
1224
1344
  "../src/bitgo/errors.ts": {
@@ -1297,7 +1417,7 @@
1297
1417
  "affectsGlobalScope": false
1298
1418
  },
1299
1419
  "../src/bitgo/utils/util.ts": {
1300
- "version": "4412b5db50a793fad9a2db3b75ec348abf27942d3fd4ab397997dd5e451547b3",
1420
+ "version": "ad33cca15d17c2905548311ffd094aa2a310d15b1914454241f5a184334f1a9b",
1301
1421
  "signature": "73b4863e9315ef95bd17e104622d67aa5963f48fecdf5b224296f85db9454a4f",
1302
1422
  "affectsGlobalScope": false
1303
1423
  },
@@ -1307,7 +1427,7 @@
1307
1427
  "affectsGlobalScope": false
1308
1428
  },
1309
1429
  "../src/bitgo/keychain/keychains.ts": {
1310
- "version": "c4e50aa6b62358034969e7d5eb170fc2ea467a00f1378f38a907f38e83f32c88",
1430
+ "version": "9a6eb74e271a2678bab05f9835986694f218ce25e3f03dd064bb697374e79162",
1311
1431
  "signature": "6b6b0ac8643dd61d53275d433dee0ba47ecddb233f459096052028e03c14f05c",
1312
1432
  "affectsGlobalScope": false
1313
1433
  },
@@ -1327,7 +1447,7 @@
1327
1447
  "affectsGlobalScope": false
1328
1448
  },
1329
1449
  "../src/bitgo/pendingapproval/pendingapproval.ts": {
1330
- "version": "8684eb53efa02a518f0c2d94f452494b1fc42ce89b57fad9608afc071d703f25",
1450
+ "version": "91d85febd6c78712fb3e42d25df9667b3efb03ad403d5ab7048932c2236ffc47",
1331
1451
  "signature": "7944af161d0ae5a951708171de9eb569dcf1d04aaf4dafb91b27438909a3d42e",
1332
1452
  "affectsGlobalScope": false
1333
1453
  },
@@ -1342,13 +1462,13 @@
1342
1462
  "affectsGlobalScope": false
1343
1463
  },
1344
1464
  "../src/bitgo/staking/istakingwallet.ts": {
1345
- "version": "e82ce86b0cce01639a4183182c3ba26af3b32f5fee8bf71a75e041a97e625c4d",
1346
- "signature": "5ccfdcd7858992343feaec1a37034dd7558a3c55f707129a64def3785a75d660",
1465
+ "version": "5b5710efe4d654c2edf0a339a079c5e9bdc8c56110deac9bae16e89610340915",
1466
+ "signature": "ee920e56f0b3967c730b9b20193445169f9b770399aeff8c6582763a45c3dbdd",
1347
1467
  "affectsGlobalScope": false
1348
1468
  },
1349
1469
  "../src/bitgo/staking/stakingwallet.ts": {
1350
- "version": "044d6a6f04fd0433afcac5c0312aab86067e14af96658ddc2b2a518ee3d561b9",
1351
- "signature": "d1864c7c174ba5eb7f490b7f760c36cf6f03731ef2295b16695dce41b916f0e1",
1470
+ "version": "e18355b5ab5643596e57a5b626d9e34017b86b90849bfc12c5b5f7179c700b6e",
1471
+ "signature": "f7daad875f9399da7f2e760090b4b88f58c5da65f5321d9991b013949d685af1",
1352
1472
  "affectsGlobalScope": false
1353
1473
  },
1354
1474
  "../src/bitgo/staking/index.ts": {
@@ -1647,8 +1767,28 @@
1647
1767
  "affectsGlobalScope": false
1648
1768
  },
1649
1769
  "../src/bitgo/lightning/ilightning.ts": {
1650
- "version": "185030e8122007790200b24df167b6568bb1ae08f791dcacf2f03978ec3f43cb",
1651
- "signature": "0f35c27e22e455ba5e0fdd39db3e51d4b473a4ad1395a41dbf765dfb6afdd6c7",
1770
+ "version": "35d04d5439193c0e880b17c476b87ae582433f8222b9ec8b7f7011bb07346979",
1771
+ "signature": "b6a76d9ccfeb8be5220b3922f4063bc77faa7a96501c2792ba28420d525b62cb",
1772
+ "affectsGlobalScope": false
1773
+ },
1774
+ "../../../node_modules/bolt11/node_modules/@types/bn.js/index.d.ts": {
1775
+ "version": "bc6dd50ac2fc9a7ca6488811b116bd0ddd606338db0bb97852c8fcf757e2d7f5",
1776
+ "signature": "bc6dd50ac2fc9a7ca6488811b116bd0ddd606338db0bb97852c8fcf757e2d7f5",
1777
+ "affectsGlobalScope": false
1778
+ },
1779
+ "../../../node_modules/bolt11/payreq.d.ts": {
1780
+ "version": "982017b9d20d48b8d7dd48a07f93a367ddae106846a04146cf58171571ceafed",
1781
+ "signature": "982017b9d20d48b8d7dd48a07f93a367ddae106846a04146cf58171571ceafed",
1782
+ "affectsGlobalScope": false
1783
+ },
1784
+ "../../../node_modules/bech32/dist/index.d.ts": {
1785
+ "version": "a7a74b55a74b69119990ec09675e3f7c484cea5e7fc21639d7aafe26225b118f",
1786
+ "signature": "a7a74b55a74b69119990ec09675e3f7c484cea5e7fc21639d7aafe26225b118f",
1787
+ "affectsGlobalScope": false
1788
+ },
1789
+ "../src/bitgo/lightning/lnurlcodec.ts": {
1790
+ "version": "b514542e63c5fadc5086357194e976a30b8ca13f419fad5f3d0b5dc183989d87",
1791
+ "signature": "56c1498ab1eb499360bf7c36334bccd648abbc7f7ceb4674a96d6164322d4b51",
1652
1792
  "affectsGlobalScope": false
1653
1793
  },
1654
1794
  "../node_modules/fp-ts/lib/json.d.ts": {
@@ -1661,19 +1801,24 @@
1661
1801
  "signature": "27db02469ca7406ce2a4a415667581fb850647ad362697e23618b14a2880dde8",
1662
1802
  "affectsGlobalScope": false
1663
1803
  },
1804
+ "../src/bitgo/lightning/lightningutils.ts": {
1805
+ "version": "d2f1f7b81fc5e2eb67012cf8947cc366f8dd35f7f6550b86213b6e034a25057d",
1806
+ "signature": "13caba4bd9de03dcdcae35c59f81f56c66c31a49d0039698541edf0470ac07c4",
1807
+ "affectsGlobalScope": false
1808
+ },
1664
1809
  "../src/bitgo/lightning/lightning.ts": {
1665
- "version": "f38276a9160b51e47caaf9392fd86fdcac07f3f1f1d499d0001307f6d23a75f4",
1666
- "signature": "eefc63244ce9478b4340e5ee73dcc7b836dc16b029a617c67e7b3d7b1cfe5f3b",
1810
+ "version": "8c0ed307faa1d6461bed404a3db3ae378d4250f1ebbb25b6391e7a8435e5af25",
1811
+ "signature": "36607a9df4740ed720e74eb913e6934084350b0f17e35ec4f40aa420ee234b9b",
1667
1812
  "affectsGlobalScope": false
1668
1813
  },
1669
1814
  "../src/bitgo/lightning/index.ts": {
1670
- "version": "35cc1a1437c8ddc2056de5948c12a283c4650a439e119d25ec2f3ca4e141085b",
1671
- "signature": "c3e0586888f218c514f938bb96262bdab519b03ca69acad71b038def93b849de",
1815
+ "version": "309f8809904d650f26f4d485f192e4db8586275086a88fb211c2ccc35c4bfcdb",
1816
+ "signature": "4b5743f4061c94a4af08d03ce8be6cc5e037842d84e47ef9e1e84e101dab5cff",
1672
1817
  "affectsGlobalScope": false
1673
1818
  },
1674
1819
  "../src/bitgo/wallet/iwallet.ts": {
1675
- "version": "b877fbb821214e120e4799befb2435b3084efe7f69fa1ba4f9829a7440cc0d1d",
1676
- "signature": "a9fe3945ee5bbd4066918d370d2ff6b2e688e41251a83594748530b65b7d2f15",
1820
+ "version": "d985623660bc3c98a9ff1b945a7eebad3e8e72a0528d6214f54f8711a0c5cc06",
1821
+ "signature": "0cc92b351a709a8091a87914a39c4e3ff0d059b82e5ac8fd658c45d169c893d4",
1677
1822
  "affectsGlobalScope": false
1678
1823
  },
1679
1824
  "../../../node_modules/@types/secp256k1/index.d.ts": {
@@ -1682,8 +1827,8 @@
1682
1827
  "affectsGlobalScope": false
1683
1828
  },
1684
1829
  "../src/bitgo/ecdh.ts": {
1685
- "version": "0f1bcb73b2edb92b43b0a041957db8d9be91f54aea537f71549e5ae0e9ca4b68",
1686
- "signature": "f6025dd3909202be6632933efaeedab62c05903c2ea28627cfa07ec623961e84",
1830
+ "version": "ac99a073a2df72b6339380b888a117dd25dadf2c2ce34454a7048e14ccc269ca",
1831
+ "signature": "ece356522734c01b4b04c86fd7c3cc2bb1b147aca0f6e0d37098e36df7c1aec8",
1687
1832
  "affectsGlobalScope": false
1688
1833
  },
1689
1834
  "../src/bitgo/internal/keycard.ts": {
@@ -1692,17 +1837,17 @@
1692
1837
  "affectsGlobalScope": false
1693
1838
  },
1694
1839
  "../src/bitgo/wallet/wallet.ts": {
1695
- "version": "0e70001422fc945b0ce713c3e2c6289bbb12edaf438ce02a202f2b4f3d649d60",
1696
- "signature": "4dd4e46055199338ef0fd01550737d4c9bc884a3ae8ea5cf7306b36ea2779dc2",
1840
+ "version": "5761bbc86a2041e30b292fd4e9d9c9961b0e9a632cf6d15251a6cd23e984cd17",
1841
+ "signature": "cf5797df1cff8c99a5145bab1f136c02f5bfb148de4906d4c627ca116a7e8008",
1697
1842
  "affectsGlobalScope": false
1698
1843
  },
1699
1844
  "../src/bitgo/wallet/iwallets.ts": {
1700
- "version": "d1d8814be8ba5d141245b77089db26af2414debac390b7f608decf8bd125fb97",
1701
- "signature": "6d627ad7f2014562d5a58235717bcd374c820bc916c01be6cbe5a11254abe08c",
1845
+ "version": "a9ac2b095aeb8be1a218c62478663ead2010d0eaa5ceea7eea753dd751703ee5",
1846
+ "signature": "1ef49055aa90991b380e5f0ba94b6b19ed49492bfb7ef35f4b74da0f55e7c84e",
1702
1847
  "affectsGlobalScope": false
1703
1848
  },
1704
1849
  "../src/bitgo/wallet/wallets.ts": {
1705
- "version": "9caba083ce7f65fb31ad481f1dee170eb69df400c7b8ff246357fba807349c0b",
1850
+ "version": "9ce3a4b133da704dc8ce3de5ccf04a4d5f38663ab0914f511d872926728e0b78",
1706
1851
  "signature": "c55b198d5ee554fad17db1460f680c24674a0c5429fe282e83b3e7147af92073",
1707
1852
  "affectsGlobalScope": false
1708
1853
  },
@@ -1772,18 +1917,18 @@
1772
1917
  "affectsGlobalScope": false
1773
1918
  },
1774
1919
  "../src/bitgo/environments.ts": {
1775
- "version": "5aa7a94472da930f1d6aca2702ce07b35339f1613545087000c85931383854b0",
1776
- "signature": "77c0096e2419b04036cac2fbff4d2ba95a097a01df328bb2b20c4ccc51251f00",
1920
+ "version": "2b6d29395bafe35ecd63eccb8750f69323dcc74c563445f2bfa8feb191e6791c",
1921
+ "signature": "251098fafad151078d1ab81217003f7bbb2e5600b9d52cb3e9b74a9bb513c769",
1777
1922
  "affectsGlobalScope": false
1778
1923
  },
1779
1924
  "../src/bitgo/config.ts": {
1780
1925
  "version": "99d10a187dab280f3e6331dc53196fbfc7a4e467f2bea9ef08b5a6c70230c963",
1781
- "signature": "267d854d17541de3705934d4a1e2370f6896dadf70d24465f83d183e1e600ee6",
1926
+ "signature": "0c8aa847ff5c0446950148b5b9b91ae92e5dbf0bed4010bae37ee269610fc252",
1782
1927
  "affectsGlobalScope": false
1783
1928
  },
1784
1929
  "../src/bitgo/recovery/initiate.ts": {
1785
- "version": "bc3bf9a619b769f83be96c3724b0721eaf651019a284b6261518f8ee72fd0448",
1786
- "signature": "3d31bd60cb3a57b929a0a302dd44359752593b5d7b788bfdbd429d608e82735a",
1930
+ "version": "d9c09157ce445bc1e7b64211d38e72a84fabdb5299702adbb49c828da275021d",
1931
+ "signature": "39ed1739e3afa95ad1bdab9f1cc272a0e2a2462b9cb4b61516c2076eab755c1d",
1787
1932
  "affectsGlobalScope": false
1788
1933
  },
1789
1934
  "../src/bitgo/recovery/index.ts": {
@@ -1797,8 +1942,8 @@
1797
1942
  "affectsGlobalScope": false
1798
1943
  },
1799
1944
  "../src/bitgo/basecoin/ibasecoin.ts": {
1800
- "version": "01d79ff7722049b8dc2df204a532226ecdf3dfe30feac929a9a9e36e867a4bc5",
1801
- "signature": "86a76f94b6b7221204d1d8b52d24a0dec43706d6892554a1f54bffbc3c67d416",
1945
+ "version": "4c4387cc6f9d8427d4af87c9900fc227f803956ed8f20f68453f1b9d85e3153e",
1946
+ "signature": "d243dd2a0e9e3c213a3c4418d025c5aa9fe53d0ee796d346f417b9622be7c0f3",
1802
1947
  "affectsGlobalScope": false
1803
1948
  },
1804
1949
  "../../../node_modules/bitcoinjs-message/index.d.ts": {
@@ -1807,13 +1952,13 @@
1807
1952
  "affectsGlobalScope": false
1808
1953
  },
1809
1954
  "../src/bitgo/bip32util.ts": {
1810
- "version": "95118fb2d78dd8bde2ddc60f39a03050e7cdde344f6b0da66837eedf7daf0337",
1811
- "signature": "08fdfaab8ed6d659d99a82465a13969a0e2e04ae3d1601c8d89195dc5465c679",
1955
+ "version": "dc5ac9750567368cdd09aecc4b82c9f05519c6b5dc61ab0f6ebab76d95590296",
1956
+ "signature": "3eeff4af37b9f80482da0b5ccc8c760bb387c661c74ce4078d495b600cdaa5e9",
1812
1957
  "affectsGlobalScope": false
1813
1958
  },
1814
1959
  "../src/account-lib/mpc/index.ts": {
1815
- "version": "df17e929436d8ae25eb1a4b4a80c506bbf9603c3ce84ab61bb75cba00c2e4345",
1816
- "signature": "7bd32bb6d472978aebf1c0647aa7f35f774f10142a7b885c6c4d2bc71e370bbe",
1960
+ "version": "4a87fccdaaf54d75107e234bcab5d72f71137a8f9ee8b1f6cc96e4deca26d0a2",
1961
+ "signature": "552ff30fdbccad35212a073d1f22f17156da579c508e69327778c9f4693f9090",
1817
1962
  "affectsGlobalScope": false
1818
1963
  },
1819
1964
  "../src/account-lib/staking/utils.ts": {
@@ -1842,8 +1987,8 @@
1842
1987
  "affectsGlobalScope": false
1843
1988
  },
1844
1989
  "../src/bitgo/basecoin/basecoin.ts": {
1845
- "version": "8ef72789b90913cb027db449288e06cbe71bf546b3c8b745c2107bfddeeabee3",
1846
- "signature": "67c8bd7122303bc102de29f6f40c5457458aae0f7d249e6ad8be62ebd4a1b5a9",
1990
+ "version": "9c5e871a099dce8cad80b43ed3a2dc72ea54813542ea88fb70e99286762e95f2",
1991
+ "signature": "a749c2453baf13bcb1671a533566712ad747a67281aed18d242ed184c5e467f6",
1847
1992
  "affectsGlobalScope": false
1848
1993
  },
1849
1994
  "../src/bitgo/basecoin/index.ts": {
@@ -1862,8 +2007,8 @@
1862
2007
  "affectsGlobalScope": false
1863
2008
  },
1864
2009
  "../src/bitgo/tss/eddsa/eddsa.ts": {
1865
- "version": "af6abb451caf89d37245fa63d14c9a9f28dc41c2705b38caf9b1de6569aaefa8",
1866
- "signature": "232f5ca7d8daac5dbf743d23579606a47d174d9198b218449913032c6a5aadbd",
2010
+ "version": "48eba62049c8dc92276d4ed9285787b64032c00a440e0ba1be488ca12fe27a53",
2011
+ "signature": "26e8902a538b0bf8ff065837f16d8ca92909fd34db7b3edb85689c8849e640f3",
1867
2012
  "affectsGlobalScope": false
1868
2013
  },
1869
2014
  "../src/bitgo/tss/eddsa/index.ts": {
@@ -1886,9 +2031,14 @@
1886
2031
  "signature": "d31e72a3dc264ab160d4e5a2918a38d52c0ca8fc14a0a808ba77ba7c3cadee9d",
1887
2032
  "affectsGlobalScope": false
1888
2033
  },
2034
+ "../src/bitgo/legacybitcoin.ts": {
2035
+ "version": "e081d3330add02aa246b2a30c6c6f27f68718f2ecc199d05457e7cf9c62ee2f6",
2036
+ "signature": "93a8cb0f144373b950ff6ba507c9b39f77e6d545f75f69cd8aaf67bb830e72de",
2037
+ "affectsGlobalScope": false
2038
+ },
1889
2039
  "../src/bitgo/index.ts": {
1890
- "version": "4f4ff5af0618dc9fa7ecdfa6f043d27e370fb107e7a8b1b6ba22d544f4b71a87",
1891
- "signature": "f2e0badc654515f06ad2905f2e5516090c84a0647e21ca28714cfc4eff414bbf",
2040
+ "version": "f2c243dd087a21e0ee050ca3ce90d4df60b6143529ddc9dfa8cc760df3d34042",
2041
+ "signature": "dc2ddcc39a22f7663f8510a203023aac0dc58e908972b24b6047e939c66d73a3",
1892
2042
  "affectsGlobalScope": false
1893
2043
  },
1894
2044
  "../src/common.ts": {
@@ -1927,7 +2077,7 @@
1927
2077
  "affectsGlobalScope": false
1928
2078
  },
1929
2079
  "../src/coins/ofc.ts": {
1930
- "version": "8d5077d42d4e5f5e57c947c6911631c013e8051cefa8f36610d35808ea9600bc",
2080
+ "version": "5f8513d16d210f66b9f77e2e7dfe00750cf0cd87ae84a666e2baf1f54d1dd432",
1931
2081
  "signature": "97dfd5db8402c74ed5f45e531ab4e626ab47e015015fe42a11b43ab02bf18fd8",
1932
2082
  "affectsGlobalScope": false
1933
2083
  },
@@ -1952,8 +2102,8 @@
1952
2102
  "affectsGlobalScope": false
1953
2103
  },
1954
2104
  "../src/index.ts": {
1955
- "version": "30bbe4c19c35115776000f842e7b3da919fd63b52a3a827df01a94f1013ba5b8",
1956
- "signature": "fad9045167224778da565d0745de810993f0828cee452d8a1bbd5cee1d5830b1",
2105
+ "version": "e35bfdaf1e1d320ff1aae3d0411f95ec8e30b62d3ee15d3664c16fdc8e2e2ad5",
2106
+ "signature": "3d594e284a016fd7f6dfcc9b03e398cd7199c9fdda806133f6c00c364e53a273",
1957
2107
  "affectsGlobalScope": false
1958
2108
  },
1959
2109
  "../../../types/bignumber.js/index.d.ts": {
@@ -2027,8 +2177,8 @@
2027
2177
  "affectsGlobalScope": false
2028
2178
  },
2029
2179
  "../../../node_modules/@types/express-serve-static-core/index.d.ts": {
2030
- "version": "d2f7baf43dfa349d4010cbd9d64d84cdf3ec26c65fa5f44c8f74f052bedd0b49",
2031
- "signature": "d2f7baf43dfa349d4010cbd9d64d84cdf3ec26c65fa5f44c8f74f052bedd0b49",
2180
+ "version": "ae3fe461989bbd951344efc1f1fe932360ce7392e6126bdb225a82a1bbaf15ee",
2181
+ "signature": "ae3fe461989bbd951344efc1f1fe932360ce7392e6126bdb225a82a1bbaf15ee",
2032
2182
  "affectsGlobalScope": true
2033
2183
  },
2034
2184
  "../../../node_modules/@types/connect-history-api-fallback/index.d.ts": {
@@ -2061,24 +2211,24 @@
2061
2211
  "signature": "64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241",
2062
2212
  "affectsGlobalScope": true
2063
2213
  },
2214
+ "../../../node_modules/@types/estree/index.d.ts": {
2215
+ "version": "946bd1737d9412395a8f24414c70f18660b84a75a12b0b448e6eb1a2161d06dd",
2216
+ "signature": "946bd1737d9412395a8f24414c70f18660b84a75a12b0b448e6eb1a2161d06dd",
2217
+ "affectsGlobalScope": false
2218
+ },
2064
2219
  "../../../node_modules/@types/json-schema/index.d.ts": {
2065
2220
  "version": "f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6",
2066
2221
  "signature": "f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6",
2067
2222
  "affectsGlobalScope": false
2068
2223
  },
2069
- "../../../node_modules/@types/estree/index.d.ts": {
2070
- "version": "a1c79f857f5c7754e14c93949dad8cfefcd7df2ecc0dc9dd79a30fd493e28449",
2071
- "signature": "a1c79f857f5c7754e14c93949dad8cfefcd7df2ecc0dc9dd79a30fd493e28449",
2072
- "affectsGlobalScope": false
2073
- },
2074
2224
  "../../../node_modules/@types/eslint/index.d.ts": {
2075
- "version": "8566fa84085caa46340393b1704ecd368491918fb45bd688d6e89736aec73a2f",
2076
- "signature": "8566fa84085caa46340393b1704ecd368491918fb45bd688d6e89736aec73a2f",
2225
+ "version": "c6297435733f252a9c0e2297fab3b58014b8fde5fa097a4102dae4e12522bccd",
2226
+ "signature": "c6297435733f252a9c0e2297fab3b58014b8fde5fa097a4102dae4e12522bccd",
2077
2227
  "affectsGlobalScope": false
2078
2228
  },
2079
2229
  "../../../node_modules/@types/eslint-scope/index.d.ts": {
2080
- "version": "dc33ce27fbeaf0ea3da556c80a6cc8af9d13eb443088c8f25cdc39fca8e756f6",
2081
- "signature": "dc33ce27fbeaf0ea3da556c80a6cc8af9d13eb443088c8f25cdc39fca8e756f6",
2230
+ "version": "e050a0afcdbb269720a900c85076d18e0c1ab73e580202a2bf6964978181222a",
2231
+ "signature": "e050a0afcdbb269720a900c85076d18e0c1ab73e580202a2bf6964978181222a",
2082
2232
  "affectsGlobalScope": false
2083
2233
  },
2084
2234
  "../../../node_modules/@types/ethereumjs-util/index.d.ts": {
@@ -2122,8 +2272,8 @@
2122
2272
  "affectsGlobalScope": true
2123
2273
  },
2124
2274
  "../../../node_modules/csstype/index.d.ts": {
2125
- "version": "ea0aa24a32c073b8639aa1f3130ba0add0f0f2f76b314d9ba988a5cb91d7e3c4",
2126
- "signature": "ea0aa24a32c073b8639aa1f3130ba0add0f0f2f76b314d9ba988a5cb91d7e3c4",
2275
+ "version": "ba7617784f6b9aeac5e20c5eea869bbc3ef31b905f59c796b0fd401dae17c111",
2276
+ "signature": "ba7617784f6b9aeac5e20c5eea869bbc3ef31b905f59c796b0fd401dae17c111",
2127
2277
  "affectsGlobalScope": false
2128
2278
  },
2129
2279
  "../../../node_modules/@types/prop-types/index.d.ts": {
@@ -2157,8 +2307,8 @@
2157
2307
  "affectsGlobalScope": false
2158
2308
  },
2159
2309
  "../../../node_modules/@types/jasmine/index.d.ts": {
2160
- "version": "40bfe085f4000d4b9e19660627190eed488ca950c7d9e5438a5ab4c6ed30d6ca",
2161
- "signature": "40bfe085f4000d4b9e19660627190eed488ca950c7d9e5438a5ab4c6ed30d6ca",
2310
+ "version": "22f92bf43c39f2239e72c329d6764a241f4e342e8042da638b71b6e34cf41172",
2311
+ "signature": "22f92bf43c39f2239e72c329d6764a241f4e342e8042da638b71b6e34cf41172",
2162
2312
  "affectsGlobalScope": true
2163
2313
  },
2164
2314
  "../../../node_modules/@types/json5/index.d.ts": {
@@ -2167,13 +2317,18 @@
2167
2317
  "affectsGlobalScope": false
2168
2318
  },
2169
2319
  "../../../node_modules/@types/long/index.d.ts": {
2170
- "version": "e8465811693dfe4e96ef2b3dffda539d6edfe896961b7af37b44db2c0e48532b",
2171
- "signature": "e8465811693dfe4e96ef2b3dffda539d6edfe896961b7af37b44db2c0e48532b",
2320
+ "version": "0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70",
2321
+ "signature": "0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70",
2322
+ "affectsGlobalScope": false
2323
+ },
2324
+ "../../../node_modules/@types/mime/mime.d.ts": {
2325
+ "version": "5b9ecf7da4d71cf3832dbb8336150fa924631811f488ad4690c2dfec2b4fb1d7",
2326
+ "signature": "5b9ecf7da4d71cf3832dbb8336150fa924631811f488ad4690c2dfec2b4fb1d7",
2172
2327
  "affectsGlobalScope": false
2173
2328
  },
2174
2329
  "../../../node_modules/@types/mime/index.d.ts": {
2175
- "version": "84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86",
2176
- "signature": "84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86",
2330
+ "version": "951c85f75aac041dddbedfedf565886a7b494e29ec1532e2a9b4a6180560b50e",
2331
+ "signature": "951c85f75aac041dddbedfedf565886a7b494e29ec1532e2a9b4a6180560b50e",
2177
2332
  "affectsGlobalScope": false
2178
2333
  },
2179
2334
  "../../../node_modules/@types/mime-types/index.d.ts": {
@@ -2187,8 +2342,8 @@
2187
2342
  "affectsGlobalScope": false
2188
2343
  },
2189
2344
  "../../../node_modules/@types/mocha/index.d.ts": {
2190
- "version": "30bf01dd2e284098445264c8d71c608890cc11c142f36d0193aa655bdc0a40cb",
2191
- "signature": "30bf01dd2e284098445264c8d71c608890cc11c142f36d0193aa655bdc0a40cb",
2345
+ "version": "3f6d6465811321abc30a1e5f667feed63e5b3917b3d6c8d6645daf96c75f97ba",
2346
+ "signature": "3f6d6465811321abc30a1e5f667feed63e5b3917b3d6c8d6645daf96c75f97ba",
2192
2347
  "affectsGlobalScope": true
2193
2348
  },
2194
2349
  "../../../node_modules/@types/morgan/index.d.ts": {
@@ -2207,8 +2362,8 @@
2207
2362
  "affectsGlobalScope": false
2208
2363
  },
2209
2364
  "../../../node_modules/@types/node-fetch/externals.d.ts": {
2210
- "version": "208bb742e0f201470da121bc73847c74b62cff4172f38ae5949ae77d6c9c6b71",
2211
- "signature": "208bb742e0f201470da121bc73847c74b62cff4172f38ae5949ae77d6c9c6b71",
2365
+ "version": "3898e3dbe94b6fe529fbe8f0faee1309c1923100516d7a014b301955e52ece77",
2366
+ "signature": "3898e3dbe94b6fe529fbe8f0faee1309c1923100516d7a014b301955e52ece77",
2212
2367
  "affectsGlobalScope": false
2213
2368
  },
2214
2369
  "../../../node_modules/@types/node-fetch/index.d.ts": {
@@ -2252,8 +2407,8 @@
2252
2407
  "affectsGlobalScope": false
2253
2408
  },
2254
2409
  "../../../node_modules/@types/serve-static/index.d.ts": {
2255
- "version": "0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec",
2256
- "signature": "0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec",
2410
+ "version": "f47887b61c6cf2f48746980390d6cb5b8013518951d912cfb37fe748071942be",
2411
+ "signature": "f47887b61c6cf2f48746980390d6cb5b8013518951d912cfb37fe748071942be",
2257
2412
  "affectsGlobalScope": false
2258
2413
  },
2259
2414
  "../../../node_modules/@types/express/index.d.ts": {
@@ -2297,8 +2452,8 @@
2297
2452
  "affectsGlobalScope": false
2298
2453
  },
2299
2454
  "../../../node_modules/@types/styled-components/index.d.ts": {
2300
- "version": "a3bf3c1ad131df7a2b36c881232cf822c602396a88be8e3e3ece60e76e6fe8ee",
2301
- "signature": "a3bf3c1ad131df7a2b36c881232cf822c602396a88be8e3e3ece60e76e6fe8ee",
2455
+ "version": "356701ea5df9eea3bf62b0f29857cb950d95eec9b9063f85c17be705926cdd2a",
2456
+ "signature": "356701ea5df9eea3bf62b0f29857cb950d95eec9b9063f85c17be705926cdd2a",
2302
2457
  "affectsGlobalScope": true
2303
2458
  },
2304
2459
  "../../../node_modules/@types/supertest/index.d.ts": {
@@ -2317,8 +2472,8 @@
2317
2472
  "affectsGlobalScope": false
2318
2473
  },
2319
2474
  "../../../node_modules/@types/uglify-js/index.d.ts": {
2320
- "version": "c6c1427ba1efa270964d61564a3d99b59c0865a51dd55e4beb9f50e5c9aa8b51",
2321
- "signature": "c6c1427ba1efa270964d61564a3d99b59c0865a51dd55e4beb9f50e5c9aa8b51",
2475
+ "version": "a2b7081f3e83eaa6b7140f1d6210576bfa29d064cbfe482085bf3e4d4c715284",
2476
+ "signature": "a2b7081f3e83eaa6b7140f1d6210576bfa29d064cbfe482085bf3e4d4c715284",
2322
2477
  "affectsGlobalScope": false
2323
2478
  },
2324
2479
  "../../../node_modules/@types/urijs/dom-monkeypatch.d.ts": {
@@ -2432,8 +2587,8 @@
2432
2587
  "affectsGlobalScope": false
2433
2588
  },
2434
2589
  "../../../node_modules/@types/yargs/index.d.ts": {
2435
- "version": "105b9a2234dcb06ae922f2cd8297201136d416503ff7d16c72bfc8791e9895c1",
2436
- "signature": "105b9a2234dcb06ae922f2cd8297201136d416503ff7d16c72bfc8791e9895c1",
2590
+ "version": "5e19d765e36e4b673d8eeeec8d8fb65dafb17ba6202cc21e9172bac2bce0fd04",
2591
+ "signature": "5e19d765e36e4b673d8eeeec8d8fb65dafb17ba6202cc21e9172bac2bce0fd04",
2437
2592
  "affectsGlobalScope": false
2438
2593
  },
2439
2594
  "../../../node_modules/@types/yauzl/index.d.ts": {
@@ -2943,8 +3098,7 @@
2943
3098
  "../src/account-lib/basecoin/secp256k1extendedkeypair.ts"
2944
3099
  ],
2945
3100
  "../src/account-lib/basecoin/secp256k1extendedkeypair.ts": [
2946
- "../../../node_modules/bip32/types/index.d.ts",
2947
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3101
+ "../../utxo-lib/dist/src/index.d.ts",
2948
3102
  "../src/account-lib/basecoin/basekeypair.ts",
2949
3103
  "../src/account-lib/basecoin/enum.ts",
2950
3104
  "../src/account-lib/basecoin/errors.ts",
@@ -2981,6 +3135,7 @@
2981
3135
  "../src/account-lib/mpc/index.ts": [
2982
3136
  "../src/account-lib/mpc/curves/index.ts",
2983
3137
  "../src/account-lib/mpc/hdtree.ts",
3138
+ "../src/account-lib/mpc/shamir.ts",
2984
3139
  "../src/account-lib/mpc/tss/index.ts",
2985
3140
  "../src/account-lib/mpc/util.ts"
2986
3141
  ],
@@ -2991,6 +3146,7 @@
2991
3146
  "../src/account-lib/mpc/tss/ecdsa/ecdsa.ts": [
2992
3147
  "../../../node_modules/@noble/secp256k1/lib/index.d.ts",
2993
3148
  "../../../node_modules/@types/node/crypto.d.ts",
3149
+ "../../../node_modules/bigint-crypto-utils/types/index.d.ts",
2994
3150
  "../../../node_modules/paillier-bigint/types/index.d.ts",
2995
3151
  "../src/account-lib/mpc/curves/index.ts",
2996
3152
  "../src/account-lib/mpc/shamir.ts",
@@ -3032,10 +3188,9 @@
3032
3188
  "../src/account-lib/util/crypto.ts": [
3033
3189
  "../../../node_modules/@stablelib/hex/lib/hex.d.ts",
3034
3190
  "../../../node_modules/@types/bs58/index.d.ts",
3035
- "../../../node_modules/bip32/types/index.d.ts",
3036
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3037
3191
  "../../../node_modules/noble-bls12-381/index.d.ts",
3038
3192
  "../../../node_modules/tweetnacl/nacl.d.ts",
3193
+ "../../utxo-lib/dist/src/index.d.ts",
3039
3194
  "../src/account-lib/basecoin/iface.ts"
3040
3195
  ],
3041
3196
  "../src/account-lib/util/ed25519keyderiver.ts": [
@@ -3051,7 +3206,6 @@
3051
3206
  "../src/bitgo/basecoin/basecoin.ts": [
3052
3207
  "../../../node_modules/@types/node/crypto.d.ts",
3053
3208
  "../../../node_modules/bignumber.js/bignumber.d.ts",
3054
- "../../../node_modules/bip32/types/index.d.ts",
3055
3209
  "../../utxo-lib/dist/src/index.d.ts",
3056
3210
  "../src/account-lib/index.ts",
3057
3211
  "../src/bitgo/basecoin/ibasecoin.ts",
@@ -3073,7 +3227,8 @@
3073
3227
  "../src/bitgo/market/index.ts",
3074
3228
  "../src/bitgo/pendingapproval/index.ts",
3075
3229
  "../src/bitgo/recovery/index.ts",
3076
- "../src/bitgo/utils/index.ts",
3230
+ "../src/bitgo/utils/tss/ecdsa/index.ts",
3231
+ "../src/bitgo/utils/tss/eddsa/index.ts",
3077
3232
  "../src/bitgo/wallet/index.ts",
3078
3233
  "../src/bitgo/webhook/iwebhooks.ts"
3079
3234
  ],
@@ -3083,12 +3238,10 @@
3083
3238
  ],
3084
3239
  "../src/bitgo/bip32util.ts": [
3085
3240
  "../../../node_modules/@types/lodash/index.d.ts",
3086
- "../../../node_modules/bip32/types/index.d.ts",
3087
3241
  "../../../node_modules/bitcoinjs-message/index.d.ts",
3088
3242
  "../../utxo-lib/dist/src/index.d.ts"
3089
3243
  ],
3090
3244
  "../src/bitgo/bitcoin.ts": [
3091
- "../../../node_modules/bip32/types/index.d.ts",
3092
3245
  "../../utxo-lib/dist/src/index.d.ts",
3093
3246
  "../src/bitgo/types.ts",
3094
3247
  "../src/common.ts"
@@ -3112,7 +3265,6 @@
3112
3265
  "../src/bitgo/ecdh.ts": [
3113
3266
  "../../../node_modules/@types/node/assert.d.ts",
3114
3267
  "../../../node_modules/@types/secp256k1/index.d.ts",
3115
- "../../../node_modules/bip32/types/index.d.ts",
3116
3268
  "../../utxo-lib/dist/src/index.d.ts"
3117
3269
  ],
3118
3270
  "../src/bitgo/enterprise/enterprise.ts": [
@@ -3163,6 +3315,8 @@
3163
3315
  "../src/bitgo/errors.ts",
3164
3316
  "../src/bitgo/internal/index.ts",
3165
3317
  "../src/bitgo/keychain/index.ts",
3318
+ "../src/bitgo/legacybitcoin.ts",
3319
+ "../src/bitgo/lightning/index.ts",
3166
3320
  "../src/bitgo/market/index.ts",
3167
3321
  "../src/bitgo/pendingapproval/index.ts",
3168
3322
  "../src/bitgo/recovery/index.ts",
@@ -3204,18 +3358,39 @@
3204
3358
  "../src/bitgo/utils/index.ts",
3205
3359
  "../src/common.ts"
3206
3360
  ],
3361
+ "../src/bitgo/legacybitcoin.ts": [
3362
+ "../../utxo-lib/dist/src/index.d.ts",
3363
+ "../src/api/index.ts",
3364
+ "../src/bitgo/bitcoin.ts"
3365
+ ],
3207
3366
  "../src/bitgo/lightning/ilightning.ts": [
3208
3367
  "../node_modules/io-ts/lib/index.d.ts"
3209
3368
  ],
3210
3369
  "../src/bitgo/lightning/index.ts": [
3211
3370
  "../src/bitgo/lightning/ilightning.ts",
3212
- "../src/bitgo/lightning/lightning.ts"
3371
+ "../src/bitgo/lightning/lightning.ts",
3372
+ "../src/bitgo/lightning/lightningutils.ts",
3373
+ "../src/bitgo/lightning/lnurlcodec.ts"
3213
3374
  ],
3214
3375
  "../src/bitgo/lightning/lightning.ts": [
3376
+ "../../../node_modules/@types/node/crypto.d.ts",
3215
3377
  "../src/bitgo/bitgobase.ts",
3216
3378
  "../src/bitgo/lightning/ilightning.ts",
3379
+ "../src/bitgo/lightning/lightningutils.ts",
3380
+ "../src/bitgo/utils/decode.ts",
3381
+ "../src/bitgo/wallet/index.ts"
3382
+ ],
3383
+ "../src/bitgo/lightning/lightningutils.ts": [
3384
+ "../../../node_modules/@types/node/crypto.d.ts",
3385
+ "../../../node_modules/@types/superagent/index.d.ts",
3386
+ "../../../node_modules/bolt11/payreq.d.ts",
3387
+ "../src/bitgo/lightning/ilightning.ts",
3388
+ "../src/bitgo/lightning/lnurlcodec.ts",
3217
3389
  "../src/bitgo/utils/decode.ts"
3218
3390
  ],
3391
+ "../src/bitgo/lightning/lnurlcodec.ts": [
3392
+ "../../../node_modules/bech32/dist/index.d.ts"
3393
+ ],
3219
3394
  "../src/bitgo/market/index.ts": [
3220
3395
  "../src/bitgo/market/imarkets.ts",
3221
3396
  "../src/bitgo/market/markets.ts"
@@ -3258,7 +3433,7 @@
3258
3433
  "../src/bitgo/recovery/initiate.ts"
3259
3434
  ],
3260
3435
  "../src/bitgo/recovery/initiate.ts": [
3261
- "../../../node_modules/bip32/types/index.d.ts",
3436
+ "../../utxo-lib/dist/src/index.d.ts",
3262
3437
  "../src/bitgo/basecoin/index.ts",
3263
3438
  "../src/bitgo/bitgobase.ts",
3264
3439
  "../src/bitgo/config.ts"
@@ -3356,6 +3531,8 @@
3356
3531
  "../src/bitgo/utils/tss/basetypes.ts"
3357
3532
  ],
3358
3533
  "../src/bitgo/tss/ecdsa/ecdsa.ts": [
3534
+ "../../../node_modules/@types/keccak/index.d.ts",
3535
+ "../../../node_modules/@types/node/assert.d.ts",
3359
3536
  "../src/account-lib/mpc/tss/ecdsa/types.ts",
3360
3537
  "../src/account-lib/mpc/tss/index.ts",
3361
3538
  "../src/bitgo/bitgobase.ts",
@@ -3439,12 +3616,15 @@
3439
3616
  "../src/bitgo/utils/tss/basetypes.ts"
3440
3617
  ],
3441
3618
  "../src/bitgo/utils/opengpgutils.ts": [
3619
+ "../../../node_modules/@types/lodash/index.d.ts",
3620
+ "../../../node_modules/@types/node/crypto.d.ts",
3442
3621
  "../../../node_modules/openpgp/openpgp.d.ts",
3443
3622
  "../src/bitgo/bitgobase.ts"
3444
3623
  ],
3445
3624
  "../src/bitgo/utils/tss/basetssutils.ts": [
3446
3625
  "../../../node_modules/@types/lodash/index.d.ts",
3447
3626
  "../../../node_modules/openpgp/openpgp.d.ts",
3627
+ "../src/account-lib/mpc/tss/eddsa/types.ts",
3448
3628
  "../src/api/index.ts",
3449
3629
  "../src/bitgo/basecoin/index.ts",
3450
3630
  "../src/bitgo/bitgobase.ts",
@@ -3456,6 +3636,7 @@
3456
3636
  ],
3457
3637
  "../src/bitgo/utils/tss/basetypes.ts": [
3458
3638
  "../../../node_modules/openpgp/openpgp.d.ts",
3639
+ "../src/account-lib/mpc/tss/eddsa/types.ts",
3459
3640
  "../src/account-lib/mpc/tss/index.ts",
3460
3641
  "../src/api/index.ts",
3461
3642
  "../src/bitgo/basecoin/index.ts",
@@ -3463,10 +3644,9 @@
3463
3644
  "../src/bitgo/wallet/iwallet.ts"
3464
3645
  ],
3465
3646
  "../src/bitgo/utils/tss/ecdsa/ecdsa.ts": [
3466
- "../../../node_modules/@types/node/crypto.d.ts",
3647
+ "../../../node_modules/@types/node/assert.d.ts",
3467
3648
  "../../../node_modules/openpgp/openpgp.d.ts",
3468
3649
  "../src/account-lib/mpc/tss/index.ts",
3469
- "../src/api/index.ts",
3470
3650
  "../src/bitgo/basecoin/index.ts",
3471
3651
  "../src/bitgo/bitgobase.ts",
3472
3652
  "../src/bitgo/keychain/index.ts",
@@ -3489,11 +3669,9 @@
3489
3669
  ],
3490
3670
  "../src/bitgo/utils/tss/eddsa/eddsa.ts": [
3491
3671
  "../../../node_modules/@types/bs58/index.d.ts",
3492
- "../../../node_modules/@types/node/crypto.d.ts",
3493
3672
  "../../../node_modules/openpgp/openpgp.d.ts",
3494
3673
  "../src/account-lib/mpc/hdtree.ts",
3495
3674
  "../src/account-lib/mpc/tss/index.ts",
3496
- "../src/api/index.ts",
3497
3675
  "../src/bitgo/basecoin/index.ts",
3498
3676
  "../src/bitgo/keychain/index.ts",
3499
3677
  "../src/bitgo/tss/index.ts",
@@ -3521,8 +3699,8 @@
3521
3699
  "../src/bitgo/utils/util.ts": [
3522
3700
  "../../../node_modules/@types/lodash/index.d.ts",
3523
3701
  "../../../node_modules/@types/node/crypto.d.ts",
3524
- "../../../node_modules/bip32/types/index.d.ts",
3525
3702
  "../../../node_modules/ethereumjs-util/dist/index.d.ts",
3703
+ "../../utxo-lib/dist/src/index.d.ts",
3526
3704
  "../src/api/index.ts",
3527
3705
  "../src/bitgo/errors.ts"
3528
3706
  ],
@@ -3565,13 +3743,15 @@
3565
3743
  "../src/bitgo/staking/stakingwallet.ts",
3566
3744
  "../src/bitgo/trading/tradingaccount.ts",
3567
3745
  "../src/bitgo/utils/index.ts",
3746
+ "../src/bitgo/utils/tss/ecdsa/index.ts",
3747
+ "../src/bitgo/utils/tss/eddsa/index.ts",
3568
3748
  "../src/bitgo/wallet/iwallet.ts",
3569
3749
  "../src/common.ts"
3570
3750
  ],
3571
3751
  "../src/bitgo/wallet/wallets.ts": [
3572
3752
  "../../../node_modules/@types/lodash/index.d.ts",
3573
3753
  "../../../node_modules/bignumber.js/bignumber.d.ts",
3574
- "../../../node_modules/bip32/types/index.d.ts",
3754
+ "../../utxo-lib/dist/src/index.d.ts",
3575
3755
  "../src/api/index.ts",
3576
3756
  "../src/bitgo/basecoin/index.ts",
3577
3757
  "../src/bitgo/bitgobase.ts",
@@ -3616,7 +3796,7 @@
3616
3796
  ],
3617
3797
  "../src/coins/ofc.ts": [
3618
3798
  "../../../node_modules/@types/node/crypto.d.ts",
3619
- "../../../node_modules/bip32/types/index.d.ts",
3799
+ "../../utxo-lib/dist/src/index.d.ts",
3620
3800
  "../src/index.ts"
3621
3801
  ],
3622
3802
  "../src/coins/ofctoken.ts": [
@@ -3650,8 +3830,10 @@
3650
3830
  ],
3651
3831
  "../src/index.ts": [
3652
3832
  "../src/account-lib/index.ts",
3833
+ "../src/account-lib/mpc/tss/eddsa/types.ts",
3653
3834
  "../src/api/index.ts",
3654
3835
  "../src/bitgo/index.ts",
3836
+ "../src/bitgo/utils/tss/eddsa/eddsa.ts",
3655
3837
  "../src/bitgojserror.ts",
3656
3838
  "../src/coins/index.ts",
3657
3839
  "../src/common.ts"
@@ -3695,34 +3877,34 @@
3695
3877
  "../../statics/dist/src/networks.d.ts"
3696
3878
  ],
3697
3879
  "../../utxo-lib/dist/src/address.d.ts": [
3698
- "../../../node_modules/@types/node/index.d.ts",
3699
- "../../../node_modules/bitcoinjs-lib/types/address.d.ts",
3700
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3701
- "../../utxo-lib/dist/src/networks.d.ts"
3880
+ "../../../node_modules/bitcoinjs-lib/src/address.d.ts",
3881
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3882
+ "../../utxo-lib/dist/src/networks.d.ts",
3883
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3702
3884
  ],
3703
3885
  "../../utxo-lib/dist/src/addressformat.d.ts": [
3704
- "../../../node_modules/@types/node/index.d.ts",
3705
- "../../utxo-lib/dist/src/networks.d.ts"
3886
+ "../../utxo-lib/dist/src/networks.d.ts",
3887
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3706
3888
  ],
3707
3889
  "../../utxo-lib/dist/src/bitgo/bitcoincash/address.d.ts": [
3708
- "../../../node_modules/@types/node/index.d.ts",
3709
3890
  "../../utxo-lib/dist/src/addressformat.d.ts",
3710
- "../../utxo-lib/dist/src/networks.d.ts"
3891
+ "../../utxo-lib/dist/src/networks.d.ts",
3892
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3711
3893
  ],
3712
3894
  "../../utxo-lib/dist/src/bitgo/bitcoincash/index.d.ts": [
3713
3895
  "../../utxo-lib/dist/src/bitgo/bitcoincash/address.d.ts"
3714
3896
  ],
3715
3897
  "../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts": [
3716
- "../../../node_modules/@types/node/index.d.ts",
3717
3898
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
3718
- "../../utxo-lib/dist/src/networks.d.ts"
3899
+ "../../utxo-lib/dist/src/networks.d.ts",
3900
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3719
3901
  ],
3720
3902
  "../../utxo-lib/dist/src/bitgo/dash/dashtransactionbuilder.d.ts": [
3721
- "../../../node_modules/@types/node/index.d.ts",
3722
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3903
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3723
3904
  "../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts",
3724
3905
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
3725
- "../../utxo-lib/dist/src/networks.d.ts"
3906
+ "../../utxo-lib/dist/src/networks.d.ts",
3907
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3726
3908
  ],
3727
3909
  "../../utxo-lib/dist/src/bitgo/dash/index.d.ts": [
3728
3910
  "../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts",
@@ -3735,6 +3917,7 @@
3735
3917
  "../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts",
3736
3918
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
3737
3919
  "../../utxo-lib/dist/src/bitgo/signature.d.ts",
3920
+ "../../utxo-lib/dist/src/bitgo/tnumber.d.ts",
3738
3921
  "../../utxo-lib/dist/src/bitgo/transaction.d.ts",
3739
3922
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
3740
3923
  "../../utxo-lib/dist/src/bitgo/unspent.d.ts",
@@ -3744,52 +3927,64 @@
3744
3927
  "../../utxo-lib/dist/src/bitgo/zcash/index.d.ts"
3745
3928
  ],
3746
3929
  "../../utxo-lib/dist/src/bitgo/keyutil.d.ts": [
3747
- "../../../node_modules/@types/node/index.d.ts",
3748
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3749
- "../../utxo-lib/dist/src/networks.d.ts"
3930
+ "../../../node_modules/ecpair/src/index.d.ts",
3931
+ "../../utxo-lib/dist/src/networks.d.ts",
3932
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3750
3933
  ],
3751
3934
  "../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts": [
3752
3935
  "../../utxo-lib/dist/src/index.d.ts"
3753
3936
  ],
3754
3937
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts": [
3755
- "../../../node_modules/@types/node/index.d.ts",
3756
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3938
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3757
3939
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
3758
3940
  "../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
3759
- "../../utxo-lib/dist/src/index.d.ts"
3941
+ "../../utxo-lib/dist/src/index.d.ts",
3942
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3760
3943
  ],
3761
3944
  "../../utxo-lib/dist/src/bitgo/signature.d.ts": [
3762
- "../../../node_modules/@types/node/index.d.ts",
3763
3945
  "../../../node_modules/bip32/types/index.d.ts",
3764
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3946
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3765
3947
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
3766
3948
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
3767
3949
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
3768
3950
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
3769
- "../../utxo-lib/dist/src/networks.d.ts"
3951
+ "../../utxo-lib/dist/src/networks.d.ts",
3952
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3770
3953
  ],
3771
3954
  "../../utxo-lib/dist/src/bitgo/transaction.d.ts": [
3772
- "../../../node_modules/@types/node/index.d.ts",
3773
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3955
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3956
+ "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
3774
3957
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
3775
3958
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
3776
- "../../utxo-lib/dist/src/networks.d.ts"
3959
+ "../../utxo-lib/dist/src/networks.d.ts",
3960
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3777
3961
  ],
3778
3962
  "../../utxo-lib/dist/src/bitgo/unspent.d.ts": [
3779
- "../../../node_modules/@types/node/index.d.ts",
3963
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3964
+ "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
3965
+ "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
3780
3966
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
3781
- "../../utxo-lib/dist/src/index.d.ts"
3967
+ "../../utxo-lib/dist/src/bitgo/wallet/index.d.ts",
3968
+ "../../utxo-lib/dist/src/index.d.ts",
3969
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3970
+ ],
3971
+ "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": [
3972
+ "../../../node_modules/bip174/src/lib/psbt.d.ts",
3973
+ "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
3974
+ "../../utxo-lib/dist/src/index.d.ts",
3975
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3782
3976
  ],
3783
3977
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts": [
3784
- "../../../node_modules/@types/node/index.d.ts",
3785
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3786
- "../../utxo-lib/dist/src/networks.d.ts"
3978
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3979
+ "../../utxo-lib/dist/src/networks.d.ts",
3980
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3787
3981
  ],
3788
3982
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts": [
3789
- "../../../node_modules/@types/node/index.d.ts",
3790
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
3983
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3791
3984
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
3792
- "../../utxo-lib/dist/src/index.d.ts"
3985
+ "../../utxo-lib/dist/src/index.d.ts",
3986
+ "../../utxo-lib/dist/src/transaction_builder.d.ts",
3987
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3793
3988
  ],
3794
3989
  "../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": [
3795
3990
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts"
@@ -3811,9 +4006,9 @@
3811
4006
  "../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts"
3812
4007
  ],
3813
4008
  "../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts": [
3814
- "../../../node_modules/@types/node/index.d.ts",
3815
4009
  "../../../node_modules/bip32/types/index.d.ts",
3816
- "../../utxo-lib/dist/src/bitgo/types.d.ts"
4010
+ "../../utxo-lib/dist/src/bitgo/types.d.ts",
4011
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3817
4012
  ],
3818
4013
  "../../utxo-lib/dist/src/bitgo/wallet/walletscripts.d.ts": [
3819
4014
  "../../utxo-lib/dist/src/bitgo/index.d.ts",
@@ -3831,23 +4026,37 @@
3831
4026
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts"
3832
4027
  ],
3833
4028
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts": [
3834
- "../../../node_modules/@types/node/index.d.ts",
3835
4029
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
3836
- "../../utxo-lib/dist/src/networks.d.ts"
4030
+ "../../utxo-lib/dist/src/networks.d.ts",
4031
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3837
4032
  ],
3838
4033
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts": [
3839
- "../../../node_modules/@types/node/index.d.ts",
3840
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
4034
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3841
4035
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
3842
4036
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts",
3843
- "../../utxo-lib/dist/src/index.d.ts"
4037
+ "../../utxo-lib/dist/src/index.d.ts",
4038
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
4039
+ ],
4040
+ "../../utxo-lib/dist/src/classify.d.ts": [
4041
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3844
4042
  ],
3845
4043
  "../../utxo-lib/dist/src/index.d.ts": [
3846
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
4044
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
3847
4045
  "../../utxo-lib/dist/src/address.d.ts",
3848
4046
  "../../utxo-lib/dist/src/addressformat.d.ts",
3849
4047
  "../../utxo-lib/dist/src/bitgo/index.d.ts",
3850
- "../../utxo-lib/dist/src/networks.d.ts"
4048
+ "../../utxo-lib/dist/src/classify.d.ts",
4049
+ "../../utxo-lib/dist/src/networks.d.ts",
4050
+ "../../utxo-lib/dist/src/noble_ecc.d.ts",
4051
+ "../../utxo-lib/dist/src/transaction_builder.d.ts"
4052
+ ],
4053
+ "../../utxo-lib/dist/src/noble_ecc.d.ts": [
4054
+ "../../../node_modules/bip32/types/index.d.ts",
4055
+ "../../../node_modules/ecpair/src/index.d.ts"
4056
+ ],
4057
+ "../../utxo-lib/dist/src/transaction_builder.d.ts": [
4058
+ "../../utxo-lib/dist/src/index.d.ts",
4059
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
3851
4060
  ],
3852
4061
  "../../../node_modules/@types/bn.js/index.d.ts": [
3853
4062
  "../../../node_modules/@types/node/index.d.ts"
@@ -3937,6 +4146,10 @@
3937
4146
  "../../../node_modules/@types/node/stream.d.ts",
3938
4147
  "../../../node_modules/@types/node/url.d.ts"
3939
4148
  ],
4149
+ "../../../node_modules/@types/keccak/index.d.ts": [
4150
+ "../../../node_modules/@types/node/index.d.ts",
4151
+ "../../../node_modules/@types/node/stream.d.ts"
4152
+ ],
3940
4153
  "../../../node_modules/@types/lodash/common/array.d.ts": [
3941
4154
  "../../../node_modules/@types/lodash/common/collection.d.ts",
3942
4155
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -4119,6 +4332,12 @@
4119
4332
  "../../../node_modules/@types/lodash/common/string.d.ts",
4120
4333
  "../../../node_modules/@types/lodash/common/util.d.ts"
4121
4334
  ],
4335
+ "../../../node_modules/@types/mime/index.d.ts": [
4336
+ "../../../node_modules/@types/mime/mime.d.ts"
4337
+ ],
4338
+ "../../../node_modules/@types/mime/mime.d.ts": [
4339
+ "../../../node_modules/@types/mime/index.d.ts"
4340
+ ],
4122
4341
  "../../../node_modules/@types/morgan/index.d.ts": [
4123
4342
  "../../../node_modules/@types/node/http.d.ts",
4124
4343
  "../../../node_modules/@types/node/index.d.ts"
@@ -4452,6 +4671,32 @@
4452
4671
  "../../../node_modules/base-x/src/index.d.ts": [
4453
4672
  "../../../node_modules/@types/node/index.d.ts"
4454
4673
  ],
4674
+ "../../../node_modules/bigint-crypto-utils/types/index.d.ts": [
4675
+ "../../../node_modules/bigint-crypto-utils/types/isprobablyprime.d.ts",
4676
+ "../../../node_modules/bigint-crypto-utils/types/prime.d.ts",
4677
+ "../../../node_modules/bigint-crypto-utils/types/randbetween.d.ts",
4678
+ "../../../node_modules/bigint-crypto-utils/types/randbits.d.ts",
4679
+ "../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts",
4680
+ "../../../node_modules/bigint-mod-arith/types/index.d.ts"
4681
+ ],
4682
+ "../../../node_modules/bigint-crypto-utils/types/randbits.d.ts": [
4683
+ "../../../node_modules/@types/node/index.d.ts"
4684
+ ],
4685
+ "../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts": [
4686
+ "../../../node_modules/@types/node/index.d.ts"
4687
+ ],
4688
+ "../../../node_modules/bigint-mod-arith/types/index.d.ts": [
4689
+ "../../../node_modules/bigint-mod-arith/types/abs.d.ts",
4690
+ "../../../node_modules/bigint-mod-arith/types/bitlength.d.ts",
4691
+ "../../../node_modules/bigint-mod-arith/types/egcd.d.ts",
4692
+ "../../../node_modules/bigint-mod-arith/types/gcd.d.ts",
4693
+ "../../../node_modules/bigint-mod-arith/types/lcm.d.ts",
4694
+ "../../../node_modules/bigint-mod-arith/types/max.d.ts",
4695
+ "../../../node_modules/bigint-mod-arith/types/min.d.ts",
4696
+ "../../../node_modules/bigint-mod-arith/types/modinv.d.ts",
4697
+ "../../../node_modules/bigint-mod-arith/types/modpow.d.ts",
4698
+ "../../../node_modules/bigint-mod-arith/types/tozn.d.ts"
4699
+ ],
4455
4700
  "../../../node_modules/bip174/src/lib/interfaces.d.ts": [
4456
4701
  "../../../node_modules/@types/node/index.d.ts"
4457
4702
  ],
@@ -4465,115 +4710,113 @@
4465
4710
  "../../../node_modules/bip32/types/index.d.ts": [
4466
4711
  "../../../node_modules/bip32/types/bip32.d.ts"
4467
4712
  ],
4468
- "../../../node_modules/bitcoinjs-lib/types/address.d.ts": [
4713
+ "../../../node_modules/bitcoinjs-lib/src/address.d.ts": [
4469
4714
  "../../../node_modules/@types/node/index.d.ts",
4470
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts"
4715
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts"
4471
4716
  ],
4472
- "../../../node_modules/bitcoinjs-lib/types/block.d.ts": [
4717
+ "../../../node_modules/bitcoinjs-lib/src/block.d.ts": [
4473
4718
  "../../../node_modules/@types/node/index.d.ts",
4474
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
4719
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts"
4475
4720
  ],
4476
- "../../../node_modules/bitcoinjs-lib/types/classify.d.ts": [
4721
+ "../../../node_modules/bitcoinjs-lib/src/crypto.d.ts": [
4477
4722
  "../../../node_modules/@types/node/index.d.ts"
4478
4723
  ],
4479
- "../../../node_modules/bitcoinjs-lib/types/crypto.d.ts": [
4480
- "../../../node_modules/@types/node/index.d.ts"
4481
- ],
4482
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts": [
4483
- "../../../node_modules/@types/node/index.d.ts",
4484
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts"
4485
- ],
4486
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts": [
4487
- "../../../node_modules/bip32/types/index.d.ts",
4488
- "../../../node_modules/bitcoinjs-lib/types/address.d.ts",
4489
- "../../../node_modules/bitcoinjs-lib/types/block.d.ts",
4490
- "../../../node_modules/bitcoinjs-lib/types/classify.d.ts",
4491
- "../../../node_modules/bitcoinjs-lib/types/crypto.d.ts",
4492
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
4493
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
4494
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
4495
- "../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
4496
- "../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts",
4497
- "../../../node_modules/bitcoinjs-lib/types/script.d.ts",
4498
- "../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
4499
- "../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
4500
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts",
4501
- "../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts"
4502
- ],
4503
- "../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts": [
4504
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4505
- ],
4506
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts": [
4724
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts": [
4725
+ "../../../node_modules/bitcoinjs-lib/src/address.d.ts",
4726
+ "../../../node_modules/bitcoinjs-lib/src/block.d.ts",
4727
+ "../../../node_modules/bitcoinjs-lib/src/crypto.d.ts",
4728
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts",
4729
+ "../../../node_modules/bitcoinjs-lib/src/ops.d.ts",
4730
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts",
4731
+ "../../../node_modules/bitcoinjs-lib/src/psbt.d.ts",
4732
+ "../../../node_modules/bitcoinjs-lib/src/script.d.ts",
4733
+ "../../../node_modules/bitcoinjs-lib/src/script_signature.d.ts",
4734
+ "../../../node_modules/bitcoinjs-lib/src/taproot.d.ts",
4735
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts"
4736
+ ],
4737
+ "../../../node_modules/bitcoinjs-lib/src/payments/embed.d.ts": [
4738
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4739
+ ],
4740
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts": [
4507
4741
  "../../../node_modules/@types/node/index.d.ts",
4508
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
4509
- "../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts",
4510
- "../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts",
4511
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts",
4512
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts",
4513
- "../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts",
4514
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts",
4515
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts",
4516
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts",
4517
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts"
4742
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts",
4743
+ "../../../node_modules/bitcoinjs-lib/src/payments/embed.d.ts",
4744
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2ms.d.ts",
4745
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pk.d.ts",
4746
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pkh.d.ts",
4747
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2sh.d.ts",
4748
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr.d.ts",
4749
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr_ns.d.ts",
4750
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wpkh.d.ts",
4751
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wsh.d.ts",
4752
+ "../../../node_modules/bitcoinjs-lib/src/types.d.ts"
4518
4753
  ],
4519
- "../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts": [
4520
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4754
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2ms.d.ts": [
4755
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4521
4756
  ],
4522
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts": [
4523
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4757
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pk.d.ts": [
4758
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4524
4759
  ],
4525
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts": [
4526
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4760
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pkh.d.ts": [
4761
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4527
4762
  ],
4528
- "../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts": [
4529
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4763
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2sh.d.ts": [
4764
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4530
4765
  ],
4531
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts": [
4532
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4766
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr.d.ts": [
4767
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4533
4768
  ],
4534
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts": [
4535
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4769
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr_ns.d.ts": [
4770
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4536
4771
  ],
4537
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts": [
4538
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4772
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wpkh.d.ts": [
4773
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4539
4774
  ],
4540
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts": [
4541
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
4775
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wsh.d.ts": [
4776
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
4542
4777
  ],
4543
- "../../../node_modules/bitcoinjs-lib/types/psbt.d.ts": [
4778
+ "../../../node_modules/bitcoinjs-lib/src/psbt.d.ts": [
4544
4779
  "../../../node_modules/@types/node/index.d.ts",
4545
4780
  "../../../node_modules/bip174/src/lib/interfaces.d.ts",
4546
4781
  "../../../node_modules/bip174/src/lib/psbt.d.ts",
4547
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
4548
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
4549
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
4782
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts",
4783
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts"
4784
+ ],
4785
+ "../../../node_modules/bitcoinjs-lib/src/script.d.ts": [
4786
+ "../../../node_modules/@types/node/index.d.ts",
4787
+ "../../../node_modules/bitcoinjs-lib/src/ops.d.ts",
4788
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts",
4789
+ "../../../node_modules/bitcoinjs-lib/src/script_number.d.ts",
4790
+ "../../../node_modules/bitcoinjs-lib/src/script_signature.d.ts"
4791
+ ],
4792
+ "../../../node_modules/bitcoinjs-lib/src/script_number.d.ts": [
4793
+ "../../../node_modules/@types/node/index.d.ts"
4550
4794
  ],
4551
- "../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts": [
4795
+ "../../../node_modules/bitcoinjs-lib/src/script_signature.d.ts": [
4552
4796
  "../../../node_modules/@types/node/index.d.ts"
4553
4797
  ],
4554
- "../../../node_modules/bitcoinjs-lib/types/script.d.ts": [
4798
+ "../../../node_modules/bitcoinjs-lib/src/taproot.d.ts": [
4555
4799
  "../../../node_modules/@types/node/index.d.ts",
4556
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
4557
- "../../../node_modules/bitcoinjs-lib/types/script_number.d.ts",
4558
- "../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts"
4800
+ "../../../node_modules/bitcoinjs-lib/src/types.d.ts"
4559
4801
  ],
4560
- "../../../node_modules/bitcoinjs-lib/types/script_number.d.ts": [
4802
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts": [
4561
4803
  "../../../node_modules/@types/node/index.d.ts"
4562
4804
  ],
4563
- "../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts": [
4805
+ "../../../node_modules/bitcoinjs-lib/src/types.d.ts": [
4564
4806
  "../../../node_modules/@types/node/index.d.ts"
4565
4807
  ],
4566
- "../../../node_modules/bitcoinjs-lib/types/taproot.d.ts": [
4808
+ "../../../node_modules/bolt11/node_modules/@types/bn.js/index.d.ts": [
4567
4809
  "../../../node_modules/@types/node/index.d.ts"
4568
4810
  ],
4569
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts": [
4570
- "../../../node_modules/@types/node/index.d.ts"
4811
+ "../../../node_modules/bolt11/payreq.d.ts": [
4812
+ "../../../node_modules/bolt11/node_modules/@types/bn.js/index.d.ts"
4571
4813
  ],
4572
- "../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts": [
4814
+ "../../../node_modules/ecpair/src/ecpair.d.ts": [
4573
4815
  "../../../node_modules/@types/node/index.d.ts",
4574
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
4575
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
4576
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
4816
+ "../../../node_modules/ecpair/src/networks.d.ts"
4817
+ ],
4818
+ "../../../node_modules/ecpair/src/index.d.ts": [
4819
+ "../../../node_modules/ecpair/src/ecpair.d.ts"
4577
4820
  ],
4578
4821
  "../../../node_modules/ethereumjs-util/dist/account.d.ts": [
4579
4822
  "../../../node_modules/@types/bn.js/index.d.ts",
@@ -5122,8 +5365,7 @@
5122
5365
  "../src/account-lib/basecoin/secp256k1extendedkeypair.ts"
5123
5366
  ],
5124
5367
  "../src/account-lib/basecoin/secp256k1extendedkeypair.ts": [
5125
- "../../../node_modules/bip32/types/index.d.ts",
5126
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
5368
+ "../../utxo-lib/dist/src/index.d.ts",
5127
5369
  "../src/account-lib/basecoin/basekeypair.ts",
5128
5370
  "../src/account-lib/basecoin/enum.ts",
5129
5371
  "../src/account-lib/basecoin/iface.ts"
@@ -5152,6 +5394,7 @@
5152
5394
  "../src/account-lib/mpc/index.ts": [
5153
5395
  "../src/account-lib/mpc/curves/index.ts",
5154
5396
  "../src/account-lib/mpc/hdtree.ts",
5397
+ "../src/account-lib/mpc/shamir.ts",
5155
5398
  "../src/account-lib/mpc/tss/index.ts",
5156
5399
  "../src/account-lib/mpc/util.ts"
5157
5400
  ],
@@ -5159,6 +5402,7 @@
5159
5402
  "../src/account-lib/mpc/curves/index.ts"
5160
5403
  ],
5161
5404
  "../src/account-lib/mpc/tss/ecdsa/ecdsa.ts": [
5405
+ "../../../node_modules/@types/node/crypto.d.ts",
5162
5406
  "../src/account-lib/mpc/curves/index.ts",
5163
5407
  "../src/account-lib/mpc/shamir.ts",
5164
5408
  "../src/account-lib/mpc/tss/ecdsa/types.ts"
@@ -5221,7 +5465,8 @@
5221
5465
  "../src/bitgo/market/index.ts",
5222
5466
  "../src/bitgo/pendingapproval/index.ts",
5223
5467
  "../src/bitgo/recovery/index.ts",
5224
- "../src/bitgo/utils/index.ts",
5468
+ "../src/bitgo/utils/tss/ecdsa/index.ts",
5469
+ "../src/bitgo/utils/tss/eddsa/index.ts",
5225
5470
  "../src/bitgo/wallet/index.ts",
5226
5471
  "../src/bitgo/webhook/iwebhooks.ts"
5227
5472
  ],
@@ -5230,10 +5475,9 @@
5230
5475
  "../src/bitgo/basecoin/ibasecoin.ts"
5231
5476
  ],
5232
5477
  "../src/bitgo/bip32util.ts": [
5233
- "../../../node_modules/bip32/types/index.d.ts"
5478
+ "../../utxo-lib/dist/src/index.d.ts"
5234
5479
  ],
5235
5480
  "../src/bitgo/bitcoin.ts": [
5236
- "../../../node_modules/bip32/types/index.d.ts",
5237
5481
  "../../utxo-lib/dist/src/index.d.ts",
5238
5482
  "../src/bitgo/types.ts"
5239
5483
  ],
@@ -5252,7 +5496,6 @@
5252
5496
  "../src/bitgo/environments.ts"
5253
5497
  ],
5254
5498
  "../src/bitgo/ecdh.ts": [
5255
- "../../../node_modules/bip32/types/index.d.ts",
5256
5499
  "../../utxo-lib/dist/src/index.d.ts"
5257
5500
  ],
5258
5501
  "../src/bitgo/enterprise/enterprise.ts": [
@@ -5300,6 +5543,8 @@
5300
5543
  "../src/bitgo/errors.ts",
5301
5544
  "../src/bitgo/internal/index.ts",
5302
5545
  "../src/bitgo/keychain/index.ts",
5546
+ "../src/bitgo/legacybitcoin.ts",
5547
+ "../src/bitgo/lightning/index.ts",
5303
5548
  "../src/bitgo/market/index.ts",
5304
5549
  "../src/bitgo/pendingapproval/index.ts",
5305
5550
  "../src/bitgo/recovery/index.ts",
@@ -5336,15 +5581,24 @@
5336
5581
  "../src/bitgo/bitgobase.ts",
5337
5582
  "../src/bitgo/keychain/ikeychains.ts"
5338
5583
  ],
5584
+ "../src/bitgo/legacybitcoin.ts": [
5585
+ "../../utxo-lib/dist/src/index.d.ts"
5586
+ ],
5339
5587
  "../src/bitgo/lightning/ilightning.ts": [
5340
5588
  "../node_modules/io-ts/lib/index.d.ts"
5341
5589
  ],
5342
5590
  "../src/bitgo/lightning/index.ts": [
5343
5591
  "../src/bitgo/lightning/ilightning.ts",
5344
- "../src/bitgo/lightning/lightning.ts"
5592
+ "../src/bitgo/lightning/lightning.ts",
5593
+ "../src/bitgo/lightning/lightningutils.ts",
5594
+ "../src/bitgo/lightning/lnurlcodec.ts"
5345
5595
  ],
5346
5596
  "../src/bitgo/lightning/lightning.ts": [
5347
5597
  "../src/bitgo/bitgobase.ts",
5598
+ "../src/bitgo/lightning/ilightning.ts",
5599
+ "../src/bitgo/wallet/index.ts"
5600
+ ],
5601
+ "../src/bitgo/lightning/lightningutils.ts": [
5348
5602
  "../src/bitgo/lightning/ilightning.ts"
5349
5603
  ],
5350
5604
  "../src/bitgo/market/index.ts": [
@@ -5384,7 +5638,7 @@
5384
5638
  "../src/bitgo/recovery/initiate.ts"
5385
5639
  ],
5386
5640
  "../src/bitgo/recovery/initiate.ts": [
5387
- "../../../node_modules/bip32/types/index.d.ts",
5641
+ "../../utxo-lib/dist/src/index.d.ts",
5388
5642
  "../src/bitgo/basecoin/index.ts",
5389
5643
  "../src/bitgo/bitgobase.ts",
5390
5644
  "../src/bitgo/config.ts"
@@ -5482,6 +5736,7 @@
5482
5736
  "../src/account-lib/mpc/tss/ecdsa/types.ts",
5483
5737
  "../src/bitgo/bitgobase.ts",
5484
5738
  "../src/bitgo/tss/ecdsa/types.ts",
5739
+ "../src/bitgo/tss/types.ts",
5485
5740
  "../src/bitgo/utils/index.ts"
5486
5741
  ],
5487
5742
  "../src/bitgo/tss/ecdsa/index.ts": [
@@ -5555,6 +5810,7 @@
5555
5810
  ],
5556
5811
  "../src/bitgo/utils/tss/basetssutils.ts": [
5557
5812
  "../../../node_modules/openpgp/openpgp.d.ts",
5813
+ "../src/account-lib/mpc/tss/eddsa/types.ts",
5558
5814
  "../src/api/index.ts",
5559
5815
  "../src/bitgo/basecoin/index.ts",
5560
5816
  "../src/bitgo/bitgobase.ts",
@@ -5565,6 +5821,7 @@
5565
5821
  ],
5566
5822
  "../src/bitgo/utils/tss/basetypes.ts": [
5567
5823
  "../../../node_modules/openpgp/openpgp.d.ts",
5824
+ "../src/account-lib/mpc/tss/eddsa/types.ts",
5568
5825
  "../src/account-lib/mpc/tss/index.ts",
5569
5826
  "../src/api/index.ts",
5570
5827
  "../src/bitgo/basecoin/index.ts",
@@ -5573,7 +5830,6 @@
5573
5830
  ],
5574
5831
  "../src/bitgo/utils/tss/ecdsa/ecdsa.ts": [
5575
5832
  "../../../node_modules/openpgp/openpgp.d.ts",
5576
- "../src/api/index.ts",
5577
5833
  "../src/bitgo/basecoin/index.ts",
5578
5834
  "../src/bitgo/bitgobase.ts",
5579
5835
  "../src/bitgo/keychain/index.ts",
@@ -5592,7 +5848,7 @@
5592
5848
  ],
5593
5849
  "../src/bitgo/utils/tss/eddsa/eddsa.ts": [
5594
5850
  "../../../node_modules/openpgp/openpgp.d.ts",
5595
- "../src/api/index.ts",
5851
+ "../src/account-lib/mpc/tss/index.ts",
5596
5852
  "../src/bitgo/basecoin/index.ts",
5597
5853
  "../src/bitgo/keychain/index.ts",
5598
5854
  "../src/bitgo/utils/tss/basetssutils.ts",
@@ -5648,6 +5904,7 @@
5648
5904
  "../src/bitgo/pendingapproval/index.ts",
5649
5905
  "../src/bitgo/staking/stakingwallet.ts",
5650
5906
  "../src/bitgo/trading/tradingaccount.ts",
5907
+ "../src/bitgo/utils/index.ts",
5651
5908
  "../src/bitgo/wallet/iwallet.ts"
5652
5909
  ],
5653
5910
  "../src/bitgo/wallet/wallets.ts": [
@@ -5718,8 +5975,10 @@
5718
5975
  ],
5719
5976
  "../src/index.ts": [
5720
5977
  "../src/account-lib/index.ts",
5978
+ "../src/account-lib/mpc/tss/eddsa/types.ts",
5721
5979
  "../src/api/index.ts",
5722
5980
  "../src/bitgo/index.ts",
5981
+ "../src/bitgo/utils/tss/eddsa/eddsa.ts",
5723
5982
  "../src/bitgojserror.ts",
5724
5983
  "../src/coins/index.ts",
5725
5984
  "../src/common.ts"
@@ -5763,34 +6022,34 @@
5763
6022
  "../../statics/dist/src/networks.d.ts"
5764
6023
  ],
5765
6024
  "../../utxo-lib/dist/src/address.d.ts": [
5766
- "../../../node_modules/@types/node/index.d.ts",
5767
- "../../../node_modules/bitcoinjs-lib/types/address.d.ts",
5768
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
5769
- "../../utxo-lib/dist/src/networks.d.ts"
6025
+ "../../../node_modules/bitcoinjs-lib/src/address.d.ts",
6026
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
6027
+ "../../utxo-lib/dist/src/networks.d.ts",
6028
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5770
6029
  ],
5771
6030
  "../../utxo-lib/dist/src/addressformat.d.ts": [
5772
- "../../../node_modules/@types/node/index.d.ts",
5773
- "../../utxo-lib/dist/src/networks.d.ts"
6031
+ "../../utxo-lib/dist/src/networks.d.ts",
6032
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5774
6033
  ],
5775
6034
  "../../utxo-lib/dist/src/bitgo/bitcoincash/address.d.ts": [
5776
- "../../../node_modules/@types/node/index.d.ts",
5777
6035
  "../../utxo-lib/dist/src/addressformat.d.ts",
5778
- "../../utxo-lib/dist/src/networks.d.ts"
6036
+ "../../utxo-lib/dist/src/networks.d.ts",
6037
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5779
6038
  ],
5780
6039
  "../../utxo-lib/dist/src/bitgo/bitcoincash/index.d.ts": [
5781
6040
  "../../utxo-lib/dist/src/bitgo/bitcoincash/address.d.ts"
5782
6041
  ],
5783
6042
  "../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts": [
5784
- "../../../node_modules/@types/node/index.d.ts",
5785
6043
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
5786
- "../../utxo-lib/dist/src/networks.d.ts"
6044
+ "../../utxo-lib/dist/src/networks.d.ts",
6045
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5787
6046
  ],
5788
6047
  "../../utxo-lib/dist/src/bitgo/dash/dashtransactionbuilder.d.ts": [
5789
- "../../../node_modules/@types/node/index.d.ts",
5790
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
6048
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
5791
6049
  "../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts",
5792
6050
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
5793
- "../../utxo-lib/dist/src/networks.d.ts"
6051
+ "../../utxo-lib/dist/src/networks.d.ts",
6052
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5794
6053
  ],
5795
6054
  "../../utxo-lib/dist/src/bitgo/dash/index.d.ts": [
5796
6055
  "../../utxo-lib/dist/src/bitgo/dash/dashtransaction.d.ts",
@@ -5803,6 +6062,7 @@
5803
6062
  "../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts",
5804
6063
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
5805
6064
  "../../utxo-lib/dist/src/bitgo/signature.d.ts",
6065
+ "../../utxo-lib/dist/src/bitgo/tnumber.d.ts",
5806
6066
  "../../utxo-lib/dist/src/bitgo/transaction.d.ts",
5807
6067
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
5808
6068
  "../../utxo-lib/dist/src/bitgo/unspent.d.ts",
@@ -5812,52 +6072,64 @@
5812
6072
  "../../utxo-lib/dist/src/bitgo/zcash/index.d.ts"
5813
6073
  ],
5814
6074
  "../../utxo-lib/dist/src/bitgo/keyutil.d.ts": [
5815
- "../../../node_modules/@types/node/index.d.ts",
5816
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
5817
- "../../utxo-lib/dist/src/networks.d.ts"
6075
+ "../../../node_modules/ecpair/src/index.d.ts",
6076
+ "../../utxo-lib/dist/src/networks.d.ts",
6077
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5818
6078
  ],
5819
6079
  "../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts": [
5820
6080
  "../../utxo-lib/dist/src/index.d.ts"
5821
6081
  ],
5822
6082
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts": [
5823
- "../../../node_modules/@types/node/index.d.ts",
5824
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
6083
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
5825
6084
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
5826
6085
  "../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
5827
- "../../utxo-lib/dist/src/index.d.ts"
6086
+ "../../utxo-lib/dist/src/index.d.ts",
6087
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5828
6088
  ],
5829
6089
  "../../utxo-lib/dist/src/bitgo/signature.d.ts": [
5830
- "../../../node_modules/@types/node/index.d.ts",
5831
6090
  "../../../node_modules/bip32/types/index.d.ts",
5832
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
6091
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
5833
6092
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
5834
6093
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
5835
6094
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
5836
6095
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
5837
- "../../utxo-lib/dist/src/networks.d.ts"
6096
+ "../../utxo-lib/dist/src/networks.d.ts",
6097
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5838
6098
  ],
5839
6099
  "../../utxo-lib/dist/src/bitgo/transaction.d.ts": [
5840
- "../../../node_modules/@types/node/index.d.ts",
5841
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
6100
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
6101
+ "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
5842
6102
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
5843
6103
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
5844
- "../../utxo-lib/dist/src/networks.d.ts"
6104
+ "../../utxo-lib/dist/src/networks.d.ts",
6105
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5845
6106
  ],
5846
6107
  "../../utxo-lib/dist/src/bitgo/unspent.d.ts": [
5847
- "../../../node_modules/@types/node/index.d.ts",
6108
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
6109
+ "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
6110
+ "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
5848
6111
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
5849
- "../../utxo-lib/dist/src/index.d.ts"
6112
+ "../../utxo-lib/dist/src/bitgo/wallet/index.d.ts",
6113
+ "../../utxo-lib/dist/src/index.d.ts",
6114
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
6115
+ ],
6116
+ "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts": [
6117
+ "../../../node_modules/bip174/src/lib/psbt.d.ts",
6118
+ "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
6119
+ "../../utxo-lib/dist/src/index.d.ts",
6120
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5850
6121
  ],
5851
6122
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts": [
5852
- "../../../node_modules/@types/node/index.d.ts",
5853
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
5854
- "../../utxo-lib/dist/src/networks.d.ts"
6123
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
6124
+ "../../utxo-lib/dist/src/networks.d.ts",
6125
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5855
6126
  ],
5856
6127
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts": [
5857
- "../../../node_modules/@types/node/index.d.ts",
5858
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
6128
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
5859
6129
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
5860
- "../../utxo-lib/dist/src/index.d.ts"
6130
+ "../../utxo-lib/dist/src/index.d.ts",
6131
+ "../../utxo-lib/dist/src/transaction_builder.d.ts",
6132
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5861
6133
  ],
5862
6134
  "../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts": [
5863
6135
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts"
@@ -5879,9 +6151,9 @@
5879
6151
  "../../utxo-lib/dist/src/bitgo/wallet/walletunspentsigner.d.ts"
5880
6152
  ],
5881
6153
  "../../utxo-lib/dist/src/bitgo/wallet/walletkeys.d.ts": [
5882
- "../../../node_modules/@types/node/index.d.ts",
5883
6154
  "../../../node_modules/bip32/types/index.d.ts",
5884
- "../../utxo-lib/dist/src/bitgo/types.d.ts"
6155
+ "../../utxo-lib/dist/src/bitgo/types.d.ts",
6156
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5885
6157
  ],
5886
6158
  "../../utxo-lib/dist/src/bitgo/wallet/walletscripts.d.ts": [
5887
6159
  "../../utxo-lib/dist/src/bitgo/index.d.ts",
@@ -5899,23 +6171,37 @@
5899
6171
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts"
5900
6172
  ],
5901
6173
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts": [
5902
- "../../../node_modules/@types/node/index.d.ts",
5903
6174
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
5904
- "../../utxo-lib/dist/src/networks.d.ts"
6175
+ "../../utxo-lib/dist/src/networks.d.ts",
6176
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5905
6177
  ],
5906
6178
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts": [
5907
- "../../../node_modules/@types/node/index.d.ts",
5908
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
6179
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
5909
6180
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
5910
6181
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts",
5911
- "../../utxo-lib/dist/src/index.d.ts"
6182
+ "../../utxo-lib/dist/src/index.d.ts",
6183
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
6184
+ ],
6185
+ "../../utxo-lib/dist/src/classify.d.ts": [
6186
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5912
6187
  ],
5913
6188
  "../../utxo-lib/dist/src/index.d.ts": [
5914
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
6189
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
5915
6190
  "../../utxo-lib/dist/src/address.d.ts",
5916
6191
  "../../utxo-lib/dist/src/addressformat.d.ts",
5917
6192
  "../../utxo-lib/dist/src/bitgo/index.d.ts",
5918
- "../../utxo-lib/dist/src/networks.d.ts"
6193
+ "../../utxo-lib/dist/src/classify.d.ts",
6194
+ "../../utxo-lib/dist/src/networks.d.ts",
6195
+ "../../utxo-lib/dist/src/noble_ecc.d.ts",
6196
+ "../../utxo-lib/dist/src/transaction_builder.d.ts"
6197
+ ],
6198
+ "../../utxo-lib/dist/src/noble_ecc.d.ts": [
6199
+ "../../../node_modules/bip32/types/index.d.ts",
6200
+ "../../../node_modules/ecpair/src/index.d.ts"
6201
+ ],
6202
+ "../../utxo-lib/dist/src/transaction_builder.d.ts": [
6203
+ "../../utxo-lib/dist/src/index.d.ts",
6204
+ "../../utxo-lib/node_modules/@types/node/index.d.ts"
5919
6205
  ],
5920
6206
  "../../../node_modules/@types/bn.js/index.d.ts": [
5921
6207
  "../../../node_modules/@types/node/index.d.ts"
@@ -6005,6 +6291,10 @@
6005
6291
  "../../../node_modules/@types/node/stream.d.ts",
6006
6292
  "../../../node_modules/@types/node/url.d.ts"
6007
6293
  ],
6294
+ "../../../node_modules/@types/keccak/index.d.ts": [
6295
+ "../../../node_modules/@types/node/index.d.ts",
6296
+ "../../../node_modules/@types/node/stream.d.ts"
6297
+ ],
6008
6298
  "../../../node_modules/@types/lodash/common/array.d.ts": [
6009
6299
  "../../../node_modules/@types/lodash/common/collection.d.ts",
6010
6300
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -6187,6 +6477,12 @@
6187
6477
  "../../../node_modules/@types/lodash/common/string.d.ts",
6188
6478
  "../../../node_modules/@types/lodash/common/util.d.ts"
6189
6479
  ],
6480
+ "../../../node_modules/@types/mime/index.d.ts": [
6481
+ "../../../node_modules/@types/mime/mime.d.ts"
6482
+ ],
6483
+ "../../../node_modules/@types/mime/mime.d.ts": [
6484
+ "../../../node_modules/@types/mime/index.d.ts"
6485
+ ],
6190
6486
  "../../../node_modules/@types/morgan/index.d.ts": [
6191
6487
  "../../../node_modules/@types/node/http.d.ts",
6192
6488
  "../../../node_modules/@types/node/index.d.ts"
@@ -6520,6 +6816,32 @@
6520
6816
  "../../../node_modules/base-x/src/index.d.ts": [
6521
6817
  "../../../node_modules/@types/node/index.d.ts"
6522
6818
  ],
6819
+ "../../../node_modules/bigint-crypto-utils/types/index.d.ts": [
6820
+ "../../../node_modules/bigint-crypto-utils/types/isprobablyprime.d.ts",
6821
+ "../../../node_modules/bigint-crypto-utils/types/prime.d.ts",
6822
+ "../../../node_modules/bigint-crypto-utils/types/randbetween.d.ts",
6823
+ "../../../node_modules/bigint-crypto-utils/types/randbits.d.ts",
6824
+ "../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts",
6825
+ "../../../node_modules/bigint-mod-arith/types/index.d.ts"
6826
+ ],
6827
+ "../../../node_modules/bigint-crypto-utils/types/randbits.d.ts": [
6828
+ "../../../node_modules/@types/node/index.d.ts"
6829
+ ],
6830
+ "../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts": [
6831
+ "../../../node_modules/@types/node/index.d.ts"
6832
+ ],
6833
+ "../../../node_modules/bigint-mod-arith/types/index.d.ts": [
6834
+ "../../../node_modules/bigint-mod-arith/types/abs.d.ts",
6835
+ "../../../node_modules/bigint-mod-arith/types/bitlength.d.ts",
6836
+ "../../../node_modules/bigint-mod-arith/types/egcd.d.ts",
6837
+ "../../../node_modules/bigint-mod-arith/types/gcd.d.ts",
6838
+ "../../../node_modules/bigint-mod-arith/types/lcm.d.ts",
6839
+ "../../../node_modules/bigint-mod-arith/types/max.d.ts",
6840
+ "../../../node_modules/bigint-mod-arith/types/min.d.ts",
6841
+ "../../../node_modules/bigint-mod-arith/types/modinv.d.ts",
6842
+ "../../../node_modules/bigint-mod-arith/types/modpow.d.ts",
6843
+ "../../../node_modules/bigint-mod-arith/types/tozn.d.ts"
6844
+ ],
6523
6845
  "../../../node_modules/bip174/src/lib/interfaces.d.ts": [
6524
6846
  "../../../node_modules/@types/node/index.d.ts"
6525
6847
  ],
@@ -6533,115 +6855,113 @@
6533
6855
  "../../../node_modules/bip32/types/index.d.ts": [
6534
6856
  "../../../node_modules/bip32/types/bip32.d.ts"
6535
6857
  ],
6536
- "../../../node_modules/bitcoinjs-lib/types/address.d.ts": [
6858
+ "../../../node_modules/bitcoinjs-lib/src/address.d.ts": [
6537
6859
  "../../../node_modules/@types/node/index.d.ts",
6538
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts"
6860
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts"
6539
6861
  ],
6540
- "../../../node_modules/bitcoinjs-lib/types/block.d.ts": [
6862
+ "../../../node_modules/bitcoinjs-lib/src/block.d.ts": [
6541
6863
  "../../../node_modules/@types/node/index.d.ts",
6542
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
6543
- ],
6544
- "../../../node_modules/bitcoinjs-lib/types/classify.d.ts": [
6545
- "../../../node_modules/@types/node/index.d.ts"
6864
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts"
6546
6865
  ],
6547
- "../../../node_modules/bitcoinjs-lib/types/crypto.d.ts": [
6866
+ "../../../node_modules/bitcoinjs-lib/src/crypto.d.ts": [
6548
6867
  "../../../node_modules/@types/node/index.d.ts"
6549
6868
  ],
6550
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts": [
6869
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts": [
6870
+ "../../../node_modules/bitcoinjs-lib/src/address.d.ts",
6871
+ "../../../node_modules/bitcoinjs-lib/src/block.d.ts",
6872
+ "../../../node_modules/bitcoinjs-lib/src/crypto.d.ts",
6873
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts",
6874
+ "../../../node_modules/bitcoinjs-lib/src/ops.d.ts",
6875
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts",
6876
+ "../../../node_modules/bitcoinjs-lib/src/psbt.d.ts",
6877
+ "../../../node_modules/bitcoinjs-lib/src/script.d.ts",
6878
+ "../../../node_modules/bitcoinjs-lib/src/script_signature.d.ts",
6879
+ "../../../node_modules/bitcoinjs-lib/src/taproot.d.ts",
6880
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts"
6881
+ ],
6882
+ "../../../node_modules/bitcoinjs-lib/src/payments/embed.d.ts": [
6883
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6884
+ ],
6885
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts": [
6551
6886
  "../../../node_modules/@types/node/index.d.ts",
6552
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts"
6887
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts",
6888
+ "../../../node_modules/bitcoinjs-lib/src/payments/embed.d.ts",
6889
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2ms.d.ts",
6890
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pk.d.ts",
6891
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pkh.d.ts",
6892
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2sh.d.ts",
6893
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr.d.ts",
6894
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr_ns.d.ts",
6895
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wpkh.d.ts",
6896
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wsh.d.ts",
6897
+ "../../../node_modules/bitcoinjs-lib/src/types.d.ts"
6553
6898
  ],
6554
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts": [
6555
- "../../../node_modules/bip32/types/index.d.ts",
6556
- "../../../node_modules/bitcoinjs-lib/types/address.d.ts",
6557
- "../../../node_modules/bitcoinjs-lib/types/block.d.ts",
6558
- "../../../node_modules/bitcoinjs-lib/types/classify.d.ts",
6559
- "../../../node_modules/bitcoinjs-lib/types/crypto.d.ts",
6560
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
6561
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
6562
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
6563
- "../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
6564
- "../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts",
6565
- "../../../node_modules/bitcoinjs-lib/types/script.d.ts",
6566
- "../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
6567
- "../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
6568
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts",
6569
- "../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts"
6570
- ],
6571
- "../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts": [
6572
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6573
- ],
6574
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts": [
6575
- "../../../node_modules/@types/node/index.d.ts",
6576
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
6577
- "../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts",
6578
- "../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts",
6579
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts",
6580
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts",
6581
- "../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts",
6582
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts",
6583
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts",
6584
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts",
6585
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts"
6586
- ],
6587
- "../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts": [
6588
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6899
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2ms.d.ts": [
6900
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6589
6901
  ],
6590
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts": [
6591
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6902
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pk.d.ts": [
6903
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6592
6904
  ],
6593
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts": [
6594
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6905
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pkh.d.ts": [
6906
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6595
6907
  ],
6596
- "../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts": [
6597
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6908
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2sh.d.ts": [
6909
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6598
6910
  ],
6599
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts": [
6600
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6911
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr.d.ts": [
6912
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6601
6913
  ],
6602
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts": [
6603
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6914
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr_ns.d.ts": [
6915
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6604
6916
  ],
6605
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts": [
6606
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6917
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wpkh.d.ts": [
6918
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6607
6919
  ],
6608
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts": [
6609
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts"
6920
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wsh.d.ts": [
6921
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts"
6610
6922
  ],
6611
- "../../../node_modules/bitcoinjs-lib/types/psbt.d.ts": [
6923
+ "../../../node_modules/bitcoinjs-lib/src/psbt.d.ts": [
6612
6924
  "../../../node_modules/@types/node/index.d.ts",
6613
6925
  "../../../node_modules/bip174/src/lib/interfaces.d.ts",
6614
6926
  "../../../node_modules/bip174/src/lib/psbt.d.ts",
6615
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
6616
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
6617
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
6927
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts",
6928
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts"
6929
+ ],
6930
+ "../../../node_modules/bitcoinjs-lib/src/script.d.ts": [
6931
+ "../../../node_modules/@types/node/index.d.ts",
6932
+ "../../../node_modules/bitcoinjs-lib/src/ops.d.ts",
6933
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts",
6934
+ "../../../node_modules/bitcoinjs-lib/src/script_number.d.ts",
6935
+ "../../../node_modules/bitcoinjs-lib/src/script_signature.d.ts"
6618
6936
  ],
6619
- "../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts": [
6937
+ "../../../node_modules/bitcoinjs-lib/src/script_number.d.ts": [
6620
6938
  "../../../node_modules/@types/node/index.d.ts"
6621
6939
  ],
6622
- "../../../node_modules/bitcoinjs-lib/types/script.d.ts": [
6940
+ "../../../node_modules/bitcoinjs-lib/src/script_signature.d.ts": [
6941
+ "../../../node_modules/@types/node/index.d.ts"
6942
+ ],
6943
+ "../../../node_modules/bitcoinjs-lib/src/taproot.d.ts": [
6623
6944
  "../../../node_modules/@types/node/index.d.ts",
6624
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
6625
- "../../../node_modules/bitcoinjs-lib/types/script_number.d.ts",
6626
- "../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts"
6945
+ "../../../node_modules/bitcoinjs-lib/src/types.d.ts"
6627
6946
  ],
6628
- "../../../node_modules/bitcoinjs-lib/types/script_number.d.ts": [
6947
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts": [
6629
6948
  "../../../node_modules/@types/node/index.d.ts"
6630
6949
  ],
6631
- "../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts": [
6950
+ "../../../node_modules/bitcoinjs-lib/src/types.d.ts": [
6632
6951
  "../../../node_modules/@types/node/index.d.ts"
6633
6952
  ],
6634
- "../../../node_modules/bitcoinjs-lib/types/taproot.d.ts": [
6953
+ "../../../node_modules/bolt11/node_modules/@types/bn.js/index.d.ts": [
6635
6954
  "../../../node_modules/@types/node/index.d.ts"
6636
6955
  ],
6637
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts": [
6638
- "../../../node_modules/@types/node/index.d.ts"
6956
+ "../../../node_modules/bolt11/payreq.d.ts": [
6957
+ "../../../node_modules/bolt11/node_modules/@types/bn.js/index.d.ts"
6639
6958
  ],
6640
- "../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts": [
6959
+ "../../../node_modules/ecpair/src/ecpair.d.ts": [
6641
6960
  "../../../node_modules/@types/node/index.d.ts",
6642
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
6643
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
6644
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts"
6961
+ "../../../node_modules/ecpair/src/networks.d.ts"
6962
+ ],
6963
+ "../../../node_modules/ecpair/src/index.d.ts": [
6964
+ "../../../node_modules/ecpair/src/ecpair.d.ts"
6645
6965
  ],
6646
6966
  "../../../node_modules/ethereumjs-util/dist/account.d.ts": [
6647
6967
  "../../../node_modules/@types/bn.js/index.d.ts",
@@ -6848,9 +7168,12 @@
6848
7168
  "../src/bitgo/keychain/ikeychains.ts",
6849
7169
  "../src/bitgo/keychain/index.ts",
6850
7170
  "../src/bitgo/keychain/keychains.ts",
7171
+ "../src/bitgo/legacybitcoin.ts",
6851
7172
  "../src/bitgo/lightning/ilightning.ts",
6852
7173
  "../src/bitgo/lightning/index.ts",
6853
7174
  "../src/bitgo/lightning/lightning.ts",
7175
+ "../src/bitgo/lightning/lightningutils.ts",
7176
+ "../src/bitgo/lightning/lnurlcodec.ts",
6854
7177
  "../src/bitgo/market/imarkets.ts",
6855
7178
  "../src/bitgo/market/index.ts",
6856
7179
  "../src/bitgo/market/markets.ts",
@@ -6955,9 +7278,11 @@
6955
7278
  "../../utxo-lib/dist/src/bitgo/nonstandardhalfsigned.d.ts",
6956
7279
  "../../utxo-lib/dist/src/bitgo/outputscripts.d.ts",
6957
7280
  "../../utxo-lib/dist/src/bitgo/signature.d.ts",
7281
+ "../../utxo-lib/dist/src/bitgo/tnumber.d.ts",
6958
7282
  "../../utxo-lib/dist/src/bitgo/transaction.d.ts",
6959
7283
  "../../utxo-lib/dist/src/bitgo/types.d.ts",
6960
7284
  "../../utxo-lib/dist/src/bitgo/unspent.d.ts",
7285
+ "../../utxo-lib/dist/src/bitgo/utxopsbt.d.ts",
6961
7286
  "../../utxo-lib/dist/src/bitgo/utxotransaction.d.ts",
6962
7287
  "../../utxo-lib/dist/src/bitgo/utxotransactionbuilder.d.ts",
6963
7288
  "../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
@@ -6969,8 +7294,11 @@
6969
7294
  "../../utxo-lib/dist/src/bitgo/zcash/index.d.ts",
6970
7295
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransaction.d.ts",
6971
7296
  "../../utxo-lib/dist/src/bitgo/zcash/zcashtransactionbuilder.d.ts",
7297
+ "../../utxo-lib/dist/src/classify.d.ts",
6972
7298
  "../../utxo-lib/dist/src/index.d.ts",
6973
7299
  "../../utxo-lib/dist/src/networks.d.ts",
7300
+ "../../utxo-lib/dist/src/noble_ecc.d.ts",
7301
+ "../../utxo-lib/dist/src/transaction_builder.d.ts",
6974
7302
  "../../../node_modules/@noble/secp256k1/lib/index.d.ts",
6975
7303
  "../../../node_modules/@stablelib/hex/lib/hex.d.ts",
6976
7304
  "../../../node_modules/@types/archy/index.d.ts",
@@ -7006,6 +7334,7 @@
7006
7334
  "../../../node_modules/@types/jasmine/index.d.ts",
7007
7335
  "../../../node_modules/@types/json-schema/index.d.ts",
7008
7336
  "../../../node_modules/@types/json5/index.d.ts",
7337
+ "../../../node_modules/@types/keccak/index.d.ts",
7009
7338
  "../../../node_modules/@types/lodash/common/array.d.ts",
7010
7339
  "../../../node_modules/@types/lodash/common/collection.d.ts",
7011
7340
  "../../../node_modules/@types/lodash/common/common.d.ts",
@@ -7022,6 +7351,7 @@
7022
7351
  "../../../node_modules/@types/long/index.d.ts",
7023
7352
  "../../../node_modules/@types/mime-types/index.d.ts",
7024
7353
  "../../../node_modules/@types/mime/index.d.ts",
7354
+ "../../../node_modules/@types/mime/mime.d.ts",
7025
7355
  "../../../node_modules/@types/minimatch/index.d.ts",
7026
7356
  "../../../node_modules/@types/minimist/index.d.ts",
7027
7357
  "../../../node_modules/@types/mocha/index.d.ts",
@@ -7125,39 +7455,60 @@
7125
7455
  "../../../node_modules/@types/yauzl/index.d.ts",
7126
7456
  "../../../node_modules/anymatch/index.d.ts",
7127
7457
  "../../../node_modules/base-x/src/index.d.ts",
7458
+ "../../../node_modules/bech32/dist/index.d.ts",
7459
+ "../../../node_modules/bigint-crypto-utils/types/index.d.ts",
7460
+ "../../../node_modules/bigint-crypto-utils/types/isprobablyprime.d.ts",
7461
+ "../../../node_modules/bigint-crypto-utils/types/prime.d.ts",
7462
+ "../../../node_modules/bigint-crypto-utils/types/randbetween.d.ts",
7463
+ "../../../node_modules/bigint-crypto-utils/types/randbits.d.ts",
7464
+ "../../../node_modules/bigint-crypto-utils/types/randbytes.d.ts",
7465
+ "../../../node_modules/bigint-mod-arith/types/abs.d.ts",
7466
+ "../../../node_modules/bigint-mod-arith/types/bitlength.d.ts",
7467
+ "../../../node_modules/bigint-mod-arith/types/egcd.d.ts",
7468
+ "../../../node_modules/bigint-mod-arith/types/gcd.d.ts",
7469
+ "../../../node_modules/bigint-mod-arith/types/index.d.ts",
7470
+ "../../../node_modules/bigint-mod-arith/types/lcm.d.ts",
7471
+ "../../../node_modules/bigint-mod-arith/types/max.d.ts",
7472
+ "../../../node_modules/bigint-mod-arith/types/min.d.ts",
7473
+ "../../../node_modules/bigint-mod-arith/types/modinv.d.ts",
7474
+ "../../../node_modules/bigint-mod-arith/types/modpow.d.ts",
7475
+ "../../../node_modules/bigint-mod-arith/types/tozn.d.ts",
7128
7476
  "../../../node_modules/bignumber.js/bignumber.d.ts",
7129
7477
  "../../../node_modules/bip174/src/lib/interfaces.d.ts",
7130
7478
  "../../../node_modules/bip174/src/lib/psbt.d.ts",
7131
7479
  "../../../node_modules/bip32/types/bip32.d.ts",
7132
7480
  "../../../node_modules/bip32/types/index.d.ts",
7133
- "../../../node_modules/bitcoinjs-lib/types/address.d.ts",
7134
- "../../../node_modules/bitcoinjs-lib/types/block.d.ts",
7135
- "../../../node_modules/bitcoinjs-lib/types/classify.d.ts",
7136
- "../../../node_modules/bitcoinjs-lib/types/crypto.d.ts",
7137
- "../../../node_modules/bitcoinjs-lib/types/ecpair.d.ts",
7138
- "../../../node_modules/bitcoinjs-lib/types/index.d.ts",
7139
- "../../../node_modules/bitcoinjs-lib/types/networks.d.ts",
7140
- "../../../node_modules/bitcoinjs-lib/types/payments/embed.d.ts",
7141
- "../../../node_modules/bitcoinjs-lib/types/payments/index.d.ts",
7142
- "../../../node_modules/bitcoinjs-lib/types/payments/p2ms.d.ts",
7143
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pk.d.ts",
7144
- "../../../node_modules/bitcoinjs-lib/types/payments/p2pkh.d.ts",
7145
- "../../../node_modules/bitcoinjs-lib/types/payments/p2sh.d.ts",
7146
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr.d.ts",
7147
- "../../../node_modules/bitcoinjs-lib/types/payments/p2tr_ns.d.ts",
7148
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wpkh.d.ts",
7149
- "../../../node_modules/bitcoinjs-lib/types/payments/p2wsh.d.ts",
7150
- "../../../node_modules/bitcoinjs-lib/types/psbt.d.ts",
7151
- "../../../node_modules/bitcoinjs-lib/types/schnorrbip340.d.ts",
7152
- "../../../node_modules/bitcoinjs-lib/types/script.d.ts",
7153
- "../../../node_modules/bitcoinjs-lib/types/script_number.d.ts",
7154
- "../../../node_modules/bitcoinjs-lib/types/script_signature.d.ts",
7155
- "../../../node_modules/bitcoinjs-lib/types/taproot.d.ts",
7156
- "../../../node_modules/bitcoinjs-lib/types/transaction.d.ts",
7157
- "../../../node_modules/bitcoinjs-lib/types/transaction_builder.d.ts",
7481
+ "../../../node_modules/bitcoinjs-lib/src/address.d.ts",
7482
+ "../../../node_modules/bitcoinjs-lib/src/block.d.ts",
7483
+ "../../../node_modules/bitcoinjs-lib/src/crypto.d.ts",
7484
+ "../../../node_modules/bitcoinjs-lib/src/index.d.ts",
7485
+ "../../../node_modules/bitcoinjs-lib/src/networks.d.ts",
7486
+ "../../../node_modules/bitcoinjs-lib/src/ops.d.ts",
7487
+ "../../../node_modules/bitcoinjs-lib/src/payments/embed.d.ts",
7488
+ "../../../node_modules/bitcoinjs-lib/src/payments/index.d.ts",
7489
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2ms.d.ts",
7490
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pk.d.ts",
7491
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2pkh.d.ts",
7492
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2sh.d.ts",
7493
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr.d.ts",
7494
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2tr_ns.d.ts",
7495
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wpkh.d.ts",
7496
+ "../../../node_modules/bitcoinjs-lib/src/payments/p2wsh.d.ts",
7497
+ "../../../node_modules/bitcoinjs-lib/src/psbt.d.ts",
7498
+ "../../../node_modules/bitcoinjs-lib/src/script.d.ts",
7499
+ "../../../node_modules/bitcoinjs-lib/src/script_number.d.ts",
7500
+ "../../../node_modules/bitcoinjs-lib/src/script_signature.d.ts",
7501
+ "../../../node_modules/bitcoinjs-lib/src/taproot.d.ts",
7502
+ "../../../node_modules/bitcoinjs-lib/src/transaction.d.ts",
7503
+ "../../../node_modules/bitcoinjs-lib/src/types.d.ts",
7158
7504
  "../../../node_modules/bitcoinjs-message/index.d.ts",
7505
+ "../../../node_modules/bolt11/node_modules/@types/bn.js/index.d.ts",
7506
+ "../../../node_modules/bolt11/payreq.d.ts",
7159
7507
  "../../../node_modules/buffer/index.d.ts",
7160
7508
  "../../../node_modules/csstype/index.d.ts",
7509
+ "../../../node_modules/ecpair/src/ecpair.d.ts",
7510
+ "../../../node_modules/ecpair/src/index.d.ts",
7511
+ "../../../node_modules/ecpair/src/networks.d.ts",
7161
7512
  "../../../node_modules/ethereumjs-util/dist/account.d.ts",
7162
7513
  "../../../node_modules/ethereumjs-util/dist/address.d.ts",
7163
7514
  "../../../node_modules/ethereumjs-util/dist/bytes.d.ts",