@arkade-os/sdk 0.4.66 → 0.4.67

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 (80) hide show
  1. package/README.md +66 -15
  2. package/dist/adapters/expo.cjs +5 -5
  3. package/dist/adapters/expo.d.cts +2 -2
  4. package/dist/adapters/expo.d.ts +2 -2
  5. package/dist/adapters/expo.js +3 -3
  6. package/dist/adapters/indexedDB.cjs +5 -5
  7. package/dist/adapters/indexedDB.js +4 -4
  8. package/dist/{asyncStorageTaskQueue-BZcIN7sA.d.cts → asyncStorageTaskQueue-LTpeXYaD.d.cts} +2 -2
  9. package/dist/{asyncStorageTaskQueue-B6SijMi3.d.ts → asyncStorageTaskQueue-Za-e_zMk.d.ts} +2 -2
  10. package/dist/{chunk-ZIRFXBKL.cjs → chunk-2JV4VQ7C.cjs} +33 -13
  11. package/dist/chunk-2JV4VQ7C.cjs.map +1 -0
  12. package/dist/{chunk-J33ZEM3A.js → chunk-3WIWNE4P.js} +33 -14
  13. package/dist/chunk-3WIWNE4P.js.map +1 -0
  14. package/dist/{chunk-CYOI4PEA.js → chunk-6TAQF6EV.js} +107 -13
  15. package/dist/chunk-6TAQF6EV.js.map +1 -0
  16. package/dist/{chunk-DSC3G6QZ.js → chunk-AEWJU6NZ.js} +1006 -167
  17. package/dist/chunk-AEWJU6NZ.js.map +1 -0
  18. package/dist/{chunk-3S3JZUEN.cjs → chunk-CO3KKSWM.cjs} +17 -17
  19. package/dist/{chunk-3S3JZUEN.cjs.map → chunk-CO3KKSWM.cjs.map} +1 -1
  20. package/dist/{chunk-55ZZ6RBL.js → chunk-EALWOVHK.js} +4 -4
  21. package/dist/{chunk-55ZZ6RBL.js.map → chunk-EALWOVHK.js.map} +1 -1
  22. package/dist/{chunk-5E6IZNRG.cjs → chunk-MJUTO3PY.cjs} +1413 -563
  23. package/dist/chunk-MJUTO3PY.cjs.map +1 -0
  24. package/dist/{chunk-R5POS3RS.js → chunk-MZFUZUTQ.js} +4 -4
  25. package/dist/{chunk-R5POS3RS.js.map → chunk-MZFUZUTQ.js.map} +1 -1
  26. package/dist/{chunk-PXPPZF5K.cjs → chunk-OIZ2V2VD.cjs} +152 -58
  27. package/dist/chunk-OIZ2V2VD.cjs.map +1 -0
  28. package/dist/{chunk-IM6IKNSL.cjs → chunk-R2YAMONM.cjs} +17 -17
  29. package/dist/{chunk-IM6IKNSL.cjs.map → chunk-R2YAMONM.cjs.map} +1 -1
  30. package/dist/{chunk-2JZGPXU4.js → chunk-X3VEMUVV.js} +3 -3
  31. package/dist/{chunk-2JZGPXU4.js.map → chunk-X3VEMUVV.js.map} +1 -1
  32. package/dist/{chunk-LL47QIHD.cjs → chunk-YDRZDZPP.cjs} +10 -10
  33. package/dist/{chunk-LL47QIHD.cjs.map → chunk-YDRZDZPP.cjs.map} +1 -1
  34. package/dist/contracts/handlers/index.cjs +9 -9
  35. package/dist/contracts/handlers/index.d.cts +3 -3
  36. package/dist/contracts/handlers/index.d.ts +3 -3
  37. package/dist/contracts/handlers/index.js +2 -2
  38. package/dist/{delegate-YXupcWWJ.d.cts → delegate-Bz2e2zXY.d.cts} +1 -1
  39. package/dist/{delegate-T-vgxMYZ.d.ts → delegate-cdmzb2f9.d.ts} +1 -1
  40. package/dist/{wallet-CNibc3yJ.d.ts → hdWalletCapable-BSjuUYOO.d.cts} +318 -127
  41. package/dist/{wallet-DJN1QgFt.d.cts → hdWalletCapable-Hi12xjCJ.d.ts} +318 -127
  42. package/dist/{index-e7LYXk1d.d.cts → index-BiACuWaf.d.ts} +109 -13
  43. package/dist/{index-D_FgwLH9.d.ts → index-D2GjZxBr.d.cts} +109 -13
  44. package/dist/{index-uUE_uQPn.d.ts → index-DU5o_hz7.d.cts} +206 -19
  45. package/dist/{index-uUE_uQPn.d.cts → index-DU5o_hz7.d.ts} +206 -19
  46. package/dist/index.cjs +322 -278
  47. package/dist/index.d.cts +291 -41
  48. package/dist/index.d.ts +291 -41
  49. package/dist/index.js +4 -4
  50. package/dist/repositories/realm/index.cjs +19 -19
  51. package/dist/repositories/realm/index.d.cts +2 -2
  52. package/dist/repositories/realm/index.d.ts +2 -2
  53. package/dist/repositories/realm/index.js +5 -5
  54. package/dist/repositories/sqlite/index.cjs +18 -18
  55. package/dist/repositories/sqlite/index.d.cts +2 -2
  56. package/dist/repositories/sqlite/index.d.ts +2 -2
  57. package/dist/repositories/sqlite/index.js +5 -5
  58. package/dist/{taskRunner-BOVcIH1N.d.cts → taskRunner-BZJMLQ6g.d.cts} +2 -2
  59. package/dist/{taskRunner-DNyD1kXG.d.ts → taskRunner-DATaRQus.d.ts} +2 -2
  60. package/dist/wallet/expo/background.cjs +14 -14
  61. package/dist/wallet/expo/background.d.cts +3 -3
  62. package/dist/wallet/expo/background.d.ts +3 -3
  63. package/dist/wallet/expo/background.js +6 -6
  64. package/dist/wallet/expo/index.cjs +18 -14
  65. package/dist/wallet/expo/index.cjs.map +1 -1
  66. package/dist/wallet/expo/index.d.cts +7 -5
  67. package/dist/wallet/expo/index.d.ts +7 -5
  68. package/dist/wallet/expo/index.js +10 -6
  69. package/dist/wallet/expo/index.js.map +1 -1
  70. package/dist/worker/expo/index.cjs +9 -9
  71. package/dist/worker/expo/index.d.cts +4 -4
  72. package/dist/worker/expo/index.d.ts +4 -4
  73. package/dist/worker/expo/index.js +5 -5
  74. package/package.json +3 -3
  75. package/dist/chunk-5E6IZNRG.cjs.map +0 -1
  76. package/dist/chunk-CYOI4PEA.js.map +0 -1
  77. package/dist/chunk-DSC3G6QZ.js.map +0 -1
  78. package/dist/chunk-J33ZEM3A.js.map +0 -1
  79. package/dist/chunk-PXPPZF5K.cjs.map +0 -1
  80. package/dist/chunk-ZIRFXBKL.cjs.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,1108 +1,1152 @@
1
1
  'use strict';
2
2
 
3
- var chunk5E6IZNRG_cjs = require('./chunk-5E6IZNRG.cjs');
4
- var chunk3S3JZUEN_cjs = require('./chunk-3S3JZUEN.cjs');
5
- var chunkPXPPZF5K_cjs = require('./chunk-PXPPZF5K.cjs');
6
- var chunkZIRFXBKL_cjs = require('./chunk-ZIRFXBKL.cjs');
3
+ var chunkMJUTO3PY_cjs = require('./chunk-MJUTO3PY.cjs');
4
+ var chunkCO3KKSWM_cjs = require('./chunk-CO3KKSWM.cjs');
5
+ var chunkOIZ2V2VD_cjs = require('./chunk-OIZ2V2VD.cjs');
6
+ var chunk2JV4VQ7C_cjs = require('./chunk-2JV4VQ7C.cjs');
7
7
  require('./chunk-5BLDMQED.cjs');
8
8
 
9
9
 
10
10
 
11
11
  Object.defineProperty(exports, "ARKADE_MAGIC", {
12
12
  enumerable: true,
13
- get: function () { return chunk5E6IZNRG_cjs.ARKADE_MAGIC; }
13
+ get: function () { return chunkMJUTO3PY_cjs.ARKADE_MAGIC; }
14
14
  });
15
15
  Object.defineProperty(exports, "ARKADE_SALTED_PREIMAGE_TAG", {
16
16
  enumerable: true,
17
- get: function () { return chunk5E6IZNRG_cjs.ARKADE_SALTED_PREIMAGE_TAG; }
17
+ get: function () { return chunkMJUTO3PY_cjs.ARKADE_SALTED_PREIMAGE_TAG; }
18
18
  });
19
19
  Object.defineProperty(exports, "ARKADE_SWAP_PREIMAGE_TAG", {
20
20
  enumerable: true,
21
- get: function () { return chunk5E6IZNRG_cjs.ARKADE_SWAP_PREIMAGE_TAG; }
21
+ get: function () { return chunkMJUTO3PY_cjs.ARKADE_SWAP_PREIMAGE_TAG; }
22
22
  });
23
23
  Object.defineProperty(exports, "ActivityRegistry", {
24
24
  enumerable: true,
25
- get: function () { return chunk5E6IZNRG_cjs.ActivityRegistry; }
25
+ get: function () { return chunkMJUTO3PY_cjs.ActivityRegistry; }
26
26
  });
27
27
  Object.defineProperty(exports, "AmbiguousRouteError", {
28
28
  enumerable: true,
29
- get: function () { return chunk5E6IZNRG_cjs.AmbiguousRouteError; }
29
+ get: function () { return chunkMJUTO3PY_cjs.AmbiguousRouteError; }
30
30
  });
31
31
  Object.defineProperty(exports, "ArkNote", {
32
32
  enumerable: true,
33
- get: function () { return chunk5E6IZNRG_cjs.ArkNote; }
33
+ get: function () { return chunkMJUTO3PY_cjs.ArkNote; }
34
34
  });
35
35
  Object.defineProperty(exports, "ArkadeCash", {
36
36
  enumerable: true,
37
- get: function () { return chunk5E6IZNRG_cjs.ArkadeCash; }
37
+ get: function () { return chunkMJUTO3PY_cjs.ArkadeCash; }
38
38
  });
39
39
  Object.defineProperty(exports, "ArkadeCashCreateError", {
40
40
  enumerable: true,
41
- get: function () { return chunk5E6IZNRG_cjs.ArkadeCashCreateError; }
41
+ get: function () { return chunkMJUTO3PY_cjs.ArkadeCashCreateError; }
42
42
  });
43
43
  Object.defineProperty(exports, "AssetManager", {
44
44
  enumerable: true,
45
- get: function () { return chunk5E6IZNRG_cjs.AssetManager; }
45
+ get: function () { return chunkMJUTO3PY_cjs.AssetManager; }
46
46
  });
47
47
  Object.defineProperty(exports, "BIP21", {
48
48
  enumerable: true,
49
- get: function () { return chunk5E6IZNRG_cjs.BIP21; }
49
+ get: function () { return chunkMJUTO3PY_cjs.BIP21; }
50
50
  });
51
51
  Object.defineProperty(exports, "BIP21Error", {
52
52
  enumerable: true,
53
- get: function () { return chunk5E6IZNRG_cjs.BIP21Error; }
53
+ get: function () { return chunkMJUTO3PY_cjs.BIP21Error; }
54
54
  });
55
55
  Object.defineProperty(exports, "BIP322", {
56
56
  enumerable: true,
57
- get: function () { return chunk5E6IZNRG_cjs.BIP322; }
57
+ get: function () { return chunkMJUTO3PY_cjs.BIP322; }
58
58
  });
