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