@arkade-os/sdk 0.4.39 → 0.4.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/README.md +24 -0
  2. package/dist/adapters/expo.cjs +5 -5
  3. package/dist/adapters/expo.d.cts +2 -2
  4. package/dist/adapters/expo.d.ts +2 -2
  5. package/dist/adapters/expo.js +3 -3
  6. package/dist/adapters/indexedDB.cjs +5 -5
  7. package/dist/adapters/indexedDB.js +4 -4
  8. package/dist/{ark-BzUNnkoc.d.cts → ark-CSqMJczW.d.cts} +111 -4
  9. package/dist/{ark-BzUNnkoc.d.ts → ark-CSqMJczW.d.ts} +111 -4
  10. package/dist/{asyncStorageTaskQueue-C0kQoY1x.d.cts → asyncStorageTaskQueue-79XdGsdW.d.cts} +1 -1
  11. package/dist/{asyncStorageTaskQueue-CIYeI6GM.d.ts → asyncStorageTaskQueue-SZPrhw23.d.ts} +1 -1
  12. package/dist/{chunk-GUTKJMSF.cjs → chunk-32YKLQPS.cjs} +29 -29
  13. package/dist/{chunk-GUTKJMSF.cjs.map → chunk-32YKLQPS.cjs.map} +1 -1
  14. package/dist/{chunk-P5FKMIGY.cjs → chunk-3MPXMLP4.cjs} +538 -282
  15. package/dist/chunk-3MPXMLP4.cjs.map +1 -0
  16. package/dist/{chunk-D744IES4.js → chunk-5XAYUPK4.js} +15 -6
  17. package/dist/chunk-5XAYUPK4.js.map +1 -0
  18. package/dist/{chunk-LJLEFPWD.cjs → chunk-ALISWEQ5.cjs} +20 -11
  19. package/dist/chunk-ALISWEQ5.cjs.map +1 -0
  20. package/dist/{chunk-OUVTG72A.js → chunk-BE5MUB7T.js} +5 -3
  21. package/dist/chunk-BE5MUB7T.js.map +1 -0
  22. package/dist/{chunk-SYEGCMNV.js → chunk-D5MQYYYF.js} +355 -104
  23. package/dist/chunk-D5MQYYYF.js.map +1 -0
  24. package/dist/{chunk-VGXTJ7HR.js → chunk-DDG4RE5F.js} +4 -4
  25. package/dist/{chunk-VGXTJ7HR.js.map → chunk-DDG4RE5F.js.map} +1 -1
  26. package/dist/{chunk-CMPJR3HS.cjs → chunk-HXDZ2QTW.cjs} +5 -3
  27. package/dist/chunk-HXDZ2QTW.cjs.map +1 -0
  28. package/dist/{chunk-A5RLZCPO.cjs → chunk-KNASU3QI.cjs} +7 -7
  29. package/dist/{chunk-A5RLZCPO.cjs.map → chunk-KNASU3QI.cjs.map} +1 -1
  30. package/dist/{chunk-UIFBMKI7.js → chunk-MYI333YH.js} +3 -3
  31. package/dist/{chunk-UIFBMKI7.js.map → chunk-MYI333YH.js.map} +1 -1
  32. package/dist/{chunk-N56IDZON.cjs → chunk-WBF3FNS3.cjs} +14 -14
  33. package/dist/{chunk-N56IDZON.cjs.map → chunk-WBF3FNS3.cjs.map} +1 -1
  34. package/dist/{chunk-CUSABEUQ.js → chunk-YNEDJTX2.js} +3 -3
  35. package/dist/{chunk-CUSABEUQ.js.map → chunk-YNEDJTX2.js.map} +1 -1
  36. package/dist/contracts/handlers/index.cjs +7 -7
  37. package/dist/contracts/handlers/index.d.cts +3 -3
  38. package/dist/contracts/handlers/index.d.ts +3 -3
  39. package/dist/contracts/handlers/index.js +2 -2
  40. package/dist/{delegate-BjPbX-MR.d.ts → delegate-BTn9BK8E.d.ts} +1 -1
  41. package/dist/{delegate-DHAgMIS9.d.cts → delegate-Bqwe-kbj.d.cts} +1 -1
  42. package/dist/{index-YkMAtSfw.d.cts → index-aYiHTMkX.d.cts} +2 -2
  43. package/dist/{index-BOQKDCmS.d.ts → index-kITujXlS.d.ts} +2 -2
  44. package/dist/index.cjs +163 -139
  45. package/dist/index.d.cts +53 -11
  46. package/dist/index.d.ts +53 -11
  47. package/dist/index.js +4 -4
  48. package/dist/repositories/realm/index.cjs +13 -13
  49. package/dist/repositories/realm/index.d.cts +1 -1
  50. package/dist/repositories/realm/index.d.ts +1 -1
  51. package/dist/repositories/realm/index.js +4 -4
  52. package/dist/repositories/sqlite/index.cjs +13 -13
  53. package/dist/repositories/sqlite/index.d.cts +1 -1
  54. package/dist/repositories/sqlite/index.d.ts +1 -1
  55. package/dist/repositories/sqlite/index.js +4 -4
  56. package/dist/{taskRunner-Dfmt7ZPN.d.ts → taskRunner-BuBAZQwB.d.ts} +1 -1
  57. package/dist/{taskRunner-CVEgBO6d.d.cts → taskRunner-DRHElPMG.d.cts} +1 -1
  58. package/dist/wallet/expo/background.cjs +14 -14
  59. package/dist/wallet/expo/background.d.cts +3 -3
  60. package/dist/wallet/expo/background.d.ts +3 -3
  61. package/dist/wallet/expo/background.js +6 -6
  62. package/dist/wallet/expo/index.cjs +44 -14
  63. package/dist/wallet/expo/index.cjs.map +1 -1
  64. package/dist/wallet/expo/index.d.cts +14 -4
  65. package/dist/wallet/expo/index.d.ts +14 -4
  66. package/dist/wallet/expo/index.js +36 -6
  67. package/dist/wallet/expo/index.js.map +1 -1
  68. package/dist/{wallet-C4Pide44.d.ts → wallet-BZgRfnAE.d.cts} +15 -2
  69. package/dist/{wallet-_PTv-lMe.d.cts → wallet-CTEQpKG9.d.ts} +15 -2
  70. package/dist/worker/expo/index.cjs +9 -9
  71. package/dist/worker/expo/index.d.cts +4 -4
  72. package/dist/worker/expo/index.d.ts +4 -4
  73. package/dist/worker/expo/index.js +5 -5
  74. package/package.json +1 -1
  75. package/dist/chunk-CMPJR3HS.cjs.map +0 -1
  76. package/dist/chunk-D744IES4.js.map +0 -1
  77. package/dist/chunk-LJLEFPWD.cjs.map +0 -1
  78. package/dist/chunk-OUVTG72A.js.map +0 -1
  79. package/dist/chunk-P5FKMIGY.cjs.map +0 -1
  80. package/dist/chunk-SYEGCMNV.js.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,552 +1,576 @@