59
59
  Object.defineProperty(exports, "BLOCKED_UPGRADE_TIMEOUT_MS", {
60
60
  enumerable: true,
61
- get: function () { return chunk5E6IZNRG_cjs.BLOCKED_UPGRADE_TIMEOUT_MS; }
61
+ get: function () { return chunkMJUTO3PY_cjs.BLOCKED_UPGRADE_TIMEOUT_MS; }
62
62
  });
63
63
  Object.defineProperty(exports, "Batch", {
64
64
  enumerable: true,
65
- get: function () { return chunk5E6IZNRG_cjs.Batch; }
65
+ get: function () { return chunkMJUTO3PY_cjs.Batch; }
66
+ });
67
+ Object.defineProperty(exports, "CachingArkProvider", {
68
+ enumerable: true,
69
+ get: function () { return chunkMJUTO3PY_cjs.CachingArkProvider; }
66
70
  });
67
71
  Object.defineProperty(exports, "ChainedTxType", {
68
72
  enumerable: true,
69
- get: function () { return chunk5E6IZNRG_cjs.ChainedTxType; }
73
+ get: function () { return chunkMJUTO3PY_cjs.ChainedTxType; }
70
74
  });
71
75
  Object.defineProperty(exports, "ConnectionDisposedError", {
72
76
  enumerable: true,
73
- get: function () { return chunk5E6IZNRG_cjs.ConnectionDisposedError; }
77
+ get: function () { return chunkMJUTO3PY_cjs.ConnectionDisposedError; }
74
78
  });
75
79
  Object.defineProperty(exports, "ContractManager", {
76
80
  enumerable: true,
77
- get: function () { return chunk5E6IZNRG_cjs.ContractManager; }
81
+ get: function () { return chunkMJUTO3PY_cjs.ContractManager; }
78
82
  });
79
83
  Object.defineProperty(exports, "ContractRepositoryImpl", {
80
84
  enumerable: true,
81
- get: function () { return chunk5E6IZNRG_cjs.ContractRepositoryImpl; }
85
+ get: function () { return chunkMJUTO3PY_cjs.ContractRepositoryImpl; }
82
86
  });
83
87
  Object.defineProperty(exports, "ContractWatcher", {
84
88
  enumerable: true,
85
- get: function () { return chunk5E6IZNRG_cjs.ContractWatcher; }
89
+ get: function () { return chunkMJUTO3PY_cjs.ContractWatcher; }
86
90
  });
87
91
  Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
88
92
  enumerable: true,
89
- get: function () { return chunk5E6IZNRG_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
93
+ get: function () { return chunkMJUTO3PY_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
90
94
  });
91
95
  Object.defineProperty(exports, "DEFAULT_MIN_BATCH_EXPIRY_SECONDS", {
92
96
  enumerable: true,
93
- get: function () { return chunk5E6IZNRG_cjs.DEFAULT_MIN_BATCH_EXPIRY_SECONDS; }
97
+ get: function () { return chunkMJUTO3PY_cjs.DEFAULT_MIN_BATCH_EXPIRY_SECONDS; }
94
98
  });
95
99
  Object.defineProperty(exports, "DEFAULT_MIN_CHECKPOINT_EXIT_DELAY_SECONDS", {
96
100
  enumerable: true,
97
- get: function () { return chunk5E6IZNRG_cjs.DEFAULT_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
101
+ get: function () { return chunkMJUTO3PY_cjs.DEFAULT_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
98
102
  });
99
103
  Object.defineProperty(exports, "DatabaseUpgradeBlockedError", {
100
104
  enumerable: true,
101
- get: function () { return chunk5E6IZNRG_cjs.DatabaseUpgradeBlockedError; }
105
+ get: function () { return chunkMJUTO3PY_cjs.DatabaseUpgradeBlockedError; }
102
106
  });
103
107
  Object.defineProperty(exports, "DelegateManagerImpl", {
104
108
  enumerable: true,
105
- get: function () { return chunk5E6IZNRG_cjs.DelegateManagerImpl; }
109
+ get: function () { return chunkMJUTO3PY_cjs.DelegateManagerImpl; }
106
110
  });
107
111
  Object.defineProperty(exports, "DelegateNotConfiguredError", {
108
112
  enumerable: true,
109
- get: function () { return chunk5E6IZNRG_cjs.DelegateNotConfiguredError; }
113
+ get: function () { return chunkMJUTO3PY_cjs.DelegateNotConfiguredError; }
110
114
  });
111
115
  Object.defineProperty(exports, "DelegatorManagerImpl", {
112
116
  enumerable: true,
113
- get: function () { return chunk5E6IZNRG_cjs.DelegatorManagerImpl; }
117
+ get: function () { return chunkMJUTO3PY_cjs.DelegatorManagerImpl; }
114
118
  });
115
119
  Object.defineProperty(exports, "DelegatorNotConfiguredError", {
116
120
  enumerable: true,
117
- get: function () { return chunk5E6IZNRG_cjs.DelegatorNotConfiguredError; }
121
+ get: function () { return chunkMJUTO3PY_cjs.DelegatorNotConfiguredError; }
118
122
  });
119
123
  Object.defineProperty(exports, "DescriptorIdentity", {
120
124
  enumerable: true,
121
- get: function () { return chunk5E6IZNRG_cjs.DescriptorIdentity; }
125
+ get: function () { return chunkMJUTO3PY_cjs.DescriptorIdentity; }
122
126
  });
123
127
  Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
124
128
  enumerable: true,
125
- get: function () { return chunk5E6IZNRG_cjs.DescriptorSigningProviderMissingError; }
129
+ get: function () { return chunkMJUTO3PY_cjs.DescriptorSigningProviderMissingError; }
126
130
  });
127
131
  Object.defineProperty(exports, "DustChangeError", {
128
132
  enumerable: true,
129
- get: function () { return chunk5E6IZNRG_cjs.DustChangeError; }
133
+ get: function () { return chunkMJUTO3PY_cjs.DustChangeError; }
130
134
  });
131
135
  Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
132
136
  enumerable: true,
133
- get: function () { return chunk5E6IZNRG_cjs.ELECTRUM_TCP_HOST; }
137
+ get: function () { return chunkMJUTO3PY_cjs.ELECTRUM_TCP_HOST; }
134
138
  });
135
139
  Object.defineProperty(exports, "ELECTRUM_WS_URL", {
136
140
  enumerable: true,
137
- get: function () { return chunk5E6IZNRG_cjs.ELECTRUM_WS_URL; }
141
+ get: function () { return chunkMJUTO3PY_cjs.ELECTRUM_WS_URL; }
138
142
  });
139
143
  Object.defineProperty(exports, "ESPLORA_URL", {
140
144
  enumerable: true,
141
- get: function () { return chunk5E6IZNRG_cjs.ESPLORA_URL; }
145
+ get: function () { return chunkMJUTO3PY_cjs.ESPLORA_URL; }
142
146
  });
143
147
  Object.defineProperty(exports, "ElectrumOnchainProvider", {
144
148
  enumerable: true,
145
- get: function () { return chunk5E6IZNRG_cjs.ElectrumOnchainProvider; }
149
+ get: function () { return chunkMJUTO3PY_cjs.ElectrumOnchainProvider; }
146
150
  });
147
151
  Object.defineProperty(exports, "EmulatorPacket", {
148
152
  enumerable: true,
149
- get: function () { return chunk5E6IZNRG_cjs.EmulatorPacket; }
153
+ get: function () { return chunkMJUTO3PY_cjs.EmulatorPacket; }
150
154
  });
151
155
  Object.defineProperty(exports, "EsploraProvider", {
152
156
  enumerable: true,
153
- get: function () { return chunk5E6IZNRG_cjs.EsploraProvider; }
157
+ get: function () { return chunkMJUTO3PY_cjs.EsploraProvider; }
154
158
  });
155
159
  Object.defineProperty(exports, "Estimator", {
156
160
  enumerable: true,
157
- get: function () { return chunk5E6IZNRG_cjs.Estimator; }
161
+ get: function () { return chunkMJUTO3PY_cjs.Estimator; }
158
162
  });
159
163
  Object.defineProperty(exports, "Extension", {
160
164
  enumerable: true,
161
- get: function () { return chunk5E6IZNRG_cjs.Extension; }
165
+ get: function () { return chunkMJUTO3PY_cjs.Extension; }
162
166
  });
163
167
  Object.defineProperty(exports, "ExtensionNotFoundError", {
164
168
  enumerable: true,
165
- get: function () { return chunk5E6IZNRG_cjs.ExtensionNotFoundError; }
169
+ get: function () { return chunkMJUTO3PY_cjs.ExtensionNotFoundError; }
166
170
  });
167
171
  Object.defineProperty(exports, "ForeignDescriptorError", {
168
172
  enumerable: true,
169
- get: function () { return chunk5E6IZNRG_cjs.ForeignDescriptorError; }
173
+ get: function () { return chunkMJUTO3PY_cjs.ForeignDescriptorError; }
170
174
  });
171
175
  Object.defineProperty(exports, "HDDescriptorProvider", {
172
176
  enumerable: true,
173
- get: function () { return chunk5E6IZNRG_cjs.HDDescriptorProvider; }
177
+ get: function () { return chunkMJUTO3PY_cjs.HDDescriptorProvider; }
174
178
  });
175
179
  Object.defineProperty(exports, "INTENT_TERMINAL_STATES", {
176
180
  enumerable: true,
177
- get: function () { return chunk5E6IZNRG_cjs.INTENT_TERMINAL_STATES; }
181
+ get: function () { return chunkMJUTO3PY_cjs.INTENT_TERMINAL_STATES; }
178
182
  });
179
183
  Object.defineProperty(exports, "InMemoryContractRepository", {
180
184
  enumerable: true,
181
- get: function () { return chunk5E6IZNRG_cjs.InMemoryContractRepository; }
185
+ get: function () { return chunkMJUTO3PY_cjs.InMemoryContractRepository; }
182
186
  });
183
187
  Object.defineProperty(exports, "InMemoryIntentRepository", {
184
188
  enumerable: true,
185
- get: function () { return chunk5E6IZNRG_cjs.InMemoryIntentRepository; }
189
+ get: function () { return chunkMJUTO3PY_cjs.InMemoryIntentRepository; }
186
190
  });
187
191
  Object.defineProperty(exports, "InMemoryVirtualTxRepository", {
188
192
  enumerable: true,
189
- get: function () { return chunk5E6IZNRG_cjs.InMemoryVirtualTxRepository; }
193
+ get: function () { return chunkMJUTO3PY_cjs.InMemoryVirtualTxRepository; }
190
194
  });
191
195
  Object.defineProperty(exports, "InMemoryWalletRepository", {
192
196
  enumerable: true,
193
- get: function () { return chunk5E6IZNRG_cjs.InMemoryWalletRepository; }
197
+ get: function () { return chunkMJUTO3PY_cjs.InMemoryWalletRepository; }
194
198
  });
195
199
  Object.defineProperty(exports, "IndexedDBContractRepository", {
196
200
  enumerable: true,
197
- get: function () { return chunk5E6IZNRG_cjs.IndexedDBContractRepository; }
201
+ get: function () { return chunkMJUTO3PY_cjs.IndexedDBContractRepository; }
198
202
  });
199
203
  Object.defineProperty(exports, "IndexedDBIntentRepository", {
200
204
  enumerable: true,
201
- get: function () { return chunk5E6IZNRG_cjs.IndexedDBIntentRepository; }
205
+ get: function () { return chunkMJUTO3PY_cjs.IndexedDBIntentRepository; }
202
206
  });
203
207
  Object.defineProperty(exports, "IndexedDBVirtualTxRepository", {
204
208
  enumerable: true,
205
- get: function () { return chunk5E6IZNRG_cjs.IndexedDBVirtualTxRepository; }
209
+ get: function () { return chunkMJUTO3PY_cjs.IndexedDBVirtualTxRepository; }
206
210
  });
207
211
  Object.defineProperty(exports, "IndexedDBWalletRepository", {
208
212
  enumerable: true,
209
- get: function () { return chunk5E6IZNRG_cjs.IndexedDBWalletRepository; }
213
+ get: function () { return chunkMJUTO3PY_cjs.IndexedDBWalletRepository; }
210
214
  });
