@arkade-os/sdk 0.4.60 → 0.4.62

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