@arkade-os/sdk 0.4.47 → 0.4.48-rc.0

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 (51) hide show
  1. package/dist/adapters/expo.cjs +4 -4
  2. package/dist/adapters/expo.js +2 -2
  3. package/dist/adapters/indexedDB.cjs +3 -3
  4. package/dist/adapters/indexedDB.js +2 -2
  5. package/dist/{asyncStorageTaskQueue-Dowyo59a.d.cts → asyncStorageTaskQueue-CwknfM_j.d.cts} +2 -2
  6. package/dist/{asyncStorageTaskQueue-Z3aFoXCl.d.ts → asyncStorageTaskQueue-D2Zl7yAB.d.ts} +2 -2
  7. package/dist/{chunk-JAYOXOLT.cjs → chunk-3HUZAIKI.cjs} +11 -11
  8. package/dist/{chunk-JAYOXOLT.cjs.map → chunk-3HUZAIKI.cjs.map} +1 -1
  9. package/dist/{chunk-3N5I6GT6.js → chunk-4AIHKC65.js} +3 -3
  10. package/dist/{chunk-3N5I6GT6.js.map → chunk-4AIHKC65.js.map} +1 -1
  11. package/dist/{chunk-HHV5FPC6.cjs → chunk-CFQO5MCM.cjs} +3 -3
  12. package/dist/chunk-CFQO5MCM.cjs.map +1 -0
  13. package/dist/{chunk-VE67GMGM.cjs → chunk-EA3IWZ4W.cjs} +7 -7
  14. package/dist/{chunk-VE67GMGM.cjs.map → chunk-EA3IWZ4W.cjs.map} +1 -1
  15. package/dist/{chunk-CDDWXBEM.js → chunk-GM6JRQP5.js} +3 -3
  16. package/dist/chunk-GM6JRQP5.js.map +1 -0
  17. package/dist/{chunk-WTTLIFS7.cjs → chunk-RJMFTTRJ.cjs} +486 -108
  18. package/dist/chunk-RJMFTTRJ.cjs.map +1 -0
  19. package/dist/{chunk-OCS5S3L3.js → chunk-SV4PCGKM.js} +383 -7
  20. package/dist/chunk-SV4PCGKM.js.map +1 -0
  21. package/dist/{chunk-AJQ4AOT3.js → chunk-ZRY2KSK5.js} +3 -3
  22. package/dist/{chunk-AJQ4AOT3.js.map → chunk-ZRY2KSK5.js.map} +1 -1
  23. package/dist/index.cjs +154 -146
  24. package/dist/index.d.cts +39 -6
  25. package/dist/index.d.ts +39 -6
  26. package/dist/index.js +2 -2
  27. package/dist/repositories/realm/index.cjs +17 -17
  28. package/dist/repositories/realm/index.js +3 -3
  29. package/dist/repositories/sqlite/index.cjs +16 -16
  30. package/dist/repositories/sqlite/index.js +3 -3
  31. package/dist/{taskRunner-Dz-TI4Rb.d.ts → taskRunner-Df8YQpn1.d.ts} +1 -1
  32. package/dist/{taskRunner-Dz47k0lp.d.cts → taskRunner-RYihSj9E.d.cts} +1 -1
  33. package/dist/wallet/expo/background.cjs +12 -12
  34. package/dist/wallet/expo/background.d.cts +2 -2
  35. package/dist/wallet/expo/background.d.ts +2 -2
  36. package/dist/wallet/expo/background.js +4 -4
  37. package/dist/wallet/expo/index.cjs +12 -12
  38. package/dist/wallet/expo/index.d.cts +2 -2
  39. package/dist/wallet/expo/index.d.ts +2 -2
  40. package/dist/wallet/expo/index.js +3 -3
  41. package/dist/{wallet-Oxz_wLxo.d.cts → wallet-B6s7_5bJ.d.cts} +124 -1
  42. package/dist/{wallet-x7egmXq6.d.ts → wallet-C61huH8i.d.ts} +124 -1
  43. package/dist/worker/expo/index.cjs +7 -7
  44. package/dist/worker/expo/index.d.cts +3 -3
  45. package/dist/worker/expo/index.d.ts +3 -3
  46. package/dist/worker/expo/index.js +3 -3
  47. package/package.json +1 -1
  48. package/dist/chunk-CDDWXBEM.js.map +0 -1
  49. package/dist/chunk-HHV5FPC6.cjs.map +0 -1
  50. package/dist/chunk-OCS5S3L3.js.map +0 -1
  51. package/dist/chunk-WTTLIFS7.cjs.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkWTTLIFS7_cjs = require('./chunk-WTTLIFS7.cjs');
4
- var chunkHHV5FPC6_cjs = require('./chunk-HHV5FPC6.cjs');
3
+ var chunkRJMFTTRJ_cjs = require('./chunk-RJMFTTRJ.cjs');
4
+ var chunkCFQO5MCM_cjs = require('./chunk-CFQO5MCM.cjs');
5
5
  var chunkRQSA7ADZ_cjs = require('./chunk-RQSA7ADZ.cjs');
6
6
  var chunkL5ND2FJJ_cjs = require('./chunk-L5ND2FJJ.cjs');
7
7
  require('./chunk-5BLDMQED.cjs');
@@ -10,579 +10,587 @@ require('./chunk-5BLDMQED.cjs');
10
10
 
11
11
  Object.defineProperty(exports, "ARKADE_MAGIC", {
12
12
  enumerable: true,
13
- get: function () { return chunkWTTLIFS7_cjs.ARKADE_MAGIC; }
13
+ get: function () { return chunkRJMFTTRJ_cjs.ARKADE_MAGIC; }
14
14
  });
15
15
  Object.defineProperty(exports, "ActivityRegistry", {
16
16
  enumerable: true,
17
- get: function () { return chunkWTTLIFS7_cjs.ActivityRegistry; }
17
+ get: function () { return chunkRJMFTTRJ_cjs.ActivityRegistry; }
18
+ });
19
+ Object.defineProperty(exports, "ArkCash", {
20
+ enumerable: true,
21
+ get: function () { return chunkRJMFTTRJ_cjs.ArkCash; }
22
+ });
23
+ Object.defineProperty(exports, "ArkCashCreateError", {
24
+ enumerable: true,
25
+ get: function () { return chunkRJMFTTRJ_cjs.ArkCashCreateError; }
18
26
  });