211
215
  Object.defineProperty(exports, "MAX_USED_SIGNING_DESCRIPTORS_LOOK_AHEAD", {
212
216
  enumerable: true,
213
- get: function () { return chunk5E6IZNRG_cjs.MAX_USED_SIGNING_DESCRIPTORS_LOOK_AHEAD; }
217
+ get: function () { return chunkMJUTO3PY_cjs.MAX_USED_SIGNING_DESCRIPTORS_LOOK_AHEAD; }
214
218
  });
215
219
  Object.defineProperty(exports, "MESSAGE_BUS_INITIALIZING", {
216
220
  enumerable: true,
217
- get: function () { return chunk5E6IZNRG_cjs.MESSAGE_BUS_INITIALIZING; }
221
+ get: function () { return chunkMJUTO3PY_cjs.MESSAGE_BUS_INITIALIZING; }
218
222
  });
219
223
  Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
220
224
  enumerable: true,
221
- get: function () { return chunk5E6IZNRG_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
225
+ get: function () { return chunkMJUTO3PY_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
222
226
  });
223
227
  Object.defineProperty(exports, "MIGRATION_KEY", {
224
228
  enumerable: true,
225
- get: function () { return chunk5E6IZNRG_cjs.MIGRATION_KEY; }
229
+ get: function () { return chunkMJUTO3PY_cjs.MIGRATION_KEY; }
226
230
  });
227
231
  Object.defineProperty(exports, "MUTINYNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS", {
228
232
  enumerable: true,
229
- get: function () { return chunk5E6IZNRG_cjs.MUTINYNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
233
+ get: function () { return chunkMJUTO3PY_cjs.MUTINYNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
230
234
  });
231
235
  Object.defineProperty(exports, "MessageBus", {
232
236
  enumerable: true,
233
- get: function () { return chunk5E6IZNRG_cjs.MessageBus; }
237
+ get: function () { return chunkMJUTO3PY_cjs.MessageBus; }
234
238
  });
235
239
  Object.defineProperty(exports, "MessageBusInitializingError", {
236
240
  enumerable: true,
237
- get: function () { return chunk5E6IZNRG_cjs.MessageBusInitializingError; }
241
+ get: function () { return chunkMJUTO3PY_cjs.MessageBusInitializingError; }
238
242
  });
239
243
  Object.defineProperty(exports, "MessageBusNotInitializedError", {
240
244
  enumerable: true,
241
- get: function () { return chunk5E6IZNRG_cjs.MessageBusNotInitializedError; }
245
+ get: function () { return chunkMJUTO3PY_cjs.MessageBusNotInitializedError; }
242
246
  });
243
247
  Object.defineProperty(exports, "MissingSigningDescriptorError", {
244
248
  enumerable: true,
245
- get: function () { return chunk5E6IZNRG_cjs.MissingSigningDescriptorError; }
249
+ get: function () { return chunkMJUTO3PY_cjs.MissingSigningDescriptorError; }
246
250
  });
247
251
  Object.defineProperty(exports, "MnemonicIdentity", {
248
252
  enumerable: true,
249
- get: function () { return chunk5E6IZNRG_cjs.MnemonicIdentity; }
253
+ get: function () { return chunkMJUTO3PY_cjs.MnemonicIdentity; }
250
254
  });
251
255
  Object.defineProperty(exports, "OnchainWallet", {
252
256
  enumerable: true,
253
- get: function () { return chunk5E6IZNRG_cjs.OnchainWallet; }
257
+ get: function () { return chunkMJUTO3PY_cjs.OnchainWallet; }
254
258
  });
255
259
  Object.defineProperty(exports, "P2A", {
256
260
  enumerable: true,
257
- get: function () { return chunk5E6IZNRG_cjs.P2A; }
261
+ get: function () { return chunkMJUTO3PY_cjs.P2A; }
258
262
  });
259
263
  Object.defineProperty(exports, "PaymentRouter", {
260
264
  enumerable: true,
261
- get: function () { return chunk5E6IZNRG_cjs.PaymentRouter; }
265
+ get: function () { return chunkMJUTO3PY_cjs.PaymentRouter; }
266
+ });
267
+ Object.defineProperty(exports, "PrevTxUnavailableError", {
268
+ enumerable: true,
269
+ get: function () { return chunkMJUTO3PY_cjs.PrevTxUnavailableError; }
262
270
  });
263
271
  Object.defineProperty(exports, "REGTEST_MIN_BATCH_EXPIRY_SECONDS", {
264
272
  enumerable: true,
265
- get: function () { return chunk5E6IZNRG_cjs.REGTEST_MIN_BATCH_EXPIRY_SECONDS; }
273
+ get: function () { return chunkMJUTO3PY_cjs.REGTEST_MIN_BATCH_EXPIRY_SECONDS; }
266
274
  });
267
275
  Object.defineProperty(exports, "REGTEST_MIN_CHECKPOINT_EXIT_DELAY_SECONDS", {
268
276
  enumerable: true,
269
- get: function () { return chunk5E6IZNRG_cjs.REGTEST_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
277
+ get: function () { return chunkMJUTO3PY_cjs.REGTEST_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
270
278
  });
271
279
  Object.defineProperty(exports, "Ramps", {
272
280
  enumerable: true,
273
- get: function () { return chunk5E6IZNRG_cjs.Ramps; }
281
+ get: function () { return chunkMJUTO3PY_cjs.Ramps; }
274
282
  });
275
283
  Object.defineProperty(exports, "ReadonlyAssetManager", {
276
284
  enumerable: true,
277
- get: function () { return chunk5E6IZNRG_cjs.ReadonlyAssetManager; }
285
+ get: function () { return chunkMJUTO3PY_cjs.ReadonlyAssetManager; }
278
286
  });
279
287
  Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
280
288
  enumerable: true,
281
- get: function () { return chunk5E6IZNRG_cjs.ReadonlyDescriptorIdentity; }
289
+ get: function () { return chunkMJUTO3PY_cjs.ReadonlyDescriptorIdentity; }
282
290
  });
283
291
  Object.defineProperty(exports, "ReadonlySingleKey", {
284
292
  enumerable: true,
285
- get: function () { return chunk5E6IZNRG_cjs.ReadonlySingleKey; }
293
+ get: function () { return chunkMJUTO3PY_cjs.ReadonlySingleKey; }
286
294
  });
287
295
  Object.defineProperty(exports, "ReadonlyWallet", {
288
296
  enumerable: true,
289
- get: function () { return chunk5E6IZNRG_cjs.ReadonlyWallet; }
297
+ get: function () { return chunkMJUTO3PY_cjs.ReadonlyWallet; }
290
298
  });
291
299
  Object.defineProperty(exports, "ReadonlyWalletError", {
292
300
  enumerable: true,
293
- get: function () { return chunk5E6IZNRG_cjs.ReadonlyWalletError; }
301
+ get: function () { return chunkMJUTO3PY_cjs.ReadonlyWalletError; }
294
302
  });
295
303
  Object.defineProperty(exports, "RestDelegateProvider", {
296
304
  enumerable: true,
297
- get: function () { return chunk5E6IZNRG_cjs.RestDelegateProvider; }
305
+ get: function () { return chunkMJUTO3PY_cjs.RestDelegateProvider; }
298
306
  });
299
307
  Object.defineProperty(exports, "RestDelegatorProvider", {
300
308
  enumerable: true,
301
- get: function () { return chunk5E6IZNRG_cjs.RestDelegatorProvider; }
309
+ get: function () { return chunkMJUTO3PY_cjs.RestDelegatorProvider; }
302
310
  });
303
311
  Object.defineProperty(exports, "RestEmulatorProvider", {
304
312
  enumerable: true,
305
- get: function () { return chunk5E6IZNRG_cjs.RestEmulatorProvider; }
313
+ get: function () { return chunkMJUTO3PY_cjs.RestEmulatorProvider; }
306
314
  });
307
315
  Object.defineProperty(exports, "SIGNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS", {
308
316
  enumerable: true,
309
- get: function () { return chunk5E6IZNRG_cjs.SIGNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
317
+ get: function () { return chunkMJUTO3PY_cjs.SIGNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
310
318
  });
311
319
  Object.defineProperty(exports, "SeedIdentity", {
312
320
  enumerable: true,
313
- get: function () { return chunk5E6IZNRG_cjs.SeedIdentity; }
321
+ get: function () { return chunkMJUTO3PY_cjs.SeedIdentity; }
314
322
  });
315
323
  Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
316
324
  enumerable: true,
317
- get: function () { return chunk5E6IZNRG_cjs.ServiceWorkerReadonlyWallet; }
325
+ get: function () { return chunkMJUTO3PY_cjs.ServiceWorkerReadonlyWallet; }
318
326
  });
319
327
  Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
320
328
  enumerable: true,
321
- get: function () { return chunk5E6IZNRG_cjs.ServiceWorkerTimeoutError; }
329
+ get: function () { return chunkMJUTO3PY_cjs.ServiceWorkerTimeoutError; }
322
330
  });
323
331
  Object.defineProperty(exports, "ServiceWorkerWallet", {
324
332
  enumerable: true,
325
- get: function () { return chunk5E6IZNRG_cjs.ServiceWorkerWallet; }
333
+ get: function () { return chunkMJUTO3PY_cjs.ServiceWorkerWallet; }
326
334
  });
327
335
  Object.defineProperty(exports, "SingleKey", {
328
336
  enumerable: true,
329
- get: function () { return chunk5E6IZNRG_cjs.SingleKey; }
337
+ get: function () { return chunkMJUTO3PY_cjs.SingleKey; }
330
338
  });
331
339
  Object.defineProperty(exports, "TxTree", {
332
340
  enumerable: true,
333
- get: function () { return chunk5E6IZNRG_cjs.TxTree; }
341
+ get: function () { return chunkMJUTO3PY_cjs.TxTree; }
334
342
  });
335
343
  Object.defineProperty(exports, "TxType", {
336
344
  enumerable: true,
337
- get: function () { return chunk5E6IZNRG_cjs.TxType; }
345
+ get: function () { return chunkMJUTO3PY_cjs.TxType; }
338
346
  });
339
347
  Object.defineProperty(exports, "TxWeightEstimator", {
340
348
  enumerable: true,
341
- get: function () { return chunk5E6IZNRG_cjs.TxWeightEstimator; }
349
+ get: function () { return chunkMJUTO3PY_cjs.TxWeightEstimator; }
342
350
  });
343
351
  Object.defineProperty(exports, "UnannotatableInputError", {
344
352
  enumerable: true,
345
- get: function () { return chunk5E6IZNRG_cjs.UnannotatableInputError; }
353
+ get: function () { return chunkMJUTO3PY_cjs.UnannotatableInputError; }
346
354
  });
347
355
  Object.defineProperty(exports, "UnilateralExit", {
348
356
  enumerable: true,
349
- get: function () { return chunk5E6IZNRG_cjs.UnilateralExit; }
357
+ get: function () { return chunkMJUTO3PY_cjs.UnilateralExit; }
350
358
  });
351
359
  Object.defineProperty(exports, "UnknownPacket", {
352
360
  enumerable: true,
353
- get: function () { return chunk5E6IZNRG_cjs.UnknownPacket; }
361
+ get: function () { return chunkMJUTO3PY_cjs.UnknownPacket; }
354
362
  });
355
363
  Object.defineProperty(exports, "Unroll", {
356
364
  enumerable: true,
357
- get: function () { return chunk5E6IZNRG_cjs.Unroll; }
365
+ get: function () { return chunkMJUTO3PY_cjs.Unroll; }
358
366
  });
359
367
  Object.defineProperty(exports, "VtxoManager", {
360
368
  enumerable: true,
361
- get: function () { return chunk5E6IZNRG_cjs.VtxoManager; }
369
+ get: function () { return chunkMJUTO3PY_cjs.VtxoManager; }
362
370
  });