1
1
  'use strict';
2
2
 
3
- var chunkP5FKMIGY_cjs = require('./chunk-P5FKMIGY.cjs');
4
- var chunkLJLEFPWD_cjs = require('./chunk-LJLEFPWD.cjs');
5
- var chunkGUTKJMSF_cjs = require('./chunk-GUTKJMSF.cjs');
6
- var chunkCMPJR3HS_cjs = require('./chunk-CMPJR3HS.cjs');
3
+ var chunk3MPXMLP4_cjs = require('./chunk-3MPXMLP4.cjs');
4
+ var chunkALISWEQ5_cjs = require('./chunk-ALISWEQ5.cjs');
5
+ var chunk32YKLQPS_cjs = require('./chunk-32YKLQPS.cjs');
6
+ var chunkHXDZ2QTW_cjs = require('./chunk-HXDZ2QTW.cjs');
7
7
  require('./chunk-5BLDMQED.cjs');
8
8
 
9
9
 
10
10
 
11
+ Object.defineProperty(exports, "ActivityRegistry", {
12
+ enumerable: true,
13
+ get: function () { return chunk3MPXMLP4_cjs.ActivityRegistry; }
14
+ });
11
15
  Object.defineProperty(exports, "ArkNote", {
12
16
  enumerable: true,
13
- get: function () { return chunkP5FKMIGY_cjs.ArkNote; }
17
+ get: function () { return chunk3MPXMLP4_cjs.ArkNote; }
14
18
  });
15
19
  Object.defineProperty(exports, "AssetManager", {
16
20
  enumerable: true,
17
- get: function () { return chunkP5FKMIGY_cjs.AssetManager; }
21
+ get: function () { return chunk3MPXMLP4_cjs.AssetManager; }
18
22
  });
19
23
  Object.defineProperty(exports, "BIP322", {
20
24
  enumerable: true,
21
- get: function () { return chunkP5FKMIGY_cjs.BIP322; }
25
+ get: function () { return chunk3MPXMLP4_cjs.BIP322; }
22
26
  });
23
27
  Object.defineProperty(exports, "Batch", {
24
28
  enumerable: true,
25
- get: function () { return chunkP5FKMIGY_cjs.Batch; }
29
+ get: function () { return chunk3MPXMLP4_cjs.Batch; }
26
30
  });
27
31
  Object.defineProperty(exports, "ContractManager", {
28
32
  enumerable: true,
29
- get: function () { return chunkP5FKMIGY_cjs.ContractManager; }
33
+ get: function () { return chunk3MPXMLP4_cjs.ContractManager; }
30
34
  });
31
35
  Object.defineProperty(exports, "ContractRepositoryImpl", {
32
36
  enumerable: true,
33
- get: function () { return chunkP5FKMIGY_cjs.ContractRepositoryImpl; }
37
+ get: function () { return chunk3MPXMLP4_cjs.ContractRepositoryImpl; }
34
38
  });
35
39
  Object.defineProperty(exports, "ContractWatcher", {
36
40
  enumerable: true,
37
- get: function () { return chunkP5FKMIGY_cjs.ContractWatcher; }
41
+ get: function () { return chunk3MPXMLP4_cjs.ContractWatcher; }
38
42
  });
39
43
  Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
40
44
  enumerable: true,
41
- get: function () { return chunkP5FKMIGY_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
45
+ get: function () { return chunk3MPXMLP4_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
42
46
  });
43
47
  Object.defineProperty(exports, "DelegateManagerImpl", {
44
48
  enumerable: true,
45
- get: function () { return chunkP5FKMIGY_cjs.DelegateManagerImpl; }
49
+ get: function () { return chunk3MPXMLP4_cjs.DelegateManagerImpl; }
46
50
  });
47
51
  Object.defineProperty(exports, "DelegateNotConfiguredError", {
48
52
  enumerable: true,
49
- get: function () { return chunkP5FKMIGY_cjs.DelegateNotConfiguredError; }
53
+ get: function () { return chunk3MPXMLP4_cjs.DelegateNotConfiguredError; }
50
54
  });
51
55
  Object.defineProperty(exports, "DelegatorManagerImpl", {
52
56
  enumerable: true,
53
- get: function () { return chunkP5FKMIGY_cjs.DelegatorManagerImpl; }
57
+ get: function () { return chunk3MPXMLP4_cjs.DelegatorManagerImpl; }
54
58
  });
55
59
  Object.defineProperty(exports, "DelegatorNotConfiguredError", {
56
60
  enumerable: true,
57
- get: function () { return chunkP5FKMIGY_cjs.DelegatorNotConfiguredError; }
61
+ get: function () { return chunk3MPXMLP4_cjs.DelegatorNotConfiguredError; }
58
62
  });
59
63
  Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
60
64
  enumerable: true,
61
- get: function () { return chunkP5FKMIGY_cjs.DescriptorSigningProviderMissingError; }
65
+ get: function () { return chunk3MPXMLP4_cjs.DescriptorSigningProviderMissingError; }
62
66
  });
63
67
  Object.defineProperty(exports, "DustChangeError", {
64
68
  enumerable: true,
65
- get: function () { return chunkP5FKMIGY_cjs.DustChangeError; }
69
+ get: function () { return chunk3MPXMLP4_cjs.DustChangeError; }
66
70
  });
67
71
  Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
68
72
  enumerable: true,
69
- get: function () { return chunkP5FKMIGY_cjs.ELECTRUM_TCP_HOST; }
73
+ get: function () { return chunk3MPXMLP4_cjs.ELECTRUM_TCP_HOST; }
70
74
  });