19
27
  Object.defineProperty(exports, "ArkNote", {
20
28
  enumerable: true,
21
- get: function () { return chunkWTTLIFS7_cjs.ArkNote; }
29
+ get: function () { return chunkRJMFTTRJ_cjs.ArkNote; }
22
30
  });
23
31
  Object.defineProperty(exports, "AssetManager", {
24
32
  enumerable: true,
25
- get: function () { return chunkWTTLIFS7_cjs.AssetManager; }
33
+ get: function () { return chunkRJMFTTRJ_cjs.AssetManager; }
26
34
  });
27
35
  Object.defineProperty(exports, "BIP322", {
28
36
  enumerable: true,
29
- get: function () { return chunkWTTLIFS7_cjs.BIP322; }
37
+ get: function () { return chunkRJMFTTRJ_cjs.BIP322; }
30
38
  });
31
39
  Object.defineProperty(exports, "Batch", {
32
40
  enumerable: true,
33
- get: function () { return chunkWTTLIFS7_cjs.Batch; }
41
+ get: function () { return chunkRJMFTTRJ_cjs.Batch; }
34
42
  });
35
43
  Object.defineProperty(exports, "ChainedTxType", {
36
44
  enumerable: true,
37
- get: function () { return chunkWTTLIFS7_cjs.ChainedTxType; }
45
+ get: function () { return chunkRJMFTTRJ_cjs.ChainedTxType; }
38
46
  });
39
47
  Object.defineProperty(exports, "ContractManager", {
40
48
  enumerable: true,
41
- get: function () { return chunkWTTLIFS7_cjs.ContractManager; }
49
+ get: function () { return chunkRJMFTTRJ_cjs.ContractManager; }
42
50
  });
43
51
  Object.defineProperty(exports, "ContractRepositoryImpl", {
44
52
  enumerable: true,
45
- get: function () { return chunkWTTLIFS7_cjs.ContractRepositoryImpl; }
53
+ get: function () { return chunkRJMFTTRJ_cjs.ContractRepositoryImpl; }
46
54
  });
47
55
  Object.defineProperty(exports, "ContractWatcher", {
48
56
  enumerable: true,
49
- get: function () { return chunkWTTLIFS7_cjs.ContractWatcher; }
57
+ get: function () { return chunkRJMFTTRJ_cjs.ContractWatcher; }
50
58
  });
51
59
  Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
52
60
  enumerable: true,
53
- get: function () { return chunkWTTLIFS7_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
61
+ get: function () { return chunkRJMFTTRJ_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
54
62
  });
55
63
  Object.defineProperty(exports, "DelegateManagerImpl", {
56
64
  enumerable: true,
57
- get: function () { return chunkWTTLIFS7_cjs.DelegateManagerImpl; }
65
+ get: function () { return chunkRJMFTTRJ_cjs.DelegateManagerImpl; }
58
66
  });
59
67
  Object.defineProperty(exports, "DelegateNotConfiguredError", {
60
68
  enumerable: true,
61
- get: function () { return chunkWTTLIFS7_cjs.DelegateNotConfiguredError; }
69
+ get: function () { return chunkRJMFTTRJ_cjs.DelegateNotConfiguredError; }
62
70
  });
63
71
  Object.defineProperty(exports, "DelegatorManagerImpl", {
64
72
  enumerable: true,
65
- get: function () { return chunkWTTLIFS7_cjs.DelegatorManagerImpl; }
73
+ get: function () { return chunkRJMFTTRJ_cjs.DelegatorManagerImpl; }
66
74
  });
67
75
  Object.defineProperty(exports, "DelegatorNotConfiguredError", {
68
76
  enumerable: true,
69
- get: function () { return chunkWTTLIFS7_cjs.DelegatorNotConfiguredError; }
77
+ get: function () { return chunkRJMFTTRJ_cjs.DelegatorNotConfiguredError; }
70
78
  });
71
79
  Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
72
80
  enumerable: true,
73
- get: function () { return chunkWTTLIFS7_cjs.DescriptorSigningProviderMissingError; }
81
+ get: function () { return chunkRJMFTTRJ_cjs.DescriptorSigningProviderMissingError; }
74
82
  });
75
83
  Object.defineProperty(exports, "DustChangeError", {
76
84
  enumerable: true,
77
- get: function () { return chunkWTTLIFS7_cjs.DustChangeError; }
85
+ get: function () { return chunkRJMFTTRJ_cjs.DustChangeError; }
78
86
  });
79
87
  Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
80
88
  enumerable: true,
81
- get: function () { return chunkWTTLIFS7_cjs.ELECTRUM_TCP_HOST; }
89
+ get: function () { return chunkRJMFTTRJ_cjs.ELECTRUM_TCP_HOST; }
82
90
  });
83
91
  Object.defineProperty(exports, "ELECTRUM_WS_URL", {
84
92
  enumerable: true,
85
- get: function () { return chunkWTTLIFS7_cjs.ELECTRUM_WS_URL; }
93
+ get: function () { return chunkRJMFTTRJ_cjs.ELECTRUM_WS_URL; }
86
94
  });
87
95
  Object.defineProperty(exports, "ESPLORA_URL", {
88
96
  enumerable: true,
89
- get: function () { return chunkWTTLIFS7_cjs.ESPLORA_URL; }
97
+ get: function () { return chunkRJMFTTRJ_cjs.ESPLORA_URL; }
90
98
  });
91
99
  Object.defineProperty(exports, "ElectrumOnchainProvider", {
92
100
  enumerable: true,
93
- get: function () { return chunkWTTLIFS7_cjs.ElectrumOnchainProvider; }
101
+ get: function () { return chunkRJMFTTRJ_cjs.ElectrumOnchainProvider; }
94
102
  });
95
103
  Object.defineProperty(exports, "EmulatorPacket", {
96
104
  enumerable: true,
97
- get: function () { return chunkWTTLIFS7_cjs.EmulatorPacket; }
105
+ get: function () { return chunkRJMFTTRJ_cjs.EmulatorPacket; }
98
106
  });