363
371
  Object.defineProperty(exports, "Wallet", {
364
372
  enumerable: true,
365
- get: function () { return chunk5E6IZNRG_cjs.Wallet; }
373
+ get: function () { return chunkMJUTO3PY_cjs.Wallet; }
374
+ });
375
+ Object.defineProperty(exports, "WalletCannotAllocateAddressError", {
376
+ enumerable: true,
377
+ get: function () { return chunkMJUTO3PY_cjs.WalletCannotAllocateAddressError; }
366
378
  });
367
379
  Object.defineProperty(exports, "WalletCannotSignError", {
368
380
  enumerable: true,
369
- get: function () { return chunk5E6IZNRG_cjs.WalletCannotSignError; }
381
+ get: function () { return chunkMJUTO3PY_cjs.WalletCannotSignError; }
370
382
  });
371
383
  Object.defineProperty(exports, "WalletMessageHandler", {
372
384
  enumerable: true,
373
- get: function () { return chunk5E6IZNRG_cjs.WalletMessageHandler; }
385
+ get: function () { return chunkMJUTO3PY_cjs.WalletMessageHandler; }
374
386
  });
375
387
  Object.defineProperty(exports, "WalletNotInitializedError", {
376
388
  enumerable: true,
377
- get: function () { return chunk5E6IZNRG_cjs.WalletNotInitializedError; }
389
+ get: function () { return chunkMJUTO3PY_cjs.WalletNotInitializedError; }
378
390
  });
379
391
  Object.defineProperty(exports, "WalletRepositoryImpl", {
380
392
  enumerable: true,
381
- get: function () { return chunk5E6IZNRG_cjs.WalletRepositoryImpl; }
393
+ get: function () { return chunkMJUTO3PY_cjs.WalletRepositoryImpl; }
382
394
  });
383
395
  Object.defineProperty(exports, "WsElectrumChainSource", {
384
396
  enumerable: true,
385
- get: function () { return chunk5E6IZNRG_cjs.WsElectrumChainSource; }
397
+ get: function () { return chunkMJUTO3PY_cjs.WsElectrumChainSource; }
386
398
  });
387
399
  Object.defineProperty(exports, "adoptContractDescriptor", {
388
400
  enumerable: true,
389
- get: function () { return chunk5E6IZNRG_cjs.adoptContractDescriptor; }
401
+ get: function () { return chunkMJUTO3PY_cjs.adoptContractDescriptor; }
390
402
  });
391
403
  Object.defineProperty(exports, "arkRail", {
392
404
  enumerable: true,
393
- get: function () { return chunk5E6IZNRG_cjs.arkRail; }
405
+ get: function () { return chunkMJUTO3PY_cjs.arkRail; }
394
406
  });
395
407
  Object.defineProperty(exports, "arkTarget", {
396
408
  enumerable: true,
397
- get: function () { return chunk5E6IZNRG_cjs.arkTarget; }
409
+ get: function () { return chunkMJUTO3PY_cjs.arkTarget; }
398
410
  });
399
411
  Object.defineProperty(exports, "arkade", {
400
412
  enumerable: true,
401
- get: function () { return chunk5E6IZNRG_cjs.arkade_exports; }
413
+ get: function () { return chunkMJUTO3PY_cjs.arkade_exports; }
402
414
  });
403
415
  Object.defineProperty(exports, "assertFinalCommitmentMatchesValidated", {
404
416
  enumerable: true,
405
- get: function () { return chunk5E6IZNRG_cjs.assertFinalCommitmentMatchesValidated; }
417
+ get: function () { return chunkMJUTO3PY_cjs.assertFinalCommitmentMatchesValidated; }
406
418
  });
407
419
  Object.defineProperty(exports, "assertSendableAmount", {
408
420
  enumerable: true,
409
- get: function () { return chunk5E6IZNRG_cjs.assertSendableAmount; }
421
+ get: function () { return chunkMJUTO3PY_cjs.assertSendableAmount; }
410
422
  });
411
423
  Object.defineProperty(exports, "assertSubmittedArkTxid", {
412
424
  enumerable: true,
413
- get: function () { return chunk5E6IZNRG_cjs.assertSubmittedArkTxid; }
425
+ get: function () { return chunkMJUTO3PY_cjs.assertSubmittedArkTxid; }
414
426
  });
415
427
  Object.defineProperty(exports, "assertValidBatchExpiry", {
416
428
  enumerable: true,
417
- get: function () { return chunk5E6IZNRG_cjs.assertValidBatchExpiry; }
429
+ get: function () { return chunkMJUTO3PY_cjs.assertValidBatchExpiry; }
418
430
  });
419
431
  Object.defineProperty(exports, "assertValidServerUnrollScript", {
420
432
  enumerable: true,
421
- get: function () { return chunk5E6IZNRG_cjs.assertValidServerUnrollScript; }
433
+ get: function () { return chunkMJUTO3PY_cjs.assertValidServerUnrollScript; }
422
434
  });
423
435
  Object.defineProperty(exports, "assetMintResolver", {
424
436
  enumerable: true,
425
- get: function () { return chunk5E6IZNRG_cjs.assetMintResolver; }
437
+ get: function () { return chunkMJUTO3PY_cjs.assetMintResolver; }
438
+ });
439
+ Object.defineProperty(exports, "attachPrevArkTxs", {
440
+ enumerable: true,
441
+ get: function () { return chunkMJUTO3PY_cjs.attachPrevArkTxs; }
442
+ });
443
+ Object.defineProperty(exports, "attachPrevoutTxs", {
444
+ enumerable: true,
445
+ get: function () { return chunkMJUTO3PY_cjs.attachPrevoutTxs; }
426
446
  });
427
447
  Object.defineProperty(exports, "awaitTransaction", {
428
448
  enumerable: true,
429
- get: function () { return chunk5E6IZNRG_cjs.awaitTransaction; }
449
+ get: function () { return chunkMJUTO3PY_cjs.awaitTransaction; }
430
450
  });
431
451
  Object.defineProperty(exports, "boardingResolver", {
432
452
  enumerable: true,
433
- get: function () { return chunk5E6IZNRG_cjs.boardingResolver; }
453
+ get: function () { return chunkMJUTO3PY_cjs.boardingResolver; }
434
454
  });
435
455
  Object.defineProperty(exports, "btcTarget", {
436
456
  enumerable: true,
437
- get: function () { return chunk5E6IZNRG_cjs.btcTarget; }
457
+ get: function () { return chunkMJUTO3PY_cjs.btcTarget; }
438
458
  });
439
459
  Object.defineProperty(exports, "buildForfeitTx", {
440
460
  enumerable: true,
441
- get: function () { return chunk5E6IZNRG_cjs.buildForfeitTx; }
461
+ get: function () { return chunkMJUTO3PY_cjs.buildForfeitTx; }
442
462
  });
443
463
  Object.defineProperty(exports, "buildOffchainTx", {
444
464
  enumerable: true,
445
- get: function () { return chunk5E6IZNRG_cjs.buildOffchainTx; }
465
+ get: function () { return chunkMJUTO3PY_cjs.buildOffchainTx; }
446
466
  });
447
467
  Object.defineProperty(exports, "buildPreimageMessage", {
448
468
  enumerable: true,
449
- get: function () { return chunk5E6IZNRG_cjs.buildPreimageMessage; }
469
+ get: function () { return chunkMJUTO3PY_cjs.buildPreimageMessage; }
450
470
  });
451
471
  Object.defineProperty(exports, "buildSaltedPreimageMessage", {
452
472
  enumerable: true,
453
- get: function () { return chunk5E6IZNRG_cjs.buildSaltedPreimageMessage; }
473
+ get: function () { return chunkMJUTO3PY_cjs.buildSaltedPreimageMessage; }
454
474
  });
455
475
  Object.defineProperty(exports, "claimWithPreimageIdentity", {
456
476
  enumerable: true,
457
- get: function () { return chunk5E6IZNRG_cjs.claimWithPreimageIdentity; }
477
+ get: function () { return chunkMJUTO3PY_cjs.claimWithPreimageIdentity; }
458
478
  });
459
479
  Object.defineProperty(exports, "classifyAgainstSignerSet", {
460
480
  enumerable: true,
461
- get: function () { return chunk5E6IZNRG_cjs.classifyAgainstSignerSet; }
481
+ get: function () { return chunkMJUTO3PY_cjs.classifyAgainstSignerSet; }
462
482
  });
463
483
  Object.defineProperty(exports, "classifyContractSigner", {
464
484
  enumerable: true,
465
- get: function () { return chunk5E6IZNRG_cjs.classifyContractSigner; }
485
+ get: function () { return chunkMJUTO3PY_cjs.classifyContractSigner; }
466
486
  });
467
487
  Object.defineProperty(exports, "closeDatabase", {
468
488
  enumerable: true,
469
- get: function () { return chunk5E6IZNRG_cjs.closeDatabase; }
489
+ get: function () { return chunkMJUTO3PY_cjs.closeDatabase; }
470
490
  });
471
491
  Object.defineProperty(exports, "collabExitResolver", {
472
492
  enumerable: true,
473
- get: function () { return chunk5E6IZNRG_cjs.collabExitResolver; }
493
+ get: function () { return chunkMJUTO3PY_cjs.collabExitResolver; }
474
494
  });
475
495
  Object.defineProperty(exports, "combineTapscriptSigs", {
476
496
  enumerable: true,
477
- get: function () { return chunk5E6IZNRG_cjs.combineTapscriptSigs; }
497
+ get: function () { return chunkMJUTO3PY_cjs.combineTapscriptSigs; }
478
498
  });
479
499
  Object.defineProperty(exports, "contractFromArkContract", {
480
500
  enumerable: true,
481
- get: function () { return chunk5E6IZNRG_cjs.contractFromArkContract; }
501
+ get: function () { return chunkMJUTO3PY_cjs.contractFromArkContract; }
482
502
  });
483
503
  Object.defineProperty(exports, "contractFromArkContractWithAddress", {
484
504
  enumerable: true,
485
- get: function () { return chunk5E6IZNRG_cjs.contractFromArkContractWithAddress; }
505
+ get: function () { return chunkMJUTO3PY_cjs.contractFromArkContractWithAddress; }
486
506
  });
487
507
  Object.defineProperty(exports, "contractPreimage", {
488
508
  enumerable: true,
489
- get: function () { return chunk5E6IZNRG_cjs.contractPreimage; }
509
+ get: function () { return chunkMJUTO3PY_cjs.contractPreimage; }
490
510
  });
491
511
  Object.defineProperty(exports, "contractSigner", {
492
512
  enumerable: true,
493
- get: function () { return chunk5E6IZNRG_cjs.contractSigner; }
513
+ get: function () { return chunkMJUTO3PY_cjs.contractSigner; }
494
514
  });
495
515
  Object.defineProperty(exports, "createAssetPacket", {
496
516
  enumerable: true,
497
- get: function () { return chunk5E6IZNRG_cjs.createAssetPacket; }
517
+ get: function () { return chunkMJUTO3PY_cjs.createAssetPacket; }
498
518
  });
499
519
  Object.defineProperty(exports, "createDefaultActivityRegistry", {
500
520
  enumerable: true,
501
- get: function () { return chunk5E6IZNRG_cjs.createDefaultActivityRegistry; }
521
+ get: function () { return chunkMJUTO3PY_cjs.createDefaultActivityRegistry; }
502
522
  });
503
523
  Object.defineProperty(exports, "createDefaultPaymentRouter", {
504
524
  enumerable: true,
505
- get: function () { return chunk5E6IZNRG_cjs.createDefaultPaymentRouter; }
525
+ get: function () { return chunkMJUTO3PY_cjs.createDefaultPaymentRouter; }
506
526
  });
507
527
  Object.defineProperty(exports, "createExitChainResolver", {
508
528
  enumerable: true,
509
- get: function () { return chunk5E6IZNRG_cjs.createExitChainResolver; }
529
+ get: function () { return chunkMJUTO3PY_cjs.createExitChainResolver; }
510
530
  });