71
75
  Object.defineProperty(exports, "ELECTRUM_WS_URL", {
72
76
  enumerable: true,
73
- get: function () { return chunkP5FKMIGY_cjs.ELECTRUM_WS_URL; }
77
+ get: function () { return chunk3MPXMLP4_cjs.ELECTRUM_WS_URL; }
74
78
  });
75
79
  Object.defineProperty(exports, "ESPLORA_URL", {
76
80
  enumerable: true,
77
- get: function () { return chunkP5FKMIGY_cjs.ESPLORA_URL; }
81
+ get: function () { return chunk3MPXMLP4_cjs.ESPLORA_URL; }
78
82
  });
79
83
  Object.defineProperty(exports, "ElectrumOnchainProvider", {
80
84
  enumerable: true,
81
- get: function () { return chunkP5FKMIGY_cjs.ElectrumOnchainProvider; }
85
+ get: function () { return chunk3MPXMLP4_cjs.ElectrumOnchainProvider; }
82
86
  });
83
87
  Object.defineProperty(exports, "EsploraProvider", {
84
88
  enumerable: true,
85
- get: function () { return chunkP5FKMIGY_cjs.EsploraProvider; }
89
+ get: function () { return chunk3MPXMLP4_cjs.EsploraProvider; }
86
90
  });
87
91
  Object.defineProperty(exports, "Estimator", {
88
92
  enumerable: true,
89
- get: function () { return chunkP5FKMIGY_cjs.Estimator; }
93
+ get: function () { return chunk3MPXMLP4_cjs.Estimator; }
90
94
  });
91
95
  Object.defineProperty(exports, "HDDescriptorProvider", {
92
96
  enumerable: true,
93
- get: function () { return chunkP5FKMIGY_cjs.HDDescriptorProvider; }
97
+ get: function () { return chunk3MPXMLP4_cjs.HDDescriptorProvider; }
94
98
  });
95
99
  Object.defineProperty(exports, "InMemoryContractRepository", {
96
100
  enumerable: true,
97
- get: function () { return chunkP5FKMIGY_cjs.InMemoryContractRepository; }
101
+ get: function () { return chunk3MPXMLP4_cjs.InMemoryContractRepository; }
98
102
  });
99
103
  Object.defineProperty(exports, "InMemoryWalletRepository", {
100
104
  enumerable: true,
101
- get: function () { return chunkP5FKMIGY_cjs.InMemoryWalletRepository; }
105
+ get: function () { return chunk3MPXMLP4_cjs.InMemoryWalletRepository; }
102
106
  });
103
107
  Object.defineProperty(exports, "IndexedDBContractRepository", {
104
108
  enumerable: true,
105
- get: function () { return chunkP5FKMIGY_cjs.IndexedDBContractRepository; }
109
+ get: function () { return chunk3MPXMLP4_cjs.IndexedDBContractRepository; }
106
110
  });
107
111
  Object.defineProperty(exports, "IndexedDBWalletRepository", {
108
112
  enumerable: true,
109
- get: function () { return chunkP5FKMIGY_cjs.IndexedDBWalletRepository; }
113
+ get: function () { return chunk3MPXMLP4_cjs.IndexedDBWalletRepository; }
114
+ });
115
+ Object.defineProperty(exports, "MESSAGE_BUS_INITIALIZING", {
116
+ enumerable: true,
117
+ get: function () { return chunk3MPXMLP4_cjs.MESSAGE_BUS_INITIALIZING; }
110
118
  });
111
119
  Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
112
120
  enumerable: true,
113
- get: function () { return chunkP5FKMIGY_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
121
+ get: function () { return chunk3MPXMLP4_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
114
122
  });
115
123
  Object.defineProperty(exports, "MIGRATION_KEY", {
116
124
  enumerable: true,
117
- get: function () { return chunkP5FKMIGY_cjs.MIGRATION_KEY; }
125
+ get: function () { return chunk3MPXMLP4_cjs.MIGRATION_KEY; }
118
126
  });
119
127
  Object.defineProperty(exports, "MessageBus", {
120
128
  enumerable: true,
121
- get: function () { return chunkP5FKMIGY_cjs.MessageBus; }
129
+ get: function () { return chunk3MPXMLP4_cjs.MessageBus; }
130
+ });
131
+ Object.defineProperty(exports, "MessageBusInitializingError", {
132
+ enumerable: true,
133
+ get: function () { return chunk3MPXMLP4_cjs.MessageBusInitializingError; }
122
134
  });
123
135
  Object.defineProperty(exports, "MessageBusNotInitializedError", {
124
136
  enumerable: true,
125
- get: function () { return chunkP5FKMIGY_cjs.MessageBusNotInitializedError; }
137
+ get: function () { return chunk3MPXMLP4_cjs.MessageBusNotInitializedError; }
126
138
  });
127
139
  Object.defineProperty(exports, "MissingSigningDescriptorError", {
128
140
  enumerable: true,
129
- get: function () { return chunkP5FKMIGY_cjs.MissingSigningDescriptorError; }
141
+ get: function () { return chunk3MPXMLP4_cjs.MissingSigningDescriptorError; }
130
142
  });
131
143
  Object.defineProperty(exports, "MnemonicIdentity", {
132
144
  enumerable: true,
133
- get: function () { return chunkP5FKMIGY_cjs.MnemonicIdentity; }
145
+ get: function () { return chunk3MPXMLP4_cjs.MnemonicIdentity; }
134
146
  });
135
147
  Object.defineProperty(exports, "OnchainWallet", {
136
148
  enumerable: true,
137
- get: function () { return chunkP5FKMIGY_cjs.OnchainWallet; }
149
+ get: function () { return chunk3MPXMLP4_cjs.OnchainWallet; }
138
150
  });
139
151
  Object.defineProperty(exports, "P2A", {
140
152
  enumerable: true,
141
- get: function () { return chunkP5FKMIGY_cjs.P2A; }
153
+ get: function () { return chunk3MPXMLP4_cjs.P2A; }
142
154
  });
143
155
  Object.defineProperty(exports, "Ramps", {
144
156
  enumerable: true,
145
- get: function () { return chunkP5FKMIGY_cjs.Ramps; }
157
+ get: function () { return chunk3MPXMLP4_cjs.Ramps; }
146
158
  });