99
107
  Object.defineProperty(exports, "EsploraProvider", {
100
108
  enumerable: true,
101
- get: function () { return chunkWTTLIFS7_cjs.EsploraProvider; }
109
+ get: function () { return chunkRJMFTTRJ_cjs.EsploraProvider; }
102
110
  });
103
111
  Object.defineProperty(exports, "Estimator", {
104
112
  enumerable: true,
105
- get: function () { return chunkWTTLIFS7_cjs.Estimator; }
113
+ get: function () { return chunkRJMFTTRJ_cjs.Estimator; }
106
114
  });
107
115
  Object.defineProperty(exports, "Extension", {
108
116
  enumerable: true,
109
- get: function () { return chunkWTTLIFS7_cjs.Extension; }
117
+ get: function () { return chunkRJMFTTRJ_cjs.Extension; }
110
118
  });
111
119
  Object.defineProperty(exports, "ExtensionNotFoundError", {
112
120
  enumerable: true,
113
- get: function () { return chunkWTTLIFS7_cjs.ExtensionNotFoundError; }
121
+ get: function () { return chunkRJMFTTRJ_cjs.ExtensionNotFoundError; }
114
122
  });
115
123
  Object.defineProperty(exports, "HDDescriptorProvider", {
116
124
  enumerable: true,
117
- get: function () { return chunkWTTLIFS7_cjs.HDDescriptorProvider; }
125
+ get: function () { return chunkRJMFTTRJ_cjs.HDDescriptorProvider; }
118
126
  });
119
127
  Object.defineProperty(exports, "INTENT_TERMINAL_STATES", {
120
128
  enumerable: true,
121
- get: function () { return chunkWTTLIFS7_cjs.INTENT_TERMINAL_STATES; }
129
+ get: function () { return chunkRJMFTTRJ_cjs.INTENT_TERMINAL_STATES; }
122
130
  });
123
131
  Object.defineProperty(exports, "InMemoryContractRepository", {
124
132
  enumerable: true,
125
- get: function () { return chunkWTTLIFS7_cjs.InMemoryContractRepository; }
133
+ get: function () { return chunkRJMFTTRJ_cjs.InMemoryContractRepository; }
126
134
  });
127
135
  Object.defineProperty(exports, "InMemoryIntentRepository", {
128
136
  enumerable: true,
129
- get: function () { return chunkWTTLIFS7_cjs.InMemoryIntentRepository; }
137
+ get: function () { return chunkRJMFTTRJ_cjs.InMemoryIntentRepository; }
130
138
  });
131
139
  Object.defineProperty(exports, "InMemoryVirtualTxRepository", {
132
140
  enumerable: true,
133
- get: function () { return chunkWTTLIFS7_cjs.InMemoryVirtualTxRepository; }
141
+ get: function () { return chunkRJMFTTRJ_cjs.InMemoryVirtualTxRepository; }
134
142
  });
135
143
  Object.defineProperty(exports, "InMemoryWalletRepository", {
136
144
  enumerable: true,
137
- get: function () { return chunkWTTLIFS7_cjs.InMemoryWalletRepository; }
145
+ get: function () { return chunkRJMFTTRJ_cjs.InMemoryWalletRepository; }
138
146
  });
139
147
  Object.defineProperty(exports, "IndexedDBContractRepository", {
140
148
  enumerable: true,
141
- get: function () { return chunkWTTLIFS7_cjs.IndexedDBContractRepository; }
149
+ get: function () { return chunkRJMFTTRJ_cjs.IndexedDBContractRepository; }
142
150
  });
143
151
  Object.defineProperty(exports, "IndexedDBIntentRepository", {
144
152
  enumerable: true,
145
- get: function () { return chunkWTTLIFS7_cjs.IndexedDBIntentRepository; }
153
+ get: function () { return chunkRJMFTTRJ_cjs.IndexedDBIntentRepository; }
146
154
  });
147
155
  Object.defineProperty(exports, "IndexedDBVirtualTxRepository", {
148
156
  enumerable: true,
149
- get: function () { return chunkWTTLIFS7_cjs.IndexedDBVirtualTxRepository; }
157
+ get: function () { return chunkRJMFTTRJ_cjs.IndexedDBVirtualTxRepository; }
150
158
  });
151
159
  Object.defineProperty(exports, "IndexedDBWalletRepository", {
152
160
  enumerable: true,
153
- get: function () { return chunkWTTLIFS7_cjs.IndexedDBWalletRepository; }
161
+ get: function () { return chunkRJMFTTRJ_cjs.IndexedDBWalletRepository; }
154
162
  });
155
163
  Object.defineProperty(exports, "MESSAGE_BUS_INITIALIZING", {
156
164
  enumerable: true,
157
- get: function () { return chunkWTTLIFS7_cjs.MESSAGE_BUS_INITIALIZING; }
165
+ get: function () { return chunkRJMFTTRJ_cjs.MESSAGE_BUS_INITIALIZING; }
158
166
  });
159
167
  Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
160
168
  enumerable: true,
161
- get: function () { return chunkWTTLIFS7_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
169
+ get: function () { return chunkRJMFTTRJ_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
162
170
  });
163
171
  Object.defineProperty(exports, "MIGRATION_KEY", {
164
172
  enumerable: true,
165
- get: function () { return chunkWTTLIFS7_cjs.MIGRATION_KEY; }
173
+ get: function () { return chunkRJMFTTRJ_cjs.MIGRATION_KEY; }
166
174
  });
167
175
  Object.defineProperty(exports, "MessageBus", {
168
176
  enumerable: true,
169
- get: function () { return chunkWTTLIFS7_cjs.MessageBus; }
177
+ get: function () { return chunkRJMFTTRJ_cjs.MessageBus; }
170
178
  });
171
179
  Object.defineProperty(exports, "MessageBusInitializingError", {
172
180
  enumerable: true,
173
- get: function () { return chunkWTTLIFS7_cjs.MessageBusInitializingError; }
181
+ get: function () { return chunkRJMFTTRJ_cjs.MessageBusInitializingError; }
174
182
  });
175
183
  Object.defineProperty(exports, "MessageBusNotInitializedError", {
176
184
  enumerable: true,
177
- get: function () { return chunkWTTLIFS7_cjs.MessageBusNotInitializedError; }
185
+ get: function () { return chunkRJMFTTRJ_cjs.MessageBusNotInitializedError; }
178
186
  });