511
531
  Object.defineProperty(exports, "createManagedConnection", {
512
532
  enumerable: true,
513
- get: function () { return chunk5E6IZNRG_cjs.createManagedConnection; }
533
+ get: function () { return chunkMJUTO3PY_cjs.createManagedConnection; }
514
534
  });
515
535
  Object.defineProperty(exports, "decodeArkContract", {
516
536
  enumerable: true,
517
- get: function () { return chunk5E6IZNRG_cjs.decodeArkContract; }
537
+ get: function () { return chunkMJUTO3PY_cjs.decodeArkContract; }
518
538
  });
519
539
  Object.defineProperty(exports, "defaultBatchExpiryPolicy", {
520
540
  enumerable: true,
521
- get: function () { return chunk5E6IZNRG_cjs.defaultBatchExpiryPolicy; }
541
+ get: function () { return chunkMJUTO3PY_cjs.defaultBatchExpiryPolicy; }
522
542
  });
523
543
  Object.defineProperty(exports, "defaultCheckpointExitDelayPolicy", {
524
544
  enumerable: true,
525
- get: function () { return chunk5E6IZNRG_cjs.defaultCheckpointExitDelayPolicy; }
545
+ get: function () { return chunkMJUTO3PY_cjs.defaultCheckpointExitDelayPolicy; }
526
546
  });
527
547
  Object.defineProperty(exports, "deleteByIndex", {
528
548
  enumerable: true,
529
- get: function () { return chunk5E6IZNRG_cjs.deleteByIndex; }
549
+ get: function () { return chunkMJUTO3PY_cjs.deleteByIndex; }
530
550
  });
531
551
  Object.defineProperty(exports, "deserializeExitPackage", {
532
552
  enumerable: true,
533
- get: function () { return chunk5E6IZNRG_cjs.deserializeExitPackage; }
553
+ get: function () { return chunkMJUTO3PY_cjs.deserializeExitPackage; }
534
554
  });
535
555
  Object.defineProperty(exports, "encodeArkContract", {
536
556
  enumerable: true,
537
- get: function () { return chunk5E6IZNRG_cjs.encodeArkContract; }
557
+ get: function () { return chunkMJUTO3PY_cjs.encodeArkContract; }
558
+ });
559
+ Object.defineProperty(exports, "exitObserverFor", {
560
+ enumerable: true,
561
+ get: function () { return chunkMJUTO3PY_cjs.exitObserverFor; }
538
562
  });
539
563
  Object.defineProperty(exports, "gateExclusion", {
540
564
  enumerable: true,
541
- get: function () { return chunk5E6IZNRG_cjs.gateExclusion; }
565
+ get: function () { return chunkMJUTO3PY_cjs.gateExclusion; }
542
566
  });
543
567
  Object.defineProperty(exports, "gatedContracts", {
544
568
  enumerable: true,
545
- get: function () { return chunk5E6IZNRG_cjs.gatedContracts; }
569
+ get: function () { return chunkMJUTO3PY_cjs.gatedContracts; }
546
570
  });
547
571
  Object.defineProperty(exports, "getAllByIndexValues", {
548
572
  enumerable: true,
549
- get: function () { return chunk5E6IZNRG_cjs.getAllByIndexValues; }
573
+ get: function () { return chunkMJUTO3PY_cjs.getAllByIndexValues; }
550
574
  });
551
575
  Object.defineProperty(exports, "getMigrationStatus", {
552
576
  enumerable: true,
553
- get: function () { return chunk5E6IZNRG_cjs.getMigrationStatus; }
577
+ get: function () { return chunkMJUTO3PY_cjs.getMigrationStatus; }
554
578
  });
555
579
  Object.defineProperty(exports, "getRandomId", {
556
580
  enumerable: true,
557
- get: function () { return chunk5E6IZNRG_cjs.getRandomId; }
581
+ get: function () { return chunkMJUTO3PY_cjs.getRandomId; }
558
582
  });
559
583
  Object.defineProperty(exports, "hasBoardingTxExpired", {
560
584
  enumerable: true,
561
- get: function () { return chunk5E6IZNRG_cjs.hasBoardingTxExpired; }
585
+ get: function () { return chunkMJUTO3PY_cjs.hasBoardingTxExpired; }
562
586
  });
563
587
  Object.defineProperty(exports, "hasCandidates", {
564
588
  enumerable: true,
565
- get: function () { return chunk5E6IZNRG_cjs.hasCandidates; }
589
+ get: function () { return chunkMJUTO3PY_cjs.hasCandidates; }
566
590
  });
567
591
  Object.defineProperty(exports, "invoiceTarget", {
568
592
  enumerable: true,
569
- get: function () { return chunk5E6IZNRG_cjs.invoiceTarget; }
593
+ get: function () { return chunkMJUTO3PY_cjs.invoiceTarget; }
594
+ });
595
+ Object.defineProperty(exports, "isAddressAllocationCapable", {
596
+ enumerable: true,
597
+ get: function () { return chunkMJUTO3PY_cjs.isAddressAllocationCapable; }
570
598
  });
571
599
  Object.defineProperty(exports, "isArkContract", {
572
600
  enumerable: true,
573
- get: function () { return chunk5E6IZNRG_cjs.isArkContract; }
601
+ get: function () { return chunkMJUTO3PY_cjs.isArkContract; }
574
602
  });
575
603
  Object.defineProperty(exports, "isBatchSignable", {
576
604
  enumerable: true,
577
- get: function () { return chunk5E6IZNRG_cjs.isBatchSignable; }
605
+ get: function () { return chunkMJUTO3PY_cjs.isBatchSignable; }
578
606
  });
579
607
  Object.defineProperty(exports, "isBtcAddress", {
580
608
  enumerable: true,
581
- get: function () { return chunk5E6IZNRG_cjs.isBtcAddress; }
609
+ get: function () { return chunkMJUTO3PY_cjs.isBtcAddress; }
582
610
  });
583
611
  Object.defineProperty(exports, "isContractGenericallySpendable", {
584
612
  enumerable: true,
585
- get: function () { return chunk5E6IZNRG_cjs.isContractGenericallySpendable; }
613
+ get: function () { return chunkMJUTO3PY_cjs.isContractGenericallySpendable; }
586
614
  });
587
615
  Object.defineProperty(exports, "isCooperativelyMigratable", {
588
616
  enumerable: true,
589
- get: function () { return chunk5E6IZNRG_cjs.isCooperativelyMigratable; }
617
+ get: function () { return chunkMJUTO3PY_cjs.isCooperativelyMigratable; }
590
618
  });
591
619
  Object.defineProperty(exports, "isDeterministicSigner", {
592
620
  enumerable: true,
593
- get: function () { return chunk5E6IZNRG_cjs.isDeterministicSigner; }
621
+ get: function () { return chunkMJUTO3PY_cjs.isDeterministicSigner; }
594
622
  });
595
623
  Object.defineProperty(exports, "isDiscoverable", {
596
624
  enumerable: true,
597
- get: function () { return chunk5E6IZNRG_cjs.isDiscoverable; }
625
+ get: function () { return chunkMJUTO3PY_cjs.isDiscoverable; }
598
626
  });
599
627
  Object.defineProperty(exports, "isHDAllocationCapable", {
600
628
  enumerable: true,
601
- get: function () { return chunk5E6IZNRG_cjs.isHDAllocationCapable; }
629
+ get: function () { return chunkMJUTO3PY_cjs.isHDAllocationCapable; }
602
630
  });
603
631
  Object.defineProperty(exports, "isHDDeterministicSignCapable", {
604
632
  enumerable: true,
605
- get: function () { return chunk5E6IZNRG_cjs.isHDDeterministicSignCapable; }
633
+ get: function () { return chunkMJUTO3PY_cjs.isHDDeterministicSignCapable; }
606
634
  });
607
635
  Object.defineProperty(exports, "isHDWalletCapable", {
608
636
  enumerable: true,
609
- get: function () { return chunk5E6IZNRG_cjs.isHDWalletCapable; }
637
+ get: function () { return chunkMJUTO3PY_cjs.isHDWalletCapable; }
610
638
  });
611
639
  Object.defineProperty(exports, "isLightningInvoice", {
612
640
  enumerable: true,
613
- get: function () { return chunk5E6IZNRG_cjs.isLightningInvoice; }
641
+ get: function () { return chunkMJUTO3PY_cjs.isLightningInvoice; }
614
642
  });
615
643
  Object.defineProperty(exports, "isLnurl", {
616
644
  enumerable: true,
617
- get: function () { return chunk5E6IZNRG_cjs.isLnurl; }
645
+ get: function () { return chunkMJUTO3PY_cjs.isLnurl; }
618
646
  });
619
647
  Object.defineProperty(exports, "isMessageBusInitializingError", {
620
648
  enumerable: true,
621
- get: function () { return chunk5E6IZNRG_cjs.isMessageBusInitializingError; }
649
+ get: function () { return chunkMJUTO3PY_cjs.isMessageBusInitializingError; }
622
650
  });
623
651
  Object.defineProperty(exports, "isMessageBusNotInitializedError", {
624
652
  enumerable: true,
625
- get: function () { return chunk5E6IZNRG_cjs.isMessageBusNotInitializedError; }
653
+ get: function () { return chunkMJUTO3PY_cjs.isMessageBusNotInitializedError; }
626
654
  });
627
655
  Object.defineProperty(exports, "isPerArtifactDescriptor", {
628
656
  enumerable: true,
629
- get: function () { return chunk5E6IZNRG_cjs.isPerArtifactDescriptor; }
657
+ get: function () { return chunkMJUTO3PY_cjs.isPerArtifactDescriptor; }
630
658
  });
631
659
  Object.defineProperty(exports, "isSigningIdentity", {
632
660
  enumerable: true,
633
- get: function () { return chunk5E6IZNRG_cjs.isSigningIdentity; }
661
+ get: function () { return chunkMJUTO3PY_cjs.isSigningIdentity; }
634
662
  });
635
663
  Object.defineProperty(exports, "isSubdust", {
636
664
  enumerable: true,
637
- get: function () { return chunk5E6IZNRG_cjs.isSubdust; }
665
+ get: function () { return chunkMJUTO3PY_cjs.isSubdust; }
638
666
  });
639
667
  Object.defineProperty(exports, "isTerminalIntentState", {
640
668
  enumerable: true,
641
- get: function () { return chunk5E6IZNRG_cjs.isTerminalIntentState; }
669
+ get: function () { return chunkMJUTO3PY_cjs.isTerminalIntentState; }
642
670
  });
643
671
  Object.defineProperty(exports, "isValidArkAddress", {
644
672
  enumerable: true,
645
- get: function () { return chunk5E6IZNRG_cjs.isValidArkAddress; }
673
+ get: function () { return chunkMJUTO3PY_cjs.isValidArkAddress; }
646
674
  });
647
675
  Object.defineProperty(exports, "isVtxoExpiringSoon", {
648
676
  enumerable: true,
649
- get: function () { return chunk5E6IZNRG_cjs.isVtxoExpiringSoon; }
677
+ get: function () { return chunkMJUTO3PY_cjs.isVtxoExpiringSoon; }
650
678
  });
651
679
  Object.defineProperty(exports, "logExcludedVtxos", {
652
680
  enumerable: true,
653
- get: function () { return chunk5E6IZNRG_cjs.logExcludedVtxos; }
681
+ get: function () { return chunkMJUTO3PY_cjs.logExcludedVtxos; }
654
682
  });
655
683
  Object.defineProperty(exports, "makeHandle", {
656
684
  enumerable: true,
657
- get: function () { return chunk5E6IZNRG_cjs.makeHandle; }
685
+ get: function () { return chunkMJUTO3PY_cjs.makeHandle; }
658
686
  });
659
687
  Object.defineProperty(exports, "matchServerCheckpoints", {
660
688
  enumerable: true,
661
- get: function () { return chunk5E6IZNRG_cjs.matchServerCheckpoints; }
689
+ get: function () { return chunkMJUTO3PY_cjs.matchServerCheckpoints; }
662
690
  });
