@arkade-os/sdk 0.4.67 → 0.4.69

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