179
187
  Object.defineProperty(exports, "MissingSigningDescriptorError", {
180
188
  enumerable: true,
181
- get: function () { return chunkWTTLIFS7_cjs.MissingSigningDescriptorError; }
189
+ get: function () { return chunkRJMFTTRJ_cjs.MissingSigningDescriptorError; }
182
190
  });
183
191
  Object.defineProperty(exports, "MnemonicIdentity", {
184
192
  enumerable: true,
185
- get: function () { return chunkWTTLIFS7_cjs.MnemonicIdentity; }
193
+ get: function () { return chunkRJMFTTRJ_cjs.MnemonicIdentity; }
186
194
  });
187
195
  Object.defineProperty(exports, "OnchainWallet", {
188
196
  enumerable: true,
189
- get: function () { return chunkWTTLIFS7_cjs.OnchainWallet; }
197
+ get: function () { return chunkRJMFTTRJ_cjs.OnchainWallet; }
190
198
  });
191
199
  Object.defineProperty(exports, "P2A", {
192
200
  enumerable: true,
193
- get: function () { return chunkWTTLIFS7_cjs.P2A; }
201
+ get: function () { return chunkRJMFTTRJ_cjs.P2A; }
194
202
  });
195
203
  Object.defineProperty(exports, "Ramps", {
196
204
  enumerable: true,
197
- get: function () { return chunkWTTLIFS7_cjs.Ramps; }
205
+ get: function () { return chunkRJMFTTRJ_cjs.Ramps; }
198
206
  });
199
207
  Object.defineProperty(exports, "ReadonlyAssetManager", {
200
208
  enumerable: true,
201
- get: function () { return chunkWTTLIFS7_cjs.ReadonlyAssetManager; }
209
+ get: function () { return chunkRJMFTTRJ_cjs.ReadonlyAssetManager; }
202
210
  });
203
211
  Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
204
212
  enumerable: true,
205
- get: function () { return chunkWTTLIFS7_cjs.ReadonlyDescriptorIdentity; }
213
+ get: function () { return chunkRJMFTTRJ_cjs.ReadonlyDescriptorIdentity; }
206
214
  });
207
215
  Object.defineProperty(exports, "ReadonlySingleKey", {
208
216
  enumerable: true,
209
- get: function () { return chunkWTTLIFS7_cjs.ReadonlySingleKey; }
217
+ get: function () { return chunkRJMFTTRJ_cjs.ReadonlySingleKey; }
210
218
  });
211
219
  Object.defineProperty(exports, "ReadonlyWallet", {
212
220
  enumerable: true,
213
- get: function () { return chunkWTTLIFS7_cjs.ReadonlyWallet; }
221
+ get: function () { return chunkRJMFTTRJ_cjs.ReadonlyWallet; }
214
222
  });
215
223
  Object.defineProperty(exports, "ReadonlyWalletError", {
216
224
  enumerable: true,
217
- get: function () { return chunkWTTLIFS7_cjs.ReadonlyWalletError; }
225
+ get: function () { return chunkRJMFTTRJ_cjs.ReadonlyWalletError; }
218
226
  });
219
227
  Object.defineProperty(exports, "RestDelegateProvider", {
220
228
  enumerable: true,
221
- get: function () { return chunkWTTLIFS7_cjs.RestDelegateProvider; }
229
+ get: function () { return chunkRJMFTTRJ_cjs.RestDelegateProvider; }
222
230
  });
223
231
  Object.defineProperty(exports, "RestDelegatorProvider", {
224
232
  enumerable: true,
225
- get: function () { return chunkWTTLIFS7_cjs.RestDelegatorProvider; }
233
+ get: function () { return chunkRJMFTTRJ_cjs.RestDelegatorProvider; }
226
234
  });
227
235
  Object.defineProperty(exports, "RestEmulatorProvider", {
228
236
  enumerable: true,
229
- get: function () { return chunkWTTLIFS7_cjs.RestEmulatorProvider; }
237
+ get: function () { return chunkRJMFTTRJ_cjs.RestEmulatorProvider; }
230
238
  });
231
239
  Object.defineProperty(exports, "SeedIdentity", {
232
240
  enumerable: true,
233
- get: function () { return chunkWTTLIFS7_cjs.SeedIdentity; }
241
+ get: function () { return chunkRJMFTTRJ_cjs.SeedIdentity; }
234
242
  });
235
243
  Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
236
244
  enumerable: true,
237
- get: function () { return chunkWTTLIFS7_cjs.ServiceWorkerReadonlyWallet; }
245
+ get: function () { return chunkRJMFTTRJ_cjs.ServiceWorkerReadonlyWallet; }
238
246
  });
239
247
  Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
240
248
  enumerable: true,
241
- get: function () { return chunkWTTLIFS7_cjs.ServiceWorkerTimeoutError; }
249
+ get: function () { return chunkRJMFTTRJ_cjs.ServiceWorkerTimeoutError; }
242
250
  });
243
251
  Object.defineProperty(exports, "ServiceWorkerWallet", {
244
252
  enumerable: true,
245
- get: function () { return chunkWTTLIFS7_cjs.ServiceWorkerWallet; }
253
+ get: function () { return chunkRJMFTTRJ_cjs.ServiceWorkerWallet; }
246
254
  });
247
255
  Object.defineProperty(exports, "SingleKey", {
248
256
  enumerable: true,
249
- get: function () { return chunkWTTLIFS7_cjs.SingleKey; }
257
+ get: function () { return chunkRJMFTTRJ_cjs.SingleKey; }
250
258
  });
251
259
  Object.defineProperty(exports, "TxTree", {
252
260
  enumerable: true,
253
- get: function () { return chunkWTTLIFS7_cjs.TxTree; }
261
+ get: function () { return chunkRJMFTTRJ_cjs.TxTree; }
254
262
  });
255
263
  Object.defineProperty(exports, "TxType", {
256
264
  enumerable: true,
257
- get: function () { return chunkWTTLIFS7_cjs.TxType; }
265
+ get: function () { return chunkRJMFTTRJ_cjs.TxType; }
258
266
  });
259
267
  Object.defineProperty(exports, "TxWeightEstimator", {
260
268
  enumerable: true,
261
- get: function () { return chunkWTTLIFS7_cjs.TxWeightEstimator; }
269
+ get: function () { return chunkRJMFTTRJ_cjs.TxWeightEstimator; }
262
270
  });
263
271
  Object.defineProperty(exports, "UnilateralExit", {
264
272
  enumerable: true,
265
- get: function () { return chunkWTTLIFS7_cjs.UnilateralExit; }
273
+ get: function () { return chunkRJMFTTRJ_cjs.UnilateralExit; }
266
274
  });
267
275
  Object.defineProperty(exports, "UnknownPacket", {
268
276
  enumerable: true,
269
- get: function () { return chunkWTTLIFS7_cjs.UnknownPacket; }
277
+ get: function () { return chunkRJMFTTRJ_cjs.UnknownPacket; }
270
278
  });
271
279
  Object.defineProperty(exports, "Unroll", {
272
280
  enumerable: true,
273
- get: function () { return chunkWTTLIFS7_cjs.Unroll; }
281
+ get: function () { return chunkRJMFTTRJ_cjs.Unroll; }
274
282
  });
275
283
  Object.defineProperty(exports, "VtxoManager", {
276
284
  enumerable: true,
277
- get: function () { return chunkWTTLIFS7_cjs.VtxoManager; }
285
+ get: function () { return chunkRJMFTTRJ_cjs.VtxoManager; }
278
286
  });
279
287
  Object.defineProperty(exports, "Wallet", {
280
288
  enumerable: true,
281
- get: function () { return chunkWTTLIFS7_cjs.Wallet; }
289
+ get: function () { return chunkRJMFTTRJ_cjs.Wallet; }
282
290
  });
283
291
  Object.defineProperty(exports, "WalletMessageHandler", {
284
292
  enumerable: true,
285
- get: function () { return chunkWTTLIFS7_cjs.WalletMessageHandler; }
293
+ get: function () { return chunkRJMFTTRJ_cjs.WalletMessageHandler; }
286
294
  });
287
295
  Object.defineProperty(exports, "WalletNotInitializedError", {
288
296
  enumerable: true,
289
- get: function () { return chunkWTTLIFS7_cjs.WalletNotInitializedError; }
297
+ get: function () { return chunkRJMFTTRJ_cjs.WalletNotInitializedError; }
290
298
  });
291
299
  Object.defineProperty(exports, "WalletRepositoryImpl", {
292
300
  enumerable: true,
293
- get: function () { return chunkWTTLIFS7_cjs.WalletRepositoryImpl; }
301
+ get: function () { return chunkRJMFTTRJ_cjs.WalletRepositoryImpl; }
294
302
  });
295
303
  Object.defineProperty(exports, "WsElectrumChainSource", {
296
304
  enumerable: true,
297
- get: function () { return chunkWTTLIFS7_cjs.WsElectrumChainSource; }
305
+ get: function () { return chunkRJMFTTRJ_cjs.WsElectrumChainSource; }
298
306
  });
299
307
  Object.defineProperty(exports, "arkade", {
300
308
  enumerable: true,
301
- get: function () { return chunkWTTLIFS7_cjs.arkade_exports; }
309
+ get: function () { return chunkRJMFTTRJ_cjs.arkade_exports; }
302
310
  });
303
311
  Object.defineProperty(exports, "boardingResolver", {
304
312
  enumerable: true,
305
- get: function () { return chunkWTTLIFS7_cjs.boardingResolver; }
313
+ get: function () { return chunkRJMFTTRJ_cjs.boardingResolver; }
306
314
  });
307
315
  Object.defineProperty(exports, "buildForfeitTx", {
308
316
  enumerable: true,
309
- get: function () { return chunkWTTLIFS7_cjs.buildForfeitTx; }
317
+ get: function () { return chunkRJMFTTRJ_cjs.buildForfeitTx; }
310
318
  });
311
319
  Object.defineProperty(exports, "buildOffchainTx", {
312
320
  enumerable: true,
313
- get: function () { return chunkWTTLIFS7_cjs.buildOffchainTx; }
321
+ get: function () { return chunkRJMFTTRJ_cjs.buildOffchainTx; }
314
322
  });
315
323
  Object.defineProperty(exports, "classifyAgainstSignerSet", {
316
324
  enumerable: true,
317
- get: function () { return chunkWTTLIFS7_cjs.classifyAgainstSignerSet; }
325
+ get: function () { return chunkRJMFTTRJ_cjs.classifyAgainstSignerSet; }
318
326
  });
319
327
  Object.defineProperty(exports, "classifyContractSigner", {
320
328
  enumerable: true,
321
- get: function () { return chunkWTTLIFS7_cjs.classifyContractSigner; }
329
+ get: function () { return chunkRJMFTTRJ_cjs.classifyContractSigner; }
322
330
  });
323
331
  Object.defineProperty(exports, "closeDatabase", {
324
332
  enumerable: true,
325
- get: function () { return chunkWTTLIFS7_cjs.closeDatabase; }
333
+ get: function () { return chunkRJMFTTRJ_cjs.closeDatabase; }
326
334
  });
327
335
  Object.defineProperty(exports, "combineTapscriptSigs", {
328
336
  enumerable: true,
329
- get: function () { return chunkWTTLIFS7_cjs.combineTapscriptSigs; }
337
+ get: function () { return chunkRJMFTTRJ_cjs.combineTapscriptSigs; }
330
338
  });
331
339
  Object.defineProperty(exports, "contractFromArkContract", {
332
340
  enumerable: true,
333
- get: function () { return chunkWTTLIFS7_cjs.contractFromArkContract; }
341
+ get: function () { return chunkRJMFTTRJ_cjs.contractFromArkContract; }
334
342
  });
335
343
  Object.defineProperty(exports, "contractFromArkContractWithAddress", {
336
344
  enumerable: true,
337
- get: function () { return chunkWTTLIFS7_cjs.contractFromArkContractWithAddress; }
345
+ get: function () { return chunkRJMFTTRJ_cjs.contractFromArkContractWithAddress; }
338
346
  });
339
347
  Object.defineProperty(exports, "createAssetPacket", {
340
348
  enumerable: true,
341
- get: function () { return chunkWTTLIFS7_cjs.createAssetPacket; }
349
+ get: function () { return chunkRJMFTTRJ_cjs.createAssetPacket; }
342
350
  });
343
351
  Object.defineProperty(exports, "createDefaultActivityRegistry", {
344
352
  enumerable: true,
345
- get: function () { return chunkWTTLIFS7_cjs.createDefaultActivityRegistry; }
353
+ get: function () { return chunkRJMFTTRJ_cjs.createDefaultActivityRegistry; }
346
354
  });
347
355
  Object.defineProperty(exports, "createExitChainResolver", {
348
356
  enumerable: true,
349
- get: function () { return chunkWTTLIFS7_cjs.createExitChainResolver; }
357
+ get: function () { return chunkRJMFTTRJ_cjs.createExitChainResolver; }
350
358
  });
351
359
  Object.defineProperty(exports, "decodeArkContract", {
352
360
  enumerable: true,
353
- get: function () { return chunkWTTLIFS7_cjs.decodeArkContract; }
361
+ get: function () { return chunkRJMFTTRJ_cjs.decodeArkContract; }
354
362
  });
355
363
  Object.defineProperty(exports, "deserializeExitPackage", {
356
364
  enumerable: true,
357
- get: function () { return chunkWTTLIFS7_cjs.deserializeExitPackage; }
365
+ get: function () { return chunkRJMFTTRJ_cjs.deserializeExitPackage; }
358
366
  });
359
367
  Object.defineProperty(exports, "encodeArkContract", {
360
368
  enumerable: true,
361
- get: function () { return chunkWTTLIFS7_cjs.encodeArkContract; }
369
+ get: function () { return chunkRJMFTTRJ_cjs.encodeArkContract; }
362
370
  });
363
371
  Object.defineProperty(exports, "getMigrationStatus", {
364
372
  enumerable: true,
365
- get: function () { return chunkWTTLIFS7_cjs.getMigrationStatus; }
373
+ get: function () { return chunkRJMFTTRJ_cjs.getMigrationStatus; }
366
374
  });
367
375
  Object.defineProperty(exports, "getRandomId", {
368
376
  enumerable: true,
369
- get: function () { return chunkWTTLIFS7_cjs.getRandomId; }
377
+ get: function () { return chunkRJMFTTRJ_cjs.getRandomId; }
370
378
  });
371
379
  Object.defineProperty(exports, "hasBoardingTxExpired", {
372
380
  enumerable: true,
373
- get: function () { return chunkWTTLIFS7_cjs.hasBoardingTxExpired; }
381
+ get: function () { return chunkRJMFTTRJ_cjs.hasBoardingTxExpired; }
374
382
  });
375
383
  Object.defineProperty(exports, "isArkContract", {
376
384
  enumerable: true,
377
- get: function () { return chunkWTTLIFS7_cjs.isArkContract; }
385
+ get: function () { return chunkRJMFTTRJ_cjs.isArkContract; }
378
386
  });
379
387
  Object.defineProperty(exports, "isBatchSignable", {
380
388
  enumerable: true,
381
- get: function () { return chunkWTTLIFS7_cjs.isBatchSignable; }
389
+ get: function () { return chunkRJMFTTRJ_cjs.isBatchSignable; }
382
390
  });
383
391
  Object.defineProperty(exports, "isCooperativelyMigratable", {
384
392
  enumerable: true,
385
- get: function () { return chunkWTTLIFS7_cjs.isCooperativelyMigratable; }
393
+ get: function () { return chunkRJMFTTRJ_cjs.isCooperativelyMigratable; }
386
394
  });
387
395
  Object.defineProperty(exports, "isDiscoverable", {
388
396
  enumerable: true,
389
- get: function () { return chunkWTTLIFS7_cjs.isDiscoverable; }
397
+ get: function () { return chunkRJMFTTRJ_cjs.isDiscoverable; }
390
398
  });
391
399
  Object.defineProperty(exports, "isExpired", {
392
400
  enumerable: true,
393
- get: function () { return chunkWTTLIFS7_cjs.isExpired; }
401
+ get: function () { return chunkRJMFTTRJ_cjs.isExpired; }
394
402
  });
395
403
  Object.defineProperty(exports, "isRecoverable", {
396
404
  enumerable: true,
397
- get: function () { return chunkWTTLIFS7_cjs.isRecoverable; }
405
+ get: function () { return chunkRJMFTTRJ_cjs.isRecoverable; }
398
406
  });
399
407
  Object.defineProperty(exports, "isRetryableProviderError", {
400
408
  enumerable: true,
401
- get: function () { return chunkWTTLIFS7_cjs.isRetryableProviderError; }
409
+ get: function () { return chunkRJMFTTRJ_cjs.isRetryableProviderError; }
402
410
  });
403
411
  Object.defineProperty(exports, "isSpendable", {
404
412
  enumerable: true,
405
- get: function () { return chunkWTTLIFS7_cjs.isSpendable; }
413
+ get: function () { return chunkRJMFTTRJ_cjs.isSpendable; }
406
414
  });
407
415
  Object.defineProperty(exports, "isSubdust", {
408
416
  enumerable: true,
409
- get: function () { return chunkWTTLIFS7_cjs.isSubdust; }
417
+ get: function () { return chunkRJMFTTRJ_cjs.isSubdust; }
410
418
  });
411
419
  Object.defineProperty(exports, "isTerminalIntentState", {
412
420
  enumerable: true,
413
- get: function () { return chunkWTTLIFS7_cjs.isTerminalIntentState; }
421
+ get: function () { return chunkRJMFTTRJ_cjs.isTerminalIntentState; }
414
422
  });
415
423
  Object.defineProperty(exports, "isValidArkAddress", {
416
424
  enumerable: true,
417
- get: function () { return chunkWTTLIFS7_cjs.isValidArkAddress; }
425
+ get: function () { return chunkRJMFTTRJ_cjs.isValidArkAddress; }
418
426
  });
419
427
  Object.defineProperty(exports, "isVtxoExpiringSoon", {
420
428
  enumerable: true,
421
- get: function () { return chunkWTTLIFS7_cjs.isVtxoExpiringSoon; }
429
+ get: function () { return chunkRJMFTTRJ_cjs.isVtxoExpiringSoon; }
422
430
  });
423
431
  Object.defineProperty(exports, "migrateWalletRepository", {
424
432
  enumerable: true,
425
- get: function () { return chunkWTTLIFS7_cjs.migrateWalletRepository; }
433
+ get: function () { return chunkRJMFTTRJ_cjs.migrateWalletRepository; }
426
434
  });
427
435
  Object.defineProperty(exports, "openDatabase", {
428
436
  enumerable: true,
429
- get: function () { return chunkWTTLIFS7_cjs.openDatabase; }
437
+ get: function () { return chunkRJMFTTRJ_cjs.openDatabase; }
430
438
  });
431
439
  Object.defineProperty(exports, "requiresMigration", {
432
440
  enumerable: true,
433
- get: function () { return chunkWTTLIFS7_cjs.requiresMigration; }
441
+ get: function () { return chunkRJMFTTRJ_cjs.requiresMigration; }
434
442
  });
435
443
  Object.defineProperty(exports, "rollbackMigration", {
436
444
  enumerable: true,
437
- get: function () { return chunkWTTLIFS7_cjs.rollbackMigration; }
445
+ get: function () { return chunkRJMFTTRJ_cjs.rollbackMigration; }
438
446
  });
439
447
  Object.defineProperty(exports, "selectCoinsWithAsset", {
440
448
  enumerable: true,
441
- get: function () { return chunkWTTLIFS7_cjs.selectCoinsWithAsset; }
449
+ get: function () { return chunkRJMFTTRJ_cjs.selectCoinsWithAsset; }
442
450
  });
443
451
  Object.defineProperty(exports, "selectVirtualCoins", {
444
452
  enumerable: true,
445
- get: function () { return chunkWTTLIFS7_cjs.selectVirtualCoins; }
453
+ get: function () { return chunkRJMFTTRJ_cjs.selectVirtualCoins; }
446
454
  });
447
455
  Object.defineProperty(exports, "serializeExitPackage", {
448
456
  enumerable: true,
449
- get: function () { return chunkWTTLIFS7_cjs.serializeExitPackage; }
457
+ get: function () { return chunkRJMFTTRJ_cjs.serializeExitPackage; }
450
458
  });
451
459
  Object.defineProperty(exports, "setupServiceWorker", {
452
460
  enumerable: true,
453
- get: function () { return chunkWTTLIFS7_cjs.setupServiceWorker; }
461
+ get: function () { return chunkRJMFTTRJ_cjs.setupServiceWorker; }
454
462
  });
455
463
  Object.defineProperty(exports, "signerSetFromInfo", {
456
464
  enumerable: true,
457
- get: function () { return chunkWTTLIFS7_cjs.signerSetFromInfo; }
465
+ get: function () { return chunkRJMFTTRJ_cjs.signerSetFromInfo; }
458
466
  });
459
467
  Object.defineProperty(exports, "toXOnlySignerHex", {
460
468
  enumerable: true,
461
- get: function () { return chunkWTTLIFS7_cjs.toXOnlySignerHex; }
469
+ get: function () { return chunkRJMFTTRJ_cjs.toXOnlySignerHex; }
462
470
  });
463
471
  Object.defineProperty(exports, "validateConnectorsTxGraph", {
464
472
  enumerable: true,
465
- get: function () { return chunkWTTLIFS7_cjs.validateConnectorsTxGraph; }
473
+ get: function () { return chunkRJMFTTRJ_cjs.validateConnectorsTxGraph; }
466
474
  });
467
475
  Object.defineProperty(exports, "validateVtxoTxGraph", {
468
476
  enumerable: true,
469
- get: function () { return chunkWTTLIFS7_cjs.validateVtxoTxGraph; }
477
+ get: function () { return chunkRJMFTTRJ_cjs.validateVtxoTxGraph; }
470
478
  });
471
479
  Object.defineProperty(exports, "verifyTapscriptSignatures", {
472
480
  enumerable: true,
473
- get: function () { return chunkWTTLIFS7_cjs.verifyTapscriptSignatures; }
481
+ get: function () { return chunkRJMFTTRJ_cjs.verifyTapscriptSignatures; }
474
482
  });
475
483
  Object.defineProperty(exports, "waitForIncomingFunds", {
476
484
  enumerable: true,
477
- get: function () { return chunkWTTLIFS7_cjs.waitForIncomingFunds; }
485
+ get: function () { return chunkRJMFTTRJ_cjs.waitForIncomingFunds; }
478
486
  });
479
487
  Object.defineProperty(exports, "ArkError", {
480
488
  enumerable: true,
481
- get: function () { return chunkHHV5FPC6_cjs.ArkError; }
489
+ get: function () { return chunkCFQO5MCM_cjs.ArkError; }
482
490
  });
483
491
  Object.defineProperty(exports, "ArkErrorName", {
484
492
  enumerable: true,
485
- get: function () { return chunkHHV5FPC6_cjs.ArkErrorName; }
493
+ get: function () { return chunkCFQO5MCM_cjs.ArkErrorName; }
486
494
  });
487
495
  Object.defineProperty(exports, "ArkPsbtFieldKey", {
488
496
  enumerable: true,
489
- get: function () { return chunkHHV5FPC6_cjs.ArkPsbtFieldKey; }
497
+ get: function () { return chunkCFQO5MCM_cjs.ArkPsbtFieldKey; }
490
498
  });
491
499
  Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
492
500
  enumerable: true,
493
- get: function () { return chunkHHV5FPC6_cjs.ArkPsbtFieldKeyType; }
501
+ get: function () { return chunkCFQO5MCM_cjs.ArkPsbtFieldKeyType; }
494
502
  });
495
503
  Object.defineProperty(exports, "ChainTxType", {
496
504
  enumerable: true,
497
- get: function () { return chunkHHV5FPC6_cjs.ChainTxType; }
505
+ get: function () { return chunkCFQO5MCM_cjs.ChainTxType; }
498
506
  });
499
507
  Object.defineProperty(exports, "ConditionWitness", {
500
508
  enumerable: true,
501
- get: function () { return chunkHHV5FPC6_cjs.ConditionWitness; }
509
+ get: function () { return chunkCFQO5MCM_cjs.ConditionWitness; }
502
510
  });