663
691
  Object.defineProperty(exports, "migrateWalletRepository", {
664
692
  enumerable: true,
665
- get: function () { return chunk5E6IZNRG_cjs.migrateWalletRepository; }
693
+ get: function () { return chunkMJUTO3PY_cjs.migrateWalletRepository; }
694
+ });
695
+ Object.defineProperty(exports, "notifyExitObserved", {
696
+ enumerable: true,
697
+ get: function () { return chunkMJUTO3PY_cjs.notifyExitObserved; }
666
698
  });
667
699
  Object.defineProperty(exports, "onchainRail", {
668
700
  enumerable: true,
669
- get: function () { return chunk5E6IZNRG_cjs.onchainRail; }
701
+ get: function () { return chunkMJUTO3PY_cjs.onchainRail; }
670
702
  });
671
703
  Object.defineProperty(exports, "openDatabase", {
672
704
  enumerable: true,
673
- get: function () { return chunk5E6IZNRG_cjs.openDatabase; }
705
+ get: function () { return chunkMJUTO3PY_cjs.openDatabase; }
674
706
  });
675
707
  Object.defineProperty(exports, "outpointExclusion", {
676
708
  enumerable: true,
677
- get: function () { return chunk5E6IZNRG_cjs.outpointExclusion; }
709
+ get: function () { return chunkMJUTO3PY_cjs.outpointExclusion; }
678
710
  });
679
711
  Object.defineProperty(exports, "outpointReasons", {
680
712
  enumerable: true,
681
- get: function () { return chunk5E6IZNRG_cjs.outpointReasons; }
713
+ get: function () { return chunkMJUTO3PY_cjs.outpointReasons; }
682
714
  });
683
715
  Object.defineProperty(exports, "promisifyRequest", {
684
716
  enumerable: true,
685
- get: function () { return chunk5E6IZNRG_cjs.promisifyRequest; }
717
+ get: function () { return chunkMJUTO3PY_cjs.promisifyRequest; }
686
718
  });
687
719
  Object.defineProperty(exports, "provisionClaimSecret", {
688
720
  enumerable: true,
689
- get: function () { return chunk5E6IZNRG_cjs.provisionClaimSecret; }
721
+ get: function () { return chunkMJUTO3PY_cjs.provisionClaimSecret; }
690
722
  });
691
723
  Object.defineProperty(exports, "provisionRefundKey", {
692
724
  enumerable: true,
693
- get: function () { return chunk5E6IZNRG_cjs.provisionRefundKey; }
725
+ get: function () { return chunkMJUTO3PY_cjs.provisionRefundKey; }
694
726
  });
695
727
  Object.defineProperty(exports, "requiresMigration", {
696
728
  enumerable: true,
697
- get: function () { return chunk5E6IZNRG_cjs.requiresMigration; }
729
+ get: function () { return chunkMJUTO3PY_cjs.requiresMigration; }
698
730
  });
699
731
  Object.defineProperty(exports, "resolveBatchExpiryPolicy", {
700
732
  enumerable: true,
701
- get: function () { return chunk5E6IZNRG_cjs.resolveBatchExpiryPolicy; }
733
+ get: function () { return chunkMJUTO3PY_cjs.resolveBatchExpiryPolicy; }
702
734
  });
703
735
  Object.defineProperty(exports, "resolveCheckpointExitDelayPolicy", {
704
736
  enumerable: true,
705
- get: function () { return chunk5E6IZNRG_cjs.resolveCheckpointExitDelayPolicy; }
737
+ get: function () { return chunkMJUTO3PY_cjs.resolveCheckpointExitDelayPolicy; }
706
738
  });
707
739
  Object.defineProperty(exports, "resolveDescriptorSigner", {
708
740
  enumerable: true,
709
- get: function () { return chunk5E6IZNRG_cjs.resolveDescriptorSigner; }
741
+ get: function () { return chunkMJUTO3PY_cjs.resolveDescriptorSigner; }
742
+ });
743
+ Object.defineProperty(exports, "resolvePrevTxs", {
744
+ enumerable: true,
745
+ get: function () { return chunkMJUTO3PY_cjs.resolvePrevTxs; }
710
746
  });
711
747
  Object.defineProperty(exports, "resolveSendAmount", {
712
748
  enumerable: true,
713
- get: function () { return chunk5E6IZNRG_cjs.resolveSendAmount; }
749
+ get: function () { return chunkMJUTO3PY_cjs.resolveSendAmount; }
714
750
  });
715
751
  Object.defineProperty(exports, "rollbackMigration", {
716
752
  enumerable: true,
717
- get: function () { return chunk5E6IZNRG_cjs.rollbackMigration; }
753
+ get: function () { return chunkMJUTO3PY_cjs.rollbackMigration; }
718
754
  });
719
755
  Object.defineProperty(exports, "selectCoinsWithAsset", {
720
756
  enumerable: true,
721
- get: function () { return chunk5E6IZNRG_cjs.selectCoinsWithAsset; }
757
+ get: function () { return chunkMJUTO3PY_cjs.selectCoinsWithAsset; }
722
758
  });
723
759
  Object.defineProperty(exports, "selectVirtualCoins", {
724
760
  enumerable: true,
725
- get: function () { return chunk5E6IZNRG_cjs.selectVirtualCoins; }
761
+ get: function () { return chunkMJUTO3PY_cjs.selectVirtualCoins; }
726
762
  });
727
763
  Object.defineProperty(exports, "serializeExitPackage", {
728
764
  enumerable: true,
729
- get: function () { return chunk5E6IZNRG_cjs.serializeExitPackage; }
765
+ get: function () { return chunkMJUTO3PY_cjs.serializeExitPackage; }
730
766
  });
731
767
  Object.defineProperty(exports, "setupServiceWorker", {
732
768
  enumerable: true,
733
- get: function () { return chunk5E6IZNRG_cjs.setupServiceWorker; }
769
+ get: function () { return chunkMJUTO3PY_cjs.setupServiceWorker; }
734
770
  });
735
771
  Object.defineProperty(exports, "signAndSubmitOffchainTx", {
736
772
  enumerable: true,
737
- get: function () { return chunk5E6IZNRG_cjs.signAndSubmitOffchainTx; }
773
+ get: function () { return chunkMJUTO3PY_cjs.signAndSubmitOffchainTx; }
738
774
  });
739
775
  Object.defineProperty(exports, "signerSetFromInfo", {
740
776
  enumerable: true,
741
- get: function () { return chunk5E6IZNRG_cjs.signerSetFromInfo; }
777
+ get: function () { return chunkMJUTO3PY_cjs.signerSetFromInfo; }
742
778
  });
743
779
  Object.defineProperty(exports, "signingDescriptorIndex", {
744
780
  enumerable: true,
745
- get: function () { return chunk5E6IZNRG_cjs.signingDescriptorIndex; }
781
+ get: function () { return chunkMJUTO3PY_cjs.signingDescriptorIndex; }
746
782
  });
747
783
  Object.defineProperty(exports, "strictSigningDescriptorIndex", {
748
784
  enumerable: true,
749
- get: function () { return chunk5E6IZNRG_cjs.strictSigningDescriptorIndex; }
785
+ get: function () { return chunkMJUTO3PY_cjs.strictSigningDescriptorIndex; }
750
786
  });
751
787
  Object.defineProperty(exports, "toXOnlySignerHex", {
752
788
  enumerable: true,
753
- get: function () { return chunk5E6IZNRG_cjs.toXOnlySignerHex; }
789
+ get: function () { return chunkMJUTO3PY_cjs.toXOnlySignerHex; }
754
790
  });
755
791
  Object.defineProperty(exports, "tryResolveSendAmount", {
756
792
  enumerable: true,
757
- get: function () { return chunk5E6IZNRG_cjs.tryResolveSendAmount; }
793
+ get: function () { return chunkMJUTO3PY_cjs.tryResolveSendAmount; }
758
794
  });
759
795
  Object.defineProperty(exports, "validateBatchRecipients", {
760
796
  enumerable: true,
761
- get: function () { return chunk5E6IZNRG_cjs.validateBatchRecipients; }
797
+ get: function () { return chunkMJUTO3PY_cjs.validateBatchRecipients; }
762
798
  });
763
799
  Object.defineProperty(exports, "validateConnectorsTxGraph", {
764
800
  enumerable: true,
765
- get: function () { return chunk5E6IZNRG_cjs.validateConnectorsTxGraph; }
801
+ get: function () { return chunkMJUTO3PY_cjs.validateConnectorsTxGraph; }
766
802
  });
767
803
  Object.defineProperty(exports, "validateVtxoTxGraph", {
768
804
  enumerable: true,
769
- get: function () { return chunk5E6IZNRG_cjs.validateVtxoTxGraph; }
805
+ get: function () { return chunkMJUTO3PY_cjs.validateVtxoTxGraph; }
770
806
  });
771
807
  Object.defineProperty(exports, "verifyTapscriptSignatures", {
772
808
  enumerable: true,
773
- get: function () { return chunk5E6IZNRG_cjs.verifyTapscriptSignatures; }
809
+ get: function () { return chunkMJUTO3PY_cjs.verifyTapscriptSignatures; }
774
810
  });
775
811
  Object.defineProperty(exports, "waitForIncomingFunds", {
776
812
  enumerable: true,
777
- get: function () { return chunk5E6IZNRG_cjs.waitForIncomingFunds; }
813
+ get: function () { return chunkMJUTO3PY_cjs.waitForIncomingFunds; }
814
+ });
815
+ Object.defineProperty(exports, "withPrevTxs", {
816
+ enumerable: true,
817
+ get: function () { return chunkMJUTO3PY_cjs.withPrevTxs; }
778
818
  });
779
819
  Object.defineProperty(exports, "ChainTxType", {
780
820
  enumerable: true,
781
- get: function () { return chunk3S3JZUEN_cjs.ChainTxType; }
821
+ get: function () { return chunkCO3KKSWM_cjs.ChainTxType; }
782
822
  });
783
823
  Object.defineProperty(exports, "DEFAULT_VTXO_PAGE_SIZE", {
784
824
  enumerable: true,
785
- get: function () { return chunk3S3JZUEN_cjs.DEFAULT_VTXO_PAGE_SIZE; }
825
+ get: function () { return chunkCO3KKSWM_cjs.DEFAULT_VTXO_PAGE_SIZE; }
786
826
  });
787
827
  Object.defineProperty(exports, "IndexerTxType", {
788
828
  enumerable: true,
789
- get: function () { return chunk3S3JZUEN_cjs.IndexerTxType; }
829
+ get: function () { return chunkCO3KKSWM_cjs.IndexerTxType; }
790
830
  });
791
831
  Object.defineProperty(exports, "RestIndexerProvider", {
792
832
  enumerable: true,
793
- get: function () { return chunk3S3JZUEN_cjs.RestIndexerProvider; }
833
+ get: function () { return chunkCO3KKSWM_cjs.RestIndexerProvider; }
794
834
  });
795
835
  Object.defineProperty(exports, "asset", {
796
836
  enumerable: true,
797
- get: function () { return chunk3S3JZUEN_cjs.asset_exports; }
837
+ get: function () { return chunkCO3KKSWM_cjs.asset_exports; }
798
838
  });
799
839
  Object.defineProperty(exports, "ArkadeContractHandler", {
800
840
  enumerable: true,
801
- get: function () { return chunkPXPPZF5K_cjs.ArkadeContractHandler; }
841
+ get: function () { return chunkOIZ2V2VD_cjs.ArkadeContractHandler; }
802
842
  });
803
843
  Object.defineProperty(exports, "BoardingContractHandler", {
804
844
  enumerable: true,
805
- get: function () { return chunkPXPPZF5K_cjs.BoardingContractHandler; }
845
+ get: function () { return chunkOIZ2V2VD_cjs.BoardingContractHandler; }
806
846
  });
807
847
  Object.defineProperty(exports, "DefaultContractHandler", {
808
848
  enumerable: true,
809
- get: function () { return chunkPXPPZF5K_cjs.DefaultContractHandler; }
849
+ get: function () { return chunkOIZ2V2VD_cjs.DefaultContractHandler; }
810
850
  });
811
851
  Object.defineProperty(exports, "DefaultVtxo", {
812
852
  enumerable: true,
813
- get: function () { return chunkPXPPZF5K_cjs.DefaultVtxo; }
853
+ get: function () { return chunkOIZ2V2VD_cjs.DefaultVtxo; }
814
854
  });
815
855
  Object.defineProperty(exports, "DelegateContractHandler", {
816
856
  enumerable: true,
817
- get: function () { return chunkPXPPZF5K_cjs.DelegateContractHandler; }
857
+ get: function () { return chunkOIZ2V2VD_cjs.DelegateContractHandler; }
818
858
  });
819
859
  Object.defineProperty(exports, "DelegateVtxo", {
820
860
  enumerable: true,
821
- get: function () { return chunkPXPPZF5K_cjs.DelegateVtxo; }
861
+ get: function () { return chunkOIZ2V2VD_cjs.DelegateVtxo; }
822
862
  });
823
863
  Object.defineProperty(exports, "VHTLC", {
824
864
  enumerable: true,
825
- get: function () { return chunkPXPPZF5K_cjs.VHTLC; }
865
+ get: function () { return chunkOIZ2V2VD_cjs.VHTLC; }
826
866
  });
827
867
  Object.defineProperty(exports, "VHTLCContractHandler", {
828
868
  enumerable: true,
829
- get: function () { return chunkPXPPZF5K_cjs.VHTLCContractHandler; }
869
+ get: function () { return chunkOIZ2V2VD_cjs.VHTLCContractHandler; }
830
870
  });
831
871
  Object.defineProperty(exports, "VHTLCV2ContractHandler", {
832
872
  enumerable: true,
833
- get: function () { return chunkPXPPZF5K_cjs.VHTLCV2ContractHandler; }
873
+ get: function () { return chunkOIZ2V2VD_cjs.VHTLCV2ContractHandler; }
834
874
  });
835
875
  Object.defineProperty(exports, "contractHandlers", {
836
876
  enumerable: true,
837
- get: function () { return chunkPXPPZF5K_cjs.contractHandlers; }
877
+ get: function () { return chunkOIZ2V2VD_cjs.contractHandlers; }
838
878
  });
839
879
  Object.defineProperty(exports, "deriveDescriptorLeafCompressedPubKey", {
840
880
  enumerable: true,
841
- get: function () { return chunkPXPPZF5K_cjs.deriveDescriptorLeafCompressedPubKey; }
881
+ get: function () { return chunkOIZ2V2VD_cjs.deriveDescriptorLeafCompressedPubKey; }
842
882
  });
843
883
  Object.defineProperty(exports, "deriveDescriptorLeafPubKey", {
844
884
  enumerable: true,
845
- get: function () { return chunkPXPPZF5K_cjs.deriveDescriptorLeafPubKey; }
885
+ get: function () { return chunkOIZ2V2VD_cjs.deriveDescriptorLeafPubKey; }
846
886
  });
847
887
  Object.defineProperty(exports, "identityDescriptor", {
848
888
  enumerable: true,
849
- get: function () { return chunkPXPPZF5K_cjs.identityDescriptor; }
889
+ get: function () { return chunkOIZ2V2VD_cjs.identityDescriptor; }
850
890
  });
851
891
  Object.defineProperty(exports, "isCltvSatisfied", {
852
892
  enumerable: true,
853
- get: function () { return chunkPXPPZF5K_cjs.isCltvSatisfied; }
893
+ get: function () { return chunkOIZ2V2VD_cjs.isCltvSatisfied; }
854
894
  });
855
895
  Object.defineProperty(exports, "isCsvSpendable", {
856
896
  enumerable: true,
857
- get: function () { return chunkPXPPZF5K_cjs.isCsvSpendable; }
897
+ get: function () { return chunkOIZ2V2VD_cjs.isCsvSpendable; }
858
898
  });
859
899
  Object.defineProperty(exports, "normalizeToDescriptor", {
860
900
  enumerable: true,
861
- get: function () { return chunkPXPPZF5K_cjs.normalizeToDescriptor; }
901
+ get: function () { return chunkOIZ2V2VD_cjs.normalizeToDescriptor; }
862
902
  });
863
903
  Object.defineProperty(exports, "parseHDDescriptor", {
864
904
  enumerable: true,
865
- get: function () { return chunkPXPPZF5K_cjs.parseHDDescriptor; }
905
+ get: function () { return chunkOIZ2V2VD_cjs.parseHDDescriptor; }
866
906
  });
867
907
  Object.defineProperty(exports, "toXOnly", {
868
908
  enumerable: true,
869
- get: function () { return chunkPXPPZF5K_cjs.toXOnly; }
909
+ get: function () { return chunkOIZ2V2VD_cjs.toXOnly; }
870
910
  });
871
911
  Object.defineProperty(exports, "ArkAddress", {
872
912
  enumerable: true,
873
- get: function () { return chunkZIRFXBKL_cjs.ArkAddress; }
913
+ get: function () { return chunk2JV4VQ7C_cjs.ArkAddress; }
874
914
  });
875
915
  Object.defineProperty(exports, "ArkError", {
876
916
  enumerable: true,
877
- get: function () { return chunkZIRFXBKL_cjs.ArkError; }
917
+ get: function () { return chunk2JV4VQ7C_cjs.ArkError; }
878
918
  });
879
919
  Object.defineProperty(exports, "ArkErrorName", {
880
920
  enumerable: true,
881
- get: function () { return chunkZIRFXBKL_cjs.ArkErrorName; }
921
+ get: function () { return chunk2JV4VQ7C_cjs.ArkErrorName; }
882
922
  });
883
923
  Object.defineProperty(exports, "ArkPsbtFieldKey", {
884
924
  enumerable: true,
885
- get: function () { return chunkZIRFXBKL_cjs.ArkPsbtFieldKey; }
925
+ get: function () { return chunk2JV4VQ7C_cjs.ArkPsbtFieldKey; }
886
926
  });
887
927
  Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
888
928
  enumerable: true,
889
- get: function () { return chunkZIRFXBKL_cjs.ArkPsbtFieldKeyType; }
929
+ get: function () { return chunk2JV4VQ7C_cjs.ArkPsbtFieldKeyType; }
890
930
  });
891
931
  Object.defineProperty(exports, "BITCOIN_EMULATOR_PUBKEY", {
892
932
  enumerable: true,
893
- get: function () { return chunkZIRFXBKL_cjs.BITCOIN_EMULATOR_PUBKEY; }
933
+ get: function () { return chunk2JV4VQ7C_cjs.BITCOIN_EMULATOR_PUBKEY; }
894
934
  });
895
935
  Object.defineProperty(exports, "CLTVMultisigTapscript", {
896
936
  enumerable: true,
897
- get: function () { return chunkZIRFXBKL_cjs.CLTVMultisigTapscript; }
937
+ get: function () { return chunk2JV4VQ7C_cjs.CLTVMultisigTapscript; }
898
938
  });
899
939
  Object.defineProperty(exports, "CSVMultisigTapscript", {
900
940
  enumerable: true,
901
- get: function () { return chunkZIRFXBKL_cjs.CSVMultisigTapscript; }
941
+ get: function () { return chunk2JV4VQ7C_cjs.CSVMultisigTapscript; }
902
942
  });
903
943
  Object.defineProperty(exports, "ConditionCSVMultisigTapscript", {
904
944
  enumerable: true,
905
- get: function () { return chunkZIRFXBKL_cjs.ConditionCSVMultisigTapscript; }
945
+ get: function () { return chunk2JV4VQ7C_cjs.ConditionCSVMultisigTapscript; }
906
946
  });
907
947
  Object.defineProperty(exports, "ConditionMultisigTapscript", {
908
948
  enumerable: true,
909
- get: function () { return chunkZIRFXBKL_cjs.ConditionMultisigTapscript; }
949
+ get: function () { return chunk2JV4VQ7C_cjs.ConditionMultisigTapscript; }
910
950
  });
911
951
  Object.defineProperty(exports, "ConditionWitness", {
912
952
  enumerable: true,
913
- get: function () { return chunkZIRFXBKL_cjs.ConditionWitness; }
953
+ get: function () { return chunk2JV4VQ7C_cjs.ConditionWitness; }
914
954
  });
915
955
  Object.defineProperty(exports, "CosignerPublicKey", {
916
956
  enumerable: true,
917
- get: function () { return chunkZIRFXBKL_cjs.CosignerPublicKey; }
957
+ get: function () { return chunk2JV4VQ7C_cjs.CosignerPublicKey; }
918
958
  });
919
959
  Object.defineProperty(exports, "DigestMismatchError", {
920
960
  enumerable: true,
921
- get: function () { return chunkZIRFXBKL_cjs.DigestMismatchError; }
961
+ get: function () { return chunk2JV4VQ7C_cjs.DigestMismatchError; }
922
962
  });
923
963
  Object.defineProperty(exports, "EventSourceUnavailableError", {
924
964
  enumerable: true,
925
- get: function () { return chunkZIRFXBKL_cjs.EventSourceUnavailableError; }
965
+ get: function () { return chunk2JV4VQ7C_cjs.EventSourceUnavailableError; }
926
966
  });
927
967
  Object.defineProperty(exports, "FetchError", {
928
968
  enumerable: true,
929
- get: function () { return chunkZIRFXBKL_cjs.FetchError; }
969
+ get: function () { return chunk2JV4VQ7C_cjs.FetchError; }
930
970
  });
931
971
  Object.defineProperty(exports, "Intent", {
932
972
  enumerable: true,
933
- get: function () { return chunkZIRFXBKL_cjs.Intent; }
973
+ get: function () { return chunk2JV4VQ7C_cjs.Intent; }
934
974
  });
935
975
  Object.defineProperty(exports, "MUTINYNET_EMULATOR_PUBKEY", {
936
976
  enumerable: true,
937
- get: function () { return chunkZIRFXBKL_cjs.MUTINYNET_EMULATOR_PUBKEY; }
977
+ get: function () { return chunk2JV4VQ7C_cjs.MUTINYNET_EMULATOR_PUBKEY; }
938
978
  });
939
979
  Object.defineProperty(exports, "MultisigTapscript", {
940
980
  enumerable: true,
941
- get: function () { return chunkZIRFXBKL_cjs.MultisigTapscript; }
981
+ get: function () { return chunk2JV4VQ7C_cjs.MultisigTapscript; }
942
982
  });
943
983
  Object.defineProperty(exports, "PrevArkTxField", {
944
984
  enumerable: true,
945
- get: function () { return chunkZIRFXBKL_cjs.PrevArkTxField; }
985
+ get: function () { return chunk2JV4VQ7C_cjs.PrevArkTxField; }
946
986
  });
947
987
  Object.defineProperty(exports, "PrevoutTxField", {
948
988
  enumerable: true,
949
- get: function () { return chunkZIRFXBKL_cjs.PrevoutTxField; }
989
+ get: function () { return chunk2JV4VQ7C_cjs.PrevoutTxField; }
950
990
  });
951
991
  Object.defineProperty(exports, "ProviderUnavailableError", {
952
992
  enumerable: true,
953
- get: function () { return chunkZIRFXBKL_cjs.ProviderUnavailableError; }
993
+ get: function () { return chunk2JV4VQ7C_cjs.ProviderUnavailableError; }
954
994
  });
955
995
  Object.defineProperty(exports, "REGTEST_EMULATOR_PUBKEY", {
956
996
  enumerable: true,
957
- get: function () { return chunkZIRFXBKL_cjs.REGTEST_EMULATOR_PUBKEY; }
997
+ get: function () { return chunk2JV4VQ7C_cjs.REGTEST_EMULATOR_PUBKEY; }
958
998
  });
959
999
  Object.defineProperty(exports, "RestArkProvider", {
960
1000
  enumerable: true,
961
- get: function () { return chunkZIRFXBKL_cjs.RestArkProvider; }
1001
+ get: function () { return chunk2JV4VQ7C_cjs.RestArkProvider; }
962
1002
  });
963
1003
  Object.defineProperty(exports, "ServerResponseMismatchError", {
964
1004
  enumerable: true,
965
- get: function () { return chunkZIRFXBKL_cjs.ServerResponseMismatchError; }
1005
+ get: function () { return chunk2JV4VQ7C_cjs.ServerResponseMismatchError; }
966
1006
  });
967
1007
  Object.defineProperty(exports, "SettlementEventType", {
968
1008
  enumerable: true,
969
- get: function () { return chunkZIRFXBKL_cjs.SettlementEventType; }
1009
+ get: function () { return chunk2JV4VQ7C_cjs.SettlementEventType; }
970
1010
  });
971
1011
  Object.defineProperty(exports, "TapTreeCoder", {
972
1012
  enumerable: true,
973
- get: function () { return chunkZIRFXBKL_cjs.TapTreeCoder; }
1013
+ get: function () { return chunk2JV4VQ7C_cjs.TapTreeCoder; }
974
1014
  });
975
1015
  Object.defineProperty(exports, "Transaction", {
976
1016
  enumerable: true,
977
- get: function () { return chunkZIRFXBKL_cjs.Transaction; }
1017
+ get: function () { return chunk2JV4VQ7C_cjs.Transaction; }
978
1018
  });
979
1019
  Object.defineProperty(exports, "VtxoScript", {
980
1020
  enumerable: true,
981
- get: function () { return chunkZIRFXBKL_cjs.VtxoScript; }
1021
+ get: function () { return chunk2JV4VQ7C_cjs.VtxoScript; }
982
1022
  });
983
1023
  Object.defineProperty(exports, "VtxoTaprootTree", {
984
1024
  enumerable: true,
985
- get: function () { return chunkZIRFXBKL_cjs.VtxoTaprootTree; }
1025
+ get: function () { return chunk2JV4VQ7C_cjs.VtxoTaprootTree; }
986
1026
  });
987
1027
  Object.defineProperty(exports, "VtxoTreeExpiry", {
988
1028
  enumerable: true,
989
- get: function () { return chunkZIRFXBKL_cjs.VtxoTreeExpiry; }
1029
+ get: function () { return chunk2JV4VQ7C_cjs.VtxoTreeExpiry; }
990
1030
  });
991
1031
  Object.defineProperty(exports, "assembleBtcdTaprootTree", {
992
1032
  enumerable: true,
993
- get: function () { return chunkZIRFXBKL_cjs.assembleBtcdTaprootTree; }
1033
+ get: function () { return chunk2JV4VQ7C_cjs.assembleBtcdTaprootTree; }
994
1034
  });
995
1035
  Object.defineProperty(exports, "buildVersion", {
996
1036
  enumerable: true,
997
- get: function () { return chunkZIRFXBKL_cjs.buildVersion; }
1037
+ get: function () { return chunk2JV4VQ7C_cjs.buildVersion; }
998
1038
  });
999
1039
  Object.defineProperty(exports, "canRecoverOnchain", {
1000
1040
  enumerable: true,
1001
- get: function () { return chunkZIRFXBKL_cjs.canRecoverOnchain; }
1041
+ get: function () { return chunk2JV4VQ7C_cjs.canRecoverOnchain; }
1002
1042
  });
1003
1043
  Object.defineProperty(exports, "canSpendOffchain", {
1004
1044
  enumerable: true,
1005
- get: function () { return chunkZIRFXBKL_cjs.canSpendOffchain; }
1045
+ get: function () { return chunk2JV4VQ7C_cjs.canSpendOffchain; }
1046
+ });
1047
+ Object.defineProperty(exports, "canSweepOnchain", {
1048
+ enumerable: true,
1049
+ get: function () { return chunk2JV4VQ7C_cjs.canSweepOnchain; }
1006
1050
  });
1007
1051
  Object.defineProperty(exports, "configureEventSource", {
1008
1052
  enumerable: true,
1009
- get: function () { return chunkZIRFXBKL_cjs.configureEventSource; }
1053
+ get: function () { return chunk2JV4VQ7C_cjs.configureEventSource; }
1010
1054
  });
1011
1055
  Object.defineProperty(exports, "decodeTapscript", {
1012
1056
  enumerable: true,
1013
- get: function () { return chunkZIRFXBKL_cjs.decodeTapscript; }
1057
+ get: function () { return chunk2JV4VQ7C_cjs.decodeTapscript; }
1014
1058
  });
1015
1059
  Object.defineProperty(exports, "defaultEmulatorPubkey", {
1016
1060
  enumerable: true,
1017
- get: function () { return chunkZIRFXBKL_cjs.defaultEmulatorPubkey; }
1061
+ get: function () { return chunk2JV4VQ7C_cjs.defaultEmulatorPubkey; }
1018
1062
  });
1019
1063
  Object.defineProperty(exports, "getArkPsbtFields", {
1020
1064
  enumerable: true,
1021
- get: function () { return chunkZIRFXBKL_cjs.getArkPsbtFields; }
1065
+ get: function () { return chunk2JV4VQ7C_cjs.getArkPsbtFields; }
1022
1066
  });
1023
1067
  Object.defineProperty(exports, "getConfiguredEventSource", {
1024
1068
  enumerable: true,
1025
- get: function () { return chunkZIRFXBKL_cjs.getConfiguredEventSource; }
1069
+ get: function () { return chunk2JV4VQ7C_cjs.getConfiguredEventSource; }
1026
1070
  });
1027
1071
  Object.defineProperty(exports, "getNetwork", {
1028
1072
  enumerable: true,
1029
- get: function () { return chunkZIRFXBKL_cjs.getNetwork; }
1073
+ get: function () { return chunk2JV4VQ7C_cjs.getNetwork; }
1030
1074
  });
1031
1075
  Object.defineProperty(exports, "getSequence", {
1032
1076
  enumerable: true,
1033
- get: function () { return chunkZIRFXBKL_cjs.getSequence; }
1077
+ get: function () { return chunk2JV4VQ7C_cjs.getSequence; }
1034
1078
  });
1035
1079
  Object.defineProperty(exports, "hasTerminalSpend", {
1036
1080
  enumerable: true,
1037
- get: function () { return chunkZIRFXBKL_cjs.hasTerminalSpend; }
1081
+ get: function () { return chunk2JV4VQ7C_cjs.hasTerminalSpend; }
1038
1082
  });
1039
1083
  Object.defineProperty(exports, "isArkError", {
1040
1084
  enumerable: true,
1041
- get: function () { return chunkZIRFXBKL_cjs.isArkError; }
1085
+ get: function () { return chunk2JV4VQ7C_cjs.isArkError; }
1042
1086
  });
1043
1087
  Object.defineProperty(exports, "isEventSourceUnavailableError", {
1044
1088
  enumerable: true,
1045
- get: function () { return chunkZIRFXBKL_cjs.isEventSourceUnavailableError; }
1089
+ get: function () { return chunk2JV4VQ7C_cjs.isEventSourceUnavailableError; }
1046
1090
  });
1047
1091
  Object.defineProperty(exports, "isExpired", {
1048
1092
  enumerable: true,
1049
- get: function () { return chunkZIRFXBKL_cjs.isExpired; }
1093
+ get: function () { return chunk2JV4VQ7C_cjs.isExpired; }
1050
1094
  });
1051
1095
  Object.defineProperty(exports, "isPastExpiry", {
1052
1096
  enumerable: true,
1053
- get: function () { return chunkZIRFXBKL_cjs.isPastExpiry; }
1097
+ get: function () { return chunk2JV4VQ7C_cjs.isPastExpiry; }
1054
1098
  });
1055
1099
  Object.defineProperty(exports, "isRecoverable", {
1056
1100
  enumerable: true,
1057
- get: function () { return chunkZIRFXBKL_cjs.isRecoverable; }
1101
+ get: function () { return chunk2JV4VQ7C_cjs.isRecoverable; }
1058
1102
  });
1059
1103
  Object.defineProperty(exports, "isRetryableProviderError", {
1060
1104
  enumerable: true,
1061
- get: function () { return chunkZIRFXBKL_cjs.isRetryableProviderError; }
1105
+ get: function () { return chunk2JV4VQ7C_cjs.isRetryableProviderError; }
1062
1106
  });
1063
1107
  Object.defineProperty(exports, "isSpendable", {
1064
1108
  enumerable: true,
1065
- get: function () { return chunkZIRFXBKL_cjs.isSpendable; }
1109
+ get: function () { return chunk2JV4VQ7C_cjs.isSpendable; }
1066
1110
  });
1067
1111
  Object.defineProperty(exports, "isVirtualCoin", {
1068
1112
  enumerable: true,
1069
- get: function () { return chunkZIRFXBKL_cjs.isVirtualCoin; }
1113
+ get: function () { return chunk2JV4VQ7C_cjs.isVirtualCoin; }
1070
1114
  });
1071
1115
  Object.defineProperty(exports, "maybeArkError", {
1072
1116
  enumerable: true,
1073
- get: function () { return chunkZIRFXBKL_cjs.maybeArkError; }
1117
+ get: function () { return chunk2JV4VQ7C_cjs.maybeArkError; }
1074
1118
  });
1075
1119
  Object.defineProperty(exports, "networks", {
1076
1120
  enumerable: true,
1077
- get: function () { return chunkZIRFXBKL_cjs.networks; }
1121
+ get: function () { return chunk2JV4VQ7C_cjs.networks; }
1078
1122
  });
1079
1123
  Object.defineProperty(exports, "resolveEmulatorPubkey", {
1080
1124
  enumerable: true,
1081
- get: function () { return chunkZIRFXBKL_cjs.resolveEmulatorPubkey; }
1125
+ get: function () { return chunk2JV4VQ7C_cjs.resolveEmulatorPubkey; }
1082
1126
  });
1083
1127
  Object.defineProperty(exports, "resolveEventSource", {
1084
1128
  enumerable: true,
1085
- get: function () { return chunkZIRFXBKL_cjs.resolveEventSource; }
1129
+ get: function () { return chunk2JV4VQ7C_cjs.resolveEventSource; }
1086
1130
  });
1087
1131
  Object.defineProperty(exports, "scriptFromTapLeafScript", {
1088
1132
  enumerable: true,
1089
- get: function () { return chunkZIRFXBKL_cjs.scriptFromTapLeafScript; }
1133
+ get: function () { return chunk2JV4VQ7C_cjs.scriptFromTapLeafScript; }
1090
1134
  });
1091
1135
  Object.defineProperty(exports, "sdkVersion", {
1092
1136
  enumerable: true,
1093
- get: function () { return chunkZIRFXBKL_cjs.sdkVersion; }
1137
+ get: function () { return chunk2JV4VQ7C_cjs.sdkVersion; }
1094
1138
  });
1095
1139
  Object.defineProperty(exports, "sequenceToTimelock", {
1096
1140
  enumerable: true,
1097
- get: function () { return chunkZIRFXBKL_cjs.sequenceToTimelock; }
1141
+ get: function () { return chunk2JV4VQ7C_cjs.sequenceToTimelock; }
1098
1142
  });
1099
1143
  Object.defineProperty(exports, "setArkPsbtField", {
1100
1144
  enumerable: true,
1101
- get: function () { return chunkZIRFXBKL_cjs.setArkPsbtField; }
1145
+ get: function () { return chunk2JV4VQ7C_cjs.setArkPsbtField; }
1102
1146
  });
1103
1147
  Object.defineProperty(exports, "timelockToSequence", {
1104
1148
  enumerable: true,
1105
- get: function () { return chunkZIRFXBKL_cjs.timelockToSequence; }
1149
+ get: function () { return chunk2JV4VQ7C_cjs.timelockToSequence; }
1106
1150
  });
1107
1151
  //# sourceMappingURL=index.cjs.map
1108
1152
  //# sourceMappingURL=index.cjs.map