147
159
  Object.defineProperty(exports, "ReadonlyAssetManager", {
148
160
  enumerable: true,
149
- get: function () { return chunkP5FKMIGY_cjs.ReadonlyAssetManager; }
161
+ get: function () { return chunk3MPXMLP4_cjs.ReadonlyAssetManager; }
150
162
  });
151
163
  Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
152
164
  enumerable: true,
153
- get: function () { return chunkP5FKMIGY_cjs.ReadonlyDescriptorIdentity; }
165
+ get: function () { return chunk3MPXMLP4_cjs.ReadonlyDescriptorIdentity; }
154
166
  });
155
167
  Object.defineProperty(exports, "ReadonlySingleKey", {
156
168
  enumerable: true,
157
- get: function () { return chunkP5FKMIGY_cjs.ReadonlySingleKey; }
169
+ get: function () { return chunk3MPXMLP4_cjs.ReadonlySingleKey; }
158
170
  });
159
171
  Object.defineProperty(exports, "ReadonlyWallet", {
160
172
  enumerable: true,
161
- get: function () { return chunkP5FKMIGY_cjs.ReadonlyWallet; }
173
+ get: function () { return chunk3MPXMLP4_cjs.ReadonlyWallet; }
162
174
  });
163
175
  Object.defineProperty(exports, "ReadonlyWalletError", {
164
176
  enumerable: true,
165
- get: function () { return chunkP5FKMIGY_cjs.ReadonlyWalletError; }
177
+ get: function () { return chunk3MPXMLP4_cjs.ReadonlyWalletError; }
166
178
  });
167
179
  Object.defineProperty(exports, "RestDelegateProvider", {
168
180
  enumerable: true,
169
- get: function () { return chunkP5FKMIGY_cjs.RestDelegateProvider; }
181
+ get: function () { return chunk3MPXMLP4_cjs.RestDelegateProvider; }
170
182
  });
171
183
  Object.defineProperty(exports, "RestDelegatorProvider", {
172
184
  enumerable: true,
173
- get: function () { return chunkP5FKMIGY_cjs.RestDelegatorProvider; }
185
+ get: function () { return chunk3MPXMLP4_cjs.RestDelegatorProvider; }
174
186
  });
175
187
  Object.defineProperty(exports, "SeedIdentity", {
176
188
  enumerable: true,
177
- get: function () { return chunkP5FKMIGY_cjs.SeedIdentity; }
189
+ get: function () { return chunk3MPXMLP4_cjs.SeedIdentity; }
178
190
  });
179
191
  Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
180
192
  enumerable: true,
181
- get: function () { return chunkP5FKMIGY_cjs.ServiceWorkerReadonlyWallet; }
193
+ get: function () { return chunk3MPXMLP4_cjs.ServiceWorkerReadonlyWallet; }
182
194
  });
183
195
  Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
184
196
  enumerable: true,
185
- get: function () { return chunkP5FKMIGY_cjs.ServiceWorkerTimeoutError; }
197
+ get: function () { return chunk3MPXMLP4_cjs.ServiceWorkerTimeoutError; }
186
198
  });
187
199
  Object.defineProperty(exports, "ServiceWorkerWallet", {
188
200
  enumerable: true,
189
- get: function () { return chunkP5FKMIGY_cjs.ServiceWorkerWallet; }
201
+ get: function () { return chunk3MPXMLP4_cjs.ServiceWorkerWallet; }
190
202
  });
191
203
  Object.defineProperty(exports, "SingleKey", {
192
204
  enumerable: true,
193
- get: function () { return chunkP5FKMIGY_cjs.SingleKey; }
205
+ get: function () { return chunk3MPXMLP4_cjs.SingleKey; }
194
206
  });
195
207
  Object.defineProperty(exports, "TxTree", {
196
208
  enumerable: true,
197
- get: function () { return chunkP5FKMIGY_cjs.TxTree; }
209
+ get: function () { return chunk3MPXMLP4_cjs.TxTree; }
198
210
  });
199
211
  Object.defineProperty(exports, "TxType", {
200
212
  enumerable: true,
201
- get: function () { return chunkP5FKMIGY_cjs.TxType; }
213
+ get: function () { return chunk3MPXMLP4_cjs.TxType; }
202
214
  });
203
215
  Object.defineProperty(exports, "TxWeightEstimator", {
204
216
  enumerable: true,
205
- get: function () { return chunkP5FKMIGY_cjs.TxWeightEstimator; }
217
+ get: function () { return chunk3MPXMLP4_cjs.TxWeightEstimator; }
206
218
  });
207
219
  Object.defineProperty(exports, "Unroll", {
208
220
  enumerable: true,
209
- get: function () { return chunkP5FKMIGY_cjs.Unroll; }
221
+ get: function () { return chunk3MPXMLP4_cjs.Unroll; }
210
222
  });
211
223
  Object.defineProperty(exports, "VtxoManager", {
212
224
  enumerable: true,
213
- get: function () { return chunkP5FKMIGY_cjs.VtxoManager; }
225
+ get: function () { return chunk3MPXMLP4_cjs.VtxoManager; }
214
226
  });
215
227
  Object.defineProperty(exports, "Wallet", {
216
228
  enumerable: true,
217
- get: function () { return chunkP5FKMIGY_cjs.Wallet; }
229
+ get: function () { return chunk3MPXMLP4_cjs.Wallet; }
218
230
  });
219
231
  Object.defineProperty(exports, "WalletMessageHandler", {
220
232
  enumerable: true,
221
- get: function () { return chunkP5FKMIGY_cjs.WalletMessageHandler; }
233
+ get: function () { return chunk3MPXMLP4_cjs.WalletMessageHandler; }
222
234
  });
223
235
  Object.defineProperty(exports, "WalletNotInitializedError", {
224
236
  enumerable: true,
225
- get: function () { return chunkP5FKMIGY_cjs.WalletNotInitializedError; }
237
+ get: function () { return chunk3MPXMLP4_cjs.WalletNotInitializedError; }
226
238
  });
227
239
  Object.defineProperty(exports, "WalletRepositoryImpl", {
228
240
  enumerable: true,
229
- get: function () { return chunkP5FKMIGY_cjs.WalletRepositoryImpl; }
241
+ get: function () { return chunk3MPXMLP4_cjs.WalletRepositoryImpl; }
230
242
  });
231
243
  Object.defineProperty(exports, "WsElectrumChainSource", {
232
244
  enumerable: true,
233
- get: function () { return chunkP5FKMIGY_cjs.WsElectrumChainSource; }
245
+ get: function () { return chunk3MPXMLP4_cjs.WsElectrumChainSource; }
246
+ });
247
+ Object.defineProperty(exports, "boardingResolver", {
248
+ enumerable: true,
249
+ get: function () { return chunk3MPXMLP4_cjs.boardingResolver; }
234
250
  });
235
251
  Object.defineProperty(exports, "buildForfeitTx", {
236
252
  enumerable: true,
237
- get: function () { return chunkP5FKMIGY_cjs.buildForfeitTx; }
253
+ get: function () { return chunk3MPXMLP4_cjs.buildForfeitTx; }
238
254
  });
239
255
  Object.defineProperty(exports, "buildOffchainTx", {
240
256
  enumerable: true,
241
- get: function () { return chunkP5FKMIGY_cjs.buildOffchainTx; }
257
+ get: function () { return chunk3MPXMLP4_cjs.buildOffchainTx; }
242
258
  });
243
259
  Object.defineProperty(exports, "classifyAgainstSignerSet", {
244
260
  enumerable: true,
245
- get: function () { return chunkP5FKMIGY_cjs.classifyAgainstSignerSet; }
261
+ get: function () { return chunk3MPXMLP4_cjs.classifyAgainstSignerSet; }
246
262
  });
247
263
  Object.defineProperty(exports, "classifyContractSigner", {
248
264
  enumerable: true,
249
- get: function () { return chunkP5FKMIGY_cjs.classifyContractSigner; }
265
+ get: function () { return chunk3MPXMLP4_cjs.classifyContractSigner; }
250
266
  });
251
267
  Object.defineProperty(exports, "closeDatabase", {
252
268
  enumerable: true,
253
- get: function () { return chunkP5FKMIGY_cjs.closeDatabase; }
269
+ get: function () { return chunk3MPXMLP4_cjs.closeDatabase; }
254
270
  });
255
271
  Object.defineProperty(exports, "combineTapscriptSigs", {
256
272
  enumerable: true,
257
- get: function () { return chunkP5FKMIGY_cjs.combineTapscriptSigs; }
273
+ get: function () { return chunk3MPXMLP4_cjs.combineTapscriptSigs; }
258
274
  });
259
275
  Object.defineProperty(exports, "contractFromArkContract", {
260
276
  enumerable: true,
261
- get: function () { return chunkP5FKMIGY_cjs.contractFromArkContract; }
277
+ get: function () { return chunk3MPXMLP4_cjs.contractFromArkContract; }
262
278
  });
263
279
  Object.defineProperty(exports, "contractFromArkContractWithAddress", {
264
280
  enumerable: true,
265
- get: function () { return chunkP5FKMIGY_cjs.contractFromArkContractWithAddress; }
281
+ get: function () { return chunk3MPXMLP4_cjs.contractFromArkContractWithAddress; }
282
+ });
283
+ Object.defineProperty(exports, "createDefaultActivityRegistry", {
284
+ enumerable: true,
285
+ get: function () { return chunk3MPXMLP4_cjs.createDefaultActivityRegistry; }
266
286
  });
267
287
  Object.defineProperty(exports, "decodeArkContract", {
268
288
  enumerable: true,
269
- get: function () { return chunkP5FKMIGY_cjs.decodeArkContract; }
289
+ get: function () { return chunk3MPXMLP4_cjs.decodeArkContract; }
270
290
  });
271
291
  Object.defineProperty(exports, "encodeArkContract", {
272
292
  enumerable: true,
273
- get: function () { return chunkP5FKMIGY_cjs.encodeArkContract; }
293
+ get: function () { return chunk3MPXMLP4_cjs.encodeArkContract; }
274
294
  });
275
295
  Object.defineProperty(exports, "getMigrationStatus", {
276
296
  enumerable: true,
277
- get: function () { return chunkP5FKMIGY_cjs.getMigrationStatus; }
297
+ get: function () { return chunk3MPXMLP4_cjs.getMigrationStatus; }
278
298
  });
279
299
  Object.defineProperty(exports, "getRandomId", {
280
300
  enumerable: true,
281
- get: function () { return chunkP5FKMIGY_cjs.getRandomId; }
301
+ get: function () { return chunk3MPXMLP4_cjs.getRandomId; }
282
302
  });
283
303
  Object.defineProperty(exports, "hasBoardingTxExpired", {
284
304
  enumerable: true,
285
- get: function () { return chunkP5FKMIGY_cjs.hasBoardingTxExpired; }
305
+ get: function () { return chunk3MPXMLP4_cjs.hasBoardingTxExpired; }
286
306
  });
287
307
  Object.defineProperty(exports, "isArkContract", {
288
308
  enumerable: true,
289
- get: function () { return chunkP5FKMIGY_cjs.isArkContract; }
309
+ get: function () { return chunk3MPXMLP4_cjs.isArkContract; }
290
310
  });
291
311
  Object.defineProperty(exports, "isBatchSignable", {
292
312
  enumerable: true,
293
- get: function () { return chunkP5FKMIGY_cjs.isBatchSignable; }
313
+ get: function () { return chunk3MPXMLP4_cjs.isBatchSignable; }
294
314
  });
295
315
  Object.defineProperty(exports, "isCooperativelyMigratable", {
296
316
  enumerable: true,
297
- get: function () { return chunkP5FKMIGY_cjs.isCooperativelyMigratable; }
317
+ get: function () { return chunk3MPXMLP4_cjs.isCooperativelyMigratable; }
298
318
  });
299
319
  Object.defineProperty(exports, "isDiscoverable", {
300
320
  enumerable: true,
301
- get: function () { return chunkP5FKMIGY_cjs.isDiscoverable; }
321
+ get: function () { return chunk3MPXMLP4_cjs.isDiscoverable; }
302
322
  });
303
323
  Object.defineProperty(exports, "isExpired", {
304
324
  enumerable: true,
305
- get: function () { return chunkP5FKMIGY_cjs.isExpired; }
325
+ get: function () { return chunk3MPXMLP4_cjs.isExpired; }
306
326
  });
307
327
  Object.defineProperty(exports, "isRecoverable", {
308
328
  enumerable: true,
309
- get: function () { return chunkP5FKMIGY_cjs.isRecoverable; }
329
+ get: function () { return chunk3MPXMLP4_cjs.isRecoverable; }
310
330
  });
311
331
  Object.defineProperty(exports, "isSpendable", {
312
332
  enumerable: true,
313
- get: function () { return chunkP5FKMIGY_cjs.isSpendable; }
333
+ get: function () { return chunk3MPXMLP4_cjs.isSpendable; }
314
334
  });
315
335
  Object.defineProperty(exports, "isSubdust", {
316
336
  enumerable: true,
317
- get: function () { return chunkP5FKMIGY_cjs.isSubdust; }
337
+ get: function () { return chunk3MPXMLP4_cjs.isSubdust; }
318
338
  });
319
339
  Object.defineProperty(exports, "isValidArkAddress", {
320
340
  enumerable: true,
321
- get: function () { return chunkP5FKMIGY_cjs.isValidArkAddress; }
341
+ get: function () { return chunk3MPXMLP4_cjs.isValidArkAddress; }
322
342
  });
323
343
  Object.defineProperty(exports, "isVtxoExpiringSoon", {
324
344
  enumerable: true,
325
- get: function () { return chunkP5FKMIGY_cjs.isVtxoExpiringSoon; }
345
+ get: function () { return chunk3MPXMLP4_cjs.isVtxoExpiringSoon; }
326
346
  });
327
347
  Object.defineProperty(exports, "migrateWalletRepository", {
328
348
  enumerable: true,
329
- get: function () { return chunkP5FKMIGY_cjs.migrateWalletRepository; }
349
+ get: function () { return chunk3MPXMLP4_cjs.migrateWalletRepository; }
330
350
  });
331
351
  Object.defineProperty(exports, "openDatabase", {
332
352
  enumerable: true,
333
- get: function () { return chunkP5FKMIGY_cjs.openDatabase; }
353
+ get: function () { return chunk3MPXMLP4_cjs.openDatabase; }
334
354
  });
335
355
  Object.defineProperty(exports, "requiresMigration", {
336
356
  enumerable: true,
337
- get: function () { return chunkP5FKMIGY_cjs.requiresMigration; }
357
+ get: function () { return chunk3MPXMLP4_cjs.requiresMigration; }
338
358
  });
339
359
  Object.defineProperty(exports, "rollbackMigration", {
340
360
  enumerable: true,
341
- get: function () { return chunkP5FKMIGY_cjs.rollbackMigration; }
361
+ get: function () { return chunk3MPXMLP4_cjs.rollbackMigration; }
342
362
  });
343
363
  Object.defineProperty(exports, "setupServiceWorker", {
344
364
  enumerable: true,
345
- get: function () { return chunkP5FKMIGY_cjs.setupServiceWorker; }
365
+ get: function () { return chunk3MPXMLP4_cjs.setupServiceWorker; }
346
366
  });
347
367
  Object.defineProperty(exports, "signerSetFromInfo", {
348
368
  enumerable: true,
349
- get: function () { return chunkP5FKMIGY_cjs.signerSetFromInfo; }
369
+ get: function () { return chunk3MPXMLP4_cjs.signerSetFromInfo; }
350
370
  });
351
371
  Object.defineProperty(exports, "toXOnlySignerHex", {
352
372
  enumerable: true,
353
- get: function () { return chunkP5FKMIGY_cjs.toXOnlySignerHex; }
373
+ get: function () { return chunk3MPXMLP4_cjs.toXOnlySignerHex; }
354
374
  });
355
375
  Object.defineProperty(exports, "validateConnectorsTxGraph", {
356
376
  enumerable: true,
357
- get: function () { return chunkP5FKMIGY_cjs.validateConnectorsTxGraph; }
377
+ get: function () { return chunk3MPXMLP4_cjs.validateConnectorsTxGraph; }
358
378
  });
359
379
  Object.defineProperty(exports, "validateVtxoTxGraph", {
360
380
  enumerable: true,
361
- get: function () { return chunkP5FKMIGY_cjs.validateVtxoTxGraph; }
381
+ get: function () { return chunk3MPXMLP4_cjs.validateVtxoTxGraph; }
362
382
  });
363
383
  Object.defineProperty(exports, "verifyTapscriptSignatures", {
364
384
  enumerable: true,
365
- get: function () { return chunkP5FKMIGY_cjs.verifyTapscriptSignatures; }
385
+ get: function () { return chunk3MPXMLP4_cjs.verifyTapscriptSignatures; }
366
386
  });
367
387
  Object.defineProperty(exports, "waitForIncomingFunds", {
368
388
  enumerable: true,
369
- get: function () { return chunkP5FKMIGY_cjs.waitForIncomingFunds; }
389
+ get: function () { return chunk3MPXMLP4_cjs.waitForIncomingFunds; }
370
390
  });
371
391
  Object.defineProperty(exports, "ArkError", {
372
392
  enumerable: true,
373
- get: function () { return chunkLJLEFPWD_cjs.ArkError; }
393
+ get: function () { return chunkALISWEQ5_cjs.ArkError; }
374
394
  });
375
395
  Object.defineProperty(exports, "ArkPsbtFieldKey", {
376
396
  enumerable: true,
377
- get: function () { return chunkLJLEFPWD_cjs.ArkPsbtFieldKey; }
397
+ get: function () { return chunkALISWEQ5_cjs.ArkPsbtFieldKey; }
378
398
  });
379
399
  Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
380
400
  enumerable: true,
381
- get: function () { return chunkLJLEFPWD_cjs.ArkPsbtFieldKeyType; }
401
+ get: function () { return chunkALISWEQ5_cjs.ArkPsbtFieldKeyType; }
382
402
  });
383
403
  Object.defineProperty(exports, "ChainTxType", {
384
404
  enumerable: true,
385
- get: function () { return chunkLJLEFPWD_cjs.ChainTxType; }
405
+ get: function () { return chunkALISWEQ5_cjs.ChainTxType; }
386
406
  });
387
407
  Object.defineProperty(exports, "ConditionWitness", {
388
408
  enumerable: true,
389
- get: function () { return chunkLJLEFPWD_cjs.ConditionWitness; }
409
+ get: function () { return chunkALISWEQ5_cjs.ConditionWitness; }
390
410
  });
391
411
  Object.defineProperty(exports, "CosignerPublicKey", {
392
412
  enumerable: true,
393
- get: function () { return chunkLJLEFPWD_cjs.CosignerPublicKey; }
413
+ get: function () { return chunkALISWEQ5_cjs.CosignerPublicKey; }
394
414
  });
395
415
  Object.defineProperty(exports, "DigestMismatchError", {
396
416
  enumerable: true,
397
- get: function () { return chunkLJLEFPWD_cjs.DigestMismatchError; }
417
+ get: function () { return chunkALISWEQ5_cjs.DigestMismatchError; }
398
418
  });
399
419
  Object.defineProperty(exports, "IndexerTxType", {
400
420
  enumerable: true,
401
- get: function () { return chunkLJLEFPWD_cjs.IndexerTxType; }
421
+ get: function () { return chunkALISWEQ5_cjs.IndexerTxType; }
402
422
  });
403
423
  Object.defineProperty(exports, "Intent", {
404
424
  enumerable: true,
405
- get: function () { return chunkLJLEFPWD_cjs.Intent; }
425
+ get: function () { return chunkALISWEQ5_cjs.Intent; }
406
426
  });
407
427
  Object.defineProperty(exports, "RestArkProvider", {
408
428
  enumerable: true,
409
- get: function () { return chunkLJLEFPWD_cjs.RestArkProvider; }
429
+ get: function () { return chunkALISWEQ5_cjs.RestArkProvider; }
410
430
  });
411
431
  Object.defineProperty(exports, "RestIndexerProvider", {
412
432
  enumerable: true,
413
- get: function () { return chunkLJLEFPWD_cjs.RestIndexerProvider; }
433
+ get: function () { return chunkALISWEQ5_cjs.RestIndexerProvider; }
414
434
  });
415
435
  Object.defineProperty(exports, "SettlementEventType", {
416
436
  enumerable: true,
417
- get: function () { return chunkLJLEFPWD_cjs.SettlementEventType; }
437
+ get: function () { return chunkALISWEQ5_cjs.SettlementEventType; }
418
438
  });
419
439
  Object.defineProperty(exports, "Transaction", {
420
440
  enumerable: true,
421
- get: function () { return chunkLJLEFPWD_cjs.Transaction; }
441
+ get: function () { return chunkALISWEQ5_cjs.Transaction; }
422
442
  });
423
443
  Object.defineProperty(exports, "VtxoTaprootTree", {
424
444
  enumerable: true,
425
- get: function () { return chunkLJLEFPWD_cjs.VtxoTaprootTree; }
445
+ get: function () { return chunkALISWEQ5_cjs.VtxoTaprootTree; }
426
446
  });
427
447
  Object.defineProperty(exports, "VtxoTreeExpiry", {
428
448
  enumerable: true,
429
- get: function () { return chunkLJLEFPWD_cjs.VtxoTreeExpiry; }
449
+ get: function () { return chunkALISWEQ5_cjs.VtxoTreeExpiry; }
430
450
  });
431
451
  Object.defineProperty(exports, "asset", {
432
452
  enumerable: true,
433
- get: function () { return chunkLJLEFPWD_cjs.asset_exports; }
453
+ get: function () { return chunkALISWEQ5_cjs.asset_exports; }
434
454
  });
435
455
  Object.defineProperty(exports, "buildVersion", {
436
456
  enumerable: true,
437
- get: function () { return chunkLJLEFPWD_cjs.buildVersion; }
457
+ get: function () { return chunkALISWEQ5_cjs.buildVersion; }
438
458
  });
439
459
  Object.defineProperty(exports, "getArkPsbtFields", {
440
460
  enumerable: true,
441
- get: function () { return chunkLJLEFPWD_cjs.getArkPsbtFields; }
461
+ get: function () { return chunkALISWEQ5_cjs.getArkPsbtFields; }
442
462
  });
443
463
  Object.defineProperty(exports, "maybeArkError", {
444
464
  enumerable: true,
445
- get: function () { return chunkLJLEFPWD_cjs.maybeArkError; }
465
+ get: function () { return chunkALISWEQ5_cjs.maybeArkError; }
446
466
  });
447
467
  Object.defineProperty(exports, "sdkVersion", {
448
468
  enumerable: true,
449
- get: function () { return chunkLJLEFPWD_cjs.sdkVersion; }
469
+ get: function () { return chunkALISWEQ5_cjs.sdkVersion; }
450
470
  });
451
471
  Object.defineProperty(exports, "setArkPsbtField", {
452
472
  enumerable: true,
453
- get: function () { return chunkLJLEFPWD_cjs.setArkPsbtField; }
473
+ get: function () { return chunkALISWEQ5_cjs.setArkPsbtField; }
454
474
  });
455
475
  Object.defineProperty(exports, "BoardingContractHandler", {
456
476
  enumerable: true,
457
- get: function () { return chunkGUTKJMSF_cjs.BoardingContractHandler; }
477
+ get: function () { return chunk32YKLQPS_cjs.BoardingContractHandler; }
458
478
  });
459
479
  Object.defineProperty(exports, "DefaultContractHandler", {
460
480
  enumerable: true,
461
- get: function () { return chunkGUTKJMSF_cjs.DefaultContractHandler; }
481
+ get: function () { return chunk32YKLQPS_cjs.DefaultContractHandler; }
462
482
  });
463
483
  Object.defineProperty(exports, "DefaultVtxo", {
464
484
  enumerable: true,
465
- get: function () { return chunkGUTKJMSF_cjs.DefaultVtxo; }
485
+ get: function () { return chunk32YKLQPS_cjs.DefaultVtxo; }
466
486
  });
467
487
  Object.defineProperty(exports, "DelegateContractHandler", {
468
488
  enumerable: true,
469
- get: function () { return chunkGUTKJMSF_cjs.DelegateContractHandler; }
489
+ get: function () { return chunk32YKLQPS_cjs.DelegateContractHandler; }
470
490
  });
471
491
  Object.defineProperty(exports, "DelegateVtxo", {
472
492
  enumerable: true,
473
- get: function () { return chunkGUTKJMSF_cjs.DelegateVtxo; }
493
+ get: function () { return chunk32YKLQPS_cjs.DelegateVtxo; }
474
494
  });
475
495
  Object.defineProperty(exports, "VHTLC", {
476
496
  enumerable: true,
477
- get: function () { return chunkGUTKJMSF_cjs.VHTLC; }
497
+ get: function () { return chunk32YKLQPS_cjs.VHTLC; }
478
498
  });
479
499
  Object.defineProperty(exports, "VHTLCContractHandler", {
480
500
  enumerable: true,
481
- get: function () { return chunkGUTKJMSF_cjs.VHTLCContractHandler; }
501
+ get: function () { return chunk32YKLQPS_cjs.VHTLCContractHandler; }
482
502
  });
483
503
  Object.defineProperty(exports, "contractHandlers", {
484
504
  enumerable: true,
485
- get: function () { return chunkGUTKJMSF_cjs.contractHandlers; }
505
+ get: function () { return chunk32YKLQPS_cjs.contractHandlers; }
486
506
  });
487
507
  Object.defineProperty(exports, "isCltvSatisfied", {
488
508
  enumerable: true,
489
- get: function () { return chunkGUTKJMSF_cjs.isCltvSatisfied; }
509
+ get: function () { return chunk32YKLQPS_cjs.isCltvSatisfied; }
490
510
  });
491
511
  Object.defineProperty(exports, "isCsvSpendable", {
492
512
  enumerable: true,
493
- get: function () { return chunkGUTKJMSF_cjs.isCsvSpendable; }
513
+ get: function () { return chunk32YKLQPS_cjs.isCsvSpendable; }
494
514
  });
495
515
  Object.defineProperty(exports, "ArkAddress", {
496
516
  enumerable: true,
497
- get: function () { return chunkCMPJR3HS_cjs.ArkAddress; }
517
+ get: function () { return chunkHXDZ2QTW_cjs.ArkAddress; }
498
518
  });
499
519
  Object.defineProperty(exports, "CLTVMultisigTapscript", {
500
520
  enumerable: true,
501
- get: function () { return chunkCMPJR3HS_cjs.CLTVMultisigTapscript; }
521
+ get: function () { return chunkHXDZ2QTW_cjs.CLTVMultisigTapscript; }
502
522
  });
503
523
  Object.defineProperty(exports, "CSVMultisigTapscript", {
504
524
  enumerable: true,
505
- get: function () { return chunkCMPJR3HS_cjs.CSVMultisigTapscript; }
525
+ get: function () { return chunkHXDZ2QTW_cjs.CSVMultisigTapscript; }
506
526
  });
507
527
  Object.defineProperty(exports, "ConditionCSVMultisigTapscript", {
508
528
  enumerable: true,
509
- get: function () { return chunkCMPJR3HS_cjs.ConditionCSVMultisigTapscript; }
529
+ get: function () { return chunkHXDZ2QTW_cjs.ConditionCSVMultisigTapscript; }
510
530
  });
511
531
  Object.defineProperty(exports, "ConditionMultisigTapscript", {
512
532
  enumerable: true,
513
- get: function () { return chunkCMPJR3HS_cjs.ConditionMultisigTapscript; }
533
+ get: function () { return chunkHXDZ2QTW_cjs.ConditionMultisigTapscript; }
514
534
  });
515
535
  Object.defineProperty(exports, "MultisigTapscript", {
516
536
  enumerable: true,
517
- get: function () { return chunkCMPJR3HS_cjs.MultisigTapscript; }
537
+ get: function () { return chunkHXDZ2QTW_cjs.MultisigTapscript; }
518
538
  });
519
539
  Object.defineProperty(exports, "TapTreeCoder", {
520
540
  enumerable: true,
521
- get: function () { return chunkCMPJR3HS_cjs.TapTreeCoder; }
541
+ get: function () { return chunkHXDZ2QTW_cjs.TapTreeCoder; }
522
542
  });
523
543
  Object.defineProperty(exports, "VtxoScript", {
524
544
  enumerable: true,
525
- get: function () { return chunkCMPJR3HS_cjs.VtxoScript; }
545
+ get: function () { return chunkHXDZ2QTW_cjs.VtxoScript; }
526
546
  });
527
547
  Object.defineProperty(exports, "assembleBtcdTaprootTree", {
528
548
  enumerable: true,
529
- get: function () { return chunkCMPJR3HS_cjs.assembleBtcdTaprootTree; }
549
+ get: function () { return chunkHXDZ2QTW_cjs.assembleBtcdTaprootTree; }
530
550
  });
531
551
  Object.defineProperty(exports, "decodeTapscript", {
532
552
  enumerable: true,
533
- get: function () { return chunkCMPJR3HS_cjs.decodeTapscript; }
553
+ get: function () { return chunkHXDZ2QTW_cjs.decodeTapscript; }
554
+ });
555
+ Object.defineProperty(exports, "getNetwork", {
556
+ enumerable: true,
557
+ get: function () { return chunkHXDZ2QTW_cjs.getNetwork; }
534
558
  });
535
559
  Object.defineProperty(exports, "getSequence", {
536
560
  enumerable: true,
537
- get: function () { return chunkCMPJR3HS_cjs.getSequence; }
561
+ get: function () { return chunkHXDZ2QTW_cjs.getSequence; }
538
562
  });
539
563
  Object.defineProperty(exports, "networks", {
540
564
  enumerable: true,
541
- get: function () { return chunkCMPJR3HS_cjs.networks; }
565
+ get: function () { return chunkHXDZ2QTW_cjs.networks; }
542
566
  });
543
567
  Object.defineProperty(exports, "sequenceToTimelock", {
544
568
  enumerable: true,
545
- get: function () { return chunkCMPJR3HS_cjs.sequenceToTimelock; }
569
+ get: function () { return chunkHXDZ2QTW_cjs.sequenceToTimelock; }
546
570
  });
547
571
  Object.defineProperty(exports, "timelockToSequence", {
548
572
  enumerable: true,
549
- get: function () { return chunkCMPJR3HS_cjs.timelockToSequence; }
573
+ get: function () { return chunkHXDZ2QTW_cjs.timelockToSequence; }
550
574
  });
551
575
  //# sourceMappingURL=index.cjs.map
552
576
  //# sourceMappingURL=index.cjs.map