503
511
  Object.defineProperty(exports, "CosignerPublicKey", {
504
512
  enumerable: true,
505
- get: function () { return chunkHHV5FPC6_cjs.CosignerPublicKey; }
513
+ get: function () { return chunkCFQO5MCM_cjs.CosignerPublicKey; }
506
514
  });
507
515
  Object.defineProperty(exports, "DigestMismatchError", {
508
516
  enumerable: true,
509
- get: function () { return chunkHHV5FPC6_cjs.DigestMismatchError; }
517
+ get: function () { return chunkCFQO5MCM_cjs.DigestMismatchError; }
510
518
  });
511
519
  Object.defineProperty(exports, "FetchError", {
512
520
  enumerable: true,
513
- get: function () { return chunkHHV5FPC6_cjs.FetchError; }
521
+ get: function () { return chunkCFQO5MCM_cjs.FetchError; }
514
522
  });
515
523
  Object.defineProperty(exports, "IndexerTxType", {
516
524
  enumerable: true,
517
- get: function () { return chunkHHV5FPC6_cjs.IndexerTxType; }
525
+ get: function () { return chunkCFQO5MCM_cjs.IndexerTxType; }
518
526
  });
519
527
  Object.defineProperty(exports, "Intent", {
520
528
  enumerable: true,
521
- get: function () { return chunkHHV5FPC6_cjs.Intent; }
529
+ get: function () { return chunkCFQO5MCM_cjs.Intent; }
522
530
  });
523
531
  Object.defineProperty(exports, "PrevArkTxField", {
524
532
  enumerable: true,
525
- get: function () { return chunkHHV5FPC6_cjs.PrevArkTxField; }
533
+ get: function () { return chunkCFQO5MCM_cjs.PrevArkTxField; }
526
534
  });
527
535
  Object.defineProperty(exports, "PrevoutTxField", {
528
536
  enumerable: true,
529
- get: function () { return chunkHHV5FPC6_cjs.PrevoutTxField; }
537
+ get: function () { return chunkCFQO5MCM_cjs.PrevoutTxField; }
530
538
  });
531
539
  Object.defineProperty(exports, "ProviderUnavailableError", {
532
540
  enumerable: true,
533
- get: function () { return chunkHHV5FPC6_cjs.ProviderUnavailableError; }
541
+ get: function () { return chunkCFQO5MCM_cjs.ProviderUnavailableError; }
534
542
  });
535
543
  Object.defineProperty(exports, "RestArkProvider", {
536
544
  enumerable: true,
537
- get: function () { return chunkHHV5FPC6_cjs.RestArkProvider; }
545
+ get: function () { return chunkCFQO5MCM_cjs.RestArkProvider; }
538
546
  });
539
547
  Object.defineProperty(exports, "RestIndexerProvider", {
540
548
  enumerable: true,
541
- get: function () { return chunkHHV5FPC6_cjs.RestIndexerProvider; }
549
+ get: function () { return chunkCFQO5MCM_cjs.RestIndexerProvider; }
542
550
  });
543
551
  Object.defineProperty(exports, "SettlementEventType", {
544
552
  enumerable: true,
545
- get: function () { return chunkHHV5FPC6_cjs.SettlementEventType; }
553
+ get: function () { return chunkCFQO5MCM_cjs.SettlementEventType; }
546
554
  });
547
555
  Object.defineProperty(exports, "Transaction", {
548
556
  enumerable: true,
549
- get: function () { return chunkHHV5FPC6_cjs.Transaction; }
557
+ get: function () { return chunkCFQO5MCM_cjs.Transaction; }
550
558
  });
551
559
  Object.defineProperty(exports, "VtxoTaprootTree", {
552
560
  enumerable: true,
553
- get: function () { return chunkHHV5FPC6_cjs.VtxoTaprootTree; }
561
+ get: function () { return chunkCFQO5MCM_cjs.VtxoTaprootTree; }
554
562
  });
555
563
  Object.defineProperty(exports, "VtxoTreeExpiry", {
556
564
  enumerable: true,
557
- get: function () { return chunkHHV5FPC6_cjs.VtxoTreeExpiry; }
565
+ get: function () { return chunkCFQO5MCM_cjs.VtxoTreeExpiry; }
558
566
  });
559
567
  Object.defineProperty(exports, "asset", {
560
568
  enumerable: true,
561
- get: function () { return chunkHHV5FPC6_cjs.asset_exports; }
569
+ get: function () { return chunkCFQO5MCM_cjs.asset_exports; }
562
570
  });
563
571
  Object.defineProperty(exports, "buildVersion", {
564
572
  enumerable: true,
565
- get: function () { return chunkHHV5FPC6_cjs.buildVersion; }
573
+ get: function () { return chunkCFQO5MCM_cjs.buildVersion; }
566
574
  });
567
575
  Object.defineProperty(exports, "getArkPsbtFields", {
568
576
  enumerable: true,
569
- get: function () { return chunkHHV5FPC6_cjs.getArkPsbtFields; }
577
+ get: function () { return chunkCFQO5MCM_cjs.getArkPsbtFields; }
570
578
  });
571
579
  Object.defineProperty(exports, "isArkError", {
572
580
  enumerable: true,
573
- get: function () { return chunkHHV5FPC6_cjs.isArkError; }
581
+ get: function () { return chunkCFQO5MCM_cjs.isArkError; }
574
582
  });
575
583
  Object.defineProperty(exports, "maybeArkError", {
576
584
  enumerable: true,
577
- get: function () { return chunkHHV5FPC6_cjs.maybeArkError; }
585
+ get: function () { return chunkCFQO5MCM_cjs.maybeArkError; }
578
586
  });
579
587
  Object.defineProperty(exports, "sdkVersion", {
580
588
  enumerable: true,
581
- get: function () { return chunkHHV5FPC6_cjs.sdkVersion; }
589
+ get: function () { return chunkCFQO5MCM_cjs.sdkVersion; }
582
590
  });
583
591
  Object.defineProperty(exports, "setArkPsbtField", {
584
592
  enumerable: true,
585
- get: function () { return chunkHHV5FPC6_cjs.setArkPsbtField; }
593
+ get: function () { return chunkCFQO5MCM_cjs.setArkPsbtField; }
586
594
  });
587
595
  Object.defineProperty(exports, "ArkadeContractHandler", {
588
596
  enumerable: true,