@arkade-os/sdk 0.4.42 → 0.4.44
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.
- package/README.md +65 -0
- package/dist/adapters/expo.cjs +4 -4
- package/dist/adapters/expo.d.cts +2 -2
- package/dist/adapters/expo.d.ts +2 -2
- package/dist/adapters/expo.js +2 -2
- package/dist/adapters/indexedDB.cjs +3 -3
- package/dist/adapters/indexedDB.js +2 -2
- package/dist/{ark-CKDWpuGL.d.cts → ark-I8jfe5VE.d.cts} +157 -2
- package/dist/{ark-CKDWpuGL.d.ts → ark-I8jfe5VE.d.ts} +157 -2
- package/dist/{asyncStorageTaskQueue-BB2MffwG.d.ts → asyncStorageTaskQueue-BtSOVZFn.d.ts} +2 -2
- package/dist/{asyncStorageTaskQueue-BpN8RRHR.d.cts → asyncStorageTaskQueue-Dap7qUlF.d.cts} +2 -2
- package/dist/{chunk-V3FCNVJE.js → chunk-FMI2GKYO.js} +2158 -502
- package/dist/chunk-FMI2GKYO.js.map +1 -0
- package/dist/{chunk-FLPPSRYH.js → chunk-LCQQPOIT.js} +3 -3
- package/dist/{chunk-FLPPSRYH.js.map → chunk-LCQQPOIT.js.map} +1 -1
- package/dist/{chunk-5X5YMZHB.js → chunk-LJ35HPJW.js} +39 -5
- package/dist/chunk-LJ35HPJW.js.map +1 -0
- package/dist/{chunk-HHPUCCB3.cjs → chunk-RJ6XVCX4.cjs} +7 -7
- package/dist/{chunk-HHPUCCB3.cjs.map → chunk-RJ6XVCX4.cjs.map} +1 -1
- package/dist/{chunk-YEF5FL6E.cjs → chunk-UBYY2TPK.cjs} +39 -4
- package/dist/chunk-UBYY2TPK.cjs.map +1 -0
- package/dist/{chunk-2V3BU2X6.js → chunk-V7WIZR2B.js} +3 -3
- package/dist/{chunk-2V3BU2X6.js.map → chunk-V7WIZR2B.js.map} +1 -1
- package/dist/{chunk-T2ACJD22.cjs → chunk-X37EKDIH.cjs} +11 -11
- package/dist/{chunk-T2ACJD22.cjs.map → chunk-X37EKDIH.cjs.map} +1 -1
- package/dist/{chunk-ED7JDFX4.cjs → chunk-XIVCG6EP.cjs} +2248 -578
- package/dist/chunk-XIVCG6EP.cjs.map +1 -0
- package/dist/contracts/handlers/index.d.cts +3 -3
- package/dist/contracts/handlers/index.d.ts +3 -3
- package/dist/{delegate-yjhcR9n4.d.cts → delegate-BRqbh2fW.d.cts} +1 -1
- package/dist/{delegate-DllAQ3Eu.d.ts → delegate-CgjVjYOP.d.ts} +1 -1
- package/dist/{index-D1te-ZR6.d.cts → index-DHuXlDEg.d.cts} +2 -2
- package/dist/{index-DVdCGyyH.d.ts → index-DvWNB_rl.d.ts} +2 -2
- package/dist/index.cjs +162 -118
- package/dist/index.d.cts +344 -9
- package/dist/index.d.ts +344 -9
- package/dist/index.js +2 -2
- package/dist/repositories/realm/index.cjs +268 -12
- package/dist/repositories/realm/index.cjs.map +1 -1
- package/dist/repositories/realm/index.d.cts +101 -3
- package/dist/repositories/realm/index.d.ts +101 -3
- package/dist/repositories/realm/index.js +254 -4
- package/dist/repositories/realm/index.js.map +1 -1
- package/dist/repositories/sqlite/index.cjs +366 -40
- package/dist/repositories/sqlite/index.cjs.map +1 -1
- package/dist/repositories/sqlite/index.d.cts +52 -6
- package/dist/repositories/sqlite/index.d.ts +52 -6
- package/dist/repositories/sqlite/index.js +353 -32
- package/dist/repositories/sqlite/index.js.map +1 -1
- package/dist/{taskRunner-BdiRy4iI.d.ts → taskRunner-Bptw9UMa.d.ts} +2 -2
- package/dist/{taskRunner-CuTk8RYg.d.cts → taskRunner-CeFxKhSH.d.cts} +2 -2
- package/dist/wallet/expo/background.cjs +12 -12
- package/dist/wallet/expo/background.d.cts +3 -3
- package/dist/wallet/expo/background.d.ts +3 -3
- package/dist/wallet/expo/background.js +4 -4
- package/dist/wallet/expo/index.cjs +12 -12
- package/dist/wallet/expo/index.d.cts +4 -4
- package/dist/wallet/expo/index.d.ts +4 -4
- package/dist/wallet/expo/index.js +3 -3
- package/dist/{wallet-CyPOQ0oM.d.cts → wallet-BsqRU8KM.d.cts} +29 -5
- package/dist/{wallet-CrIVUQMb.d.ts → wallet-D9z7wssl.d.ts} +29 -5
- package/dist/worker/expo/index.cjs +7 -7
- package/dist/worker/expo/index.d.cts +4 -4
- package/dist/worker/expo/index.d.ts +4 -4
- package/dist/worker/expo/index.js +3 -3
- package/package.json +2 -2
- package/dist/chunk-5X5YMZHB.js.map +0 -1
- package/dist/chunk-ED7JDFX4.cjs.map +0 -1
- package/dist/chunk-V3FCNVJE.js.map +0 -1
- package/dist/chunk-YEF5FL6E.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkXIVCG6EP_cjs = require('./chunk-XIVCG6EP.cjs');
|
|
4
|
+
var chunkUBYY2TPK_cjs = require('./chunk-UBYY2TPK.cjs');
|
|
5
5
|
var chunk32YKLQPS_cjs = require('./chunk-32YKLQPS.cjs');
|
|
6
6
|
var chunkHXDZ2QTW_cjs = require('./chunk-HXDZ2QTW.cjs');
|
|
7
7
|
require('./chunk-5BLDMQED.cjs');
|
|
@@ -10,467 +10,511 @@ require('./chunk-5BLDMQED.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "ActivityRegistry", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkXIVCG6EP_cjs.ActivityRegistry; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "ArkNote", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkXIVCG6EP_cjs.ArkNote; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "AssetManager", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkXIVCG6EP_cjs.AssetManager; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "BIP322", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkXIVCG6EP_cjs.BIP322; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "Batch", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkXIVCG6EP_cjs.Batch; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "ChainedTxType", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkXIVCG6EP_cjs.ChainedTxType; }
|
|
30
34
|
});
|
|
31
35
|
Object.defineProperty(exports, "ContractManager", {
|
|
32
36
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkXIVCG6EP_cjs.ContractManager; }
|
|
34
38
|
});
|
|
35
39
|
Object.defineProperty(exports, "ContractRepositoryImpl", {
|
|
36
40
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkXIVCG6EP_cjs.ContractRepositoryImpl; }
|
|
38
42
|
});
|
|
39
43
|
Object.defineProperty(exports, "ContractWatcher", {
|
|
40
44
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkXIVCG6EP_cjs.ContractWatcher; }
|
|
42
46
|
});
|
|
43
47
|
Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
|
|
44
48
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkXIVCG6EP_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
|
|
46
50
|
});
|
|
47
51
|
Object.defineProperty(exports, "DelegateManagerImpl", {
|
|
48
52
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkXIVCG6EP_cjs.DelegateManagerImpl; }
|
|
50
54
|
});
|
|
51
55
|
Object.defineProperty(exports, "DelegateNotConfiguredError", {
|
|
52
56
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkXIVCG6EP_cjs.DelegateNotConfiguredError; }
|
|
54
58
|
});
|
|
55
59
|
Object.defineProperty(exports, "DelegatorManagerImpl", {
|
|
56
60
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkXIVCG6EP_cjs.DelegatorManagerImpl; }
|
|
58
62
|
});
|
|
59
63
|
Object.defineProperty(exports, "DelegatorNotConfiguredError", {
|
|
60
64
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkXIVCG6EP_cjs.DelegatorNotConfiguredError; }
|
|
62
66
|
});
|
|
63
67
|
Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
|
|
64
68
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkXIVCG6EP_cjs.DescriptorSigningProviderMissingError; }
|
|
66
70
|
});
|
|
67
71
|
Object.defineProperty(exports, "DustChangeError", {
|
|
68
72
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkXIVCG6EP_cjs.DustChangeError; }
|
|
70
74
|
});
|
|
71
75
|
Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
|
|
72
76
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkXIVCG6EP_cjs.ELECTRUM_TCP_HOST; }
|
|
74
78
|
});
|
|
75
79
|
Object.defineProperty(exports, "ELECTRUM_WS_URL", {
|
|
76
80
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkXIVCG6EP_cjs.ELECTRUM_WS_URL; }
|
|
78
82
|
});
|
|
79
83
|
Object.defineProperty(exports, "ESPLORA_URL", {
|
|
80
84
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkXIVCG6EP_cjs.ESPLORA_URL; }
|
|
82
86
|
});
|
|
83
87
|
Object.defineProperty(exports, "ElectrumOnchainProvider", {
|
|
84
88
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkXIVCG6EP_cjs.ElectrumOnchainProvider; }
|
|
86
90
|
});
|
|
87
91
|
Object.defineProperty(exports, "EsploraProvider", {
|
|
88
92
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkXIVCG6EP_cjs.EsploraProvider; }
|
|
90
94
|
});
|
|
91
95
|
Object.defineProperty(exports, "Estimator", {
|
|
92
96
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkXIVCG6EP_cjs.Estimator; }
|
|
94
98
|
});
|
|
95
99
|
Object.defineProperty(exports, "HDDescriptorProvider", {
|
|
96
100
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkXIVCG6EP_cjs.HDDescriptorProvider; }
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "INTENT_TERMINAL_STATES", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return chunkXIVCG6EP_cjs.INTENT_TERMINAL_STATES; }
|
|
98
106
|
});
|
|
99
107
|
Object.defineProperty(exports, "InMemoryContractRepository", {
|
|
100
108
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkXIVCG6EP_cjs.InMemoryContractRepository; }
|
|
110
|
+
});
|
|
111
|
+
Object.defineProperty(exports, "InMemoryIntentRepository", {
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function () { return chunkXIVCG6EP_cjs.InMemoryIntentRepository; }
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(exports, "InMemoryVirtualTxRepository", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
get: function () { return chunkXIVCG6EP_cjs.InMemoryVirtualTxRepository; }
|
|
102
118
|
});
|
|
103
119
|
Object.defineProperty(exports, "InMemoryWalletRepository", {
|
|
104
120
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkXIVCG6EP_cjs.InMemoryWalletRepository; }
|
|
106
122
|
});
|
|
107
123
|
Object.defineProperty(exports, "IndexedDBContractRepository", {
|
|
108
124
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkXIVCG6EP_cjs.IndexedDBContractRepository; }
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(exports, "IndexedDBIntentRepository", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function () { return chunkXIVCG6EP_cjs.IndexedDBIntentRepository; }
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, "IndexedDBVirtualTxRepository", {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return chunkXIVCG6EP_cjs.IndexedDBVirtualTxRepository; }
|
|
110
134
|
});
|
|
111
135
|
Object.defineProperty(exports, "IndexedDBWalletRepository", {
|
|
112
136
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkXIVCG6EP_cjs.IndexedDBWalletRepository; }
|
|
114
138
|
});
|
|
115
139
|
Object.defineProperty(exports, "MESSAGE_BUS_INITIALIZING", {
|
|
116
140
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkXIVCG6EP_cjs.MESSAGE_BUS_INITIALIZING; }
|
|
118
142
|
});
|
|
119
143
|
Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
|
|
120
144
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkXIVCG6EP_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
|
|
122
146
|
});
|
|
123
147
|
Object.defineProperty(exports, "MIGRATION_KEY", {
|
|
124
148
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkXIVCG6EP_cjs.MIGRATION_KEY; }
|
|
126
150
|
});
|
|
127
151
|
Object.defineProperty(exports, "MessageBus", {
|
|
128
152
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkXIVCG6EP_cjs.MessageBus; }
|
|
130
154
|
});
|
|
131
155
|
Object.defineProperty(exports, "MessageBusInitializingError", {
|
|
132
156
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkXIVCG6EP_cjs.MessageBusInitializingError; }
|
|
134
158
|
});
|
|
135
159
|
Object.defineProperty(exports, "MessageBusNotInitializedError", {
|
|
136
160
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkXIVCG6EP_cjs.MessageBusNotInitializedError; }
|
|
138
162
|
});
|
|
139
163
|
Object.defineProperty(exports, "MissingSigningDescriptorError", {
|
|
140
164
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkXIVCG6EP_cjs.MissingSigningDescriptorError; }
|
|
142
166
|
});
|
|
143
167
|
Object.defineProperty(exports, "MnemonicIdentity", {
|
|
144
168
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkXIVCG6EP_cjs.MnemonicIdentity; }
|
|
146
170
|
});
|
|
147
171
|
Object.defineProperty(exports, "OnchainWallet", {
|
|
148
172
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkXIVCG6EP_cjs.OnchainWallet; }
|
|
150
174
|
});
|
|
151
175
|
Object.defineProperty(exports, "P2A", {
|
|
152
176
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkXIVCG6EP_cjs.P2A; }
|
|
154
178
|
});
|
|
155
179
|
Object.defineProperty(exports, "Ramps", {
|
|
156
180
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkXIVCG6EP_cjs.Ramps; }
|
|
158
182
|
});
|
|
159
183
|
Object.defineProperty(exports, "ReadonlyAssetManager", {
|
|
160
184
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkXIVCG6EP_cjs.ReadonlyAssetManager; }
|
|
162
186
|
});
|
|
163
187
|
Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
|
|
164
188
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkXIVCG6EP_cjs.ReadonlyDescriptorIdentity; }
|
|
166
190
|
});
|
|
167
191
|
Object.defineProperty(exports, "ReadonlySingleKey", {
|
|
168
192
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkXIVCG6EP_cjs.ReadonlySingleKey; }
|
|
170
194
|
});
|
|
171
195
|
Object.defineProperty(exports, "ReadonlyWallet", {
|
|
172
196
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkXIVCG6EP_cjs.ReadonlyWallet; }
|
|
174
198
|
});
|
|
175
199
|
Object.defineProperty(exports, "ReadonlyWalletError", {
|
|
176
200
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkXIVCG6EP_cjs.ReadonlyWalletError; }
|
|
178
202
|
});
|
|
179
203
|
Object.defineProperty(exports, "RestDelegateProvider", {
|
|
180
204
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkXIVCG6EP_cjs.RestDelegateProvider; }
|
|
182
206
|
});
|
|
183
207
|
Object.defineProperty(exports, "RestDelegatorProvider", {
|
|
184
208
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkXIVCG6EP_cjs.RestDelegatorProvider; }
|
|
186
210
|
});
|
|
187
211
|
Object.defineProperty(exports, "SeedIdentity", {
|
|
188
212
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkXIVCG6EP_cjs.SeedIdentity; }
|
|
190
214
|
});
|
|
191
215
|
Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
|
|
192
216
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkXIVCG6EP_cjs.ServiceWorkerReadonlyWallet; }
|
|
194
218
|
});
|
|
195
219
|
Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
|
|
196
220
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkXIVCG6EP_cjs.ServiceWorkerTimeoutError; }
|
|
198
222
|
});
|
|
199
223
|
Object.defineProperty(exports, "ServiceWorkerWallet", {
|
|
200
224
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkXIVCG6EP_cjs.ServiceWorkerWallet; }
|
|
202
226
|
});
|
|
203
227
|
Object.defineProperty(exports, "SingleKey", {
|
|
204
228
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkXIVCG6EP_cjs.SingleKey; }
|
|
206
230
|
});
|
|
207
231
|
Object.defineProperty(exports, "TxTree", {
|
|
208
232
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkXIVCG6EP_cjs.TxTree; }
|
|
210
234
|
});
|
|
211
235
|
Object.defineProperty(exports, "TxType", {
|
|
212
236
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkXIVCG6EP_cjs.TxType; }
|
|
214
238
|
});
|
|
215
239
|
Object.defineProperty(exports, "TxWeightEstimator", {
|
|
216
240
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkXIVCG6EP_cjs.TxWeightEstimator; }
|
|
242
|
+
});
|
|
243
|
+
Object.defineProperty(exports, "UnilateralExit", {
|
|
244
|
+
enumerable: true,
|
|
245
|
+
get: function () { return chunkXIVCG6EP_cjs.UnilateralExit; }
|
|
218
246
|
});
|
|
219
247
|
Object.defineProperty(exports, "Unroll", {
|
|
220
248
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkXIVCG6EP_cjs.Unroll; }
|
|
222
250
|
});
|
|
223
251
|
Object.defineProperty(exports, "VtxoManager", {
|
|
224
252
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkXIVCG6EP_cjs.VtxoManager; }
|
|
226
254
|
});
|
|
227
255
|
Object.defineProperty(exports, "Wallet", {
|
|
228
256
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkXIVCG6EP_cjs.Wallet; }
|
|
230
258
|
});
|
|
231
259
|
Object.defineProperty(exports, "WalletMessageHandler", {
|
|
232
260
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkXIVCG6EP_cjs.WalletMessageHandler; }
|
|
234
262
|
});
|
|
235
263
|
Object.defineProperty(exports, "WalletNotInitializedError", {
|
|
236
264
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkXIVCG6EP_cjs.WalletNotInitializedError; }
|
|
238
266
|
});
|
|
239
267
|
Object.defineProperty(exports, "WalletRepositoryImpl", {
|
|
240
268
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkXIVCG6EP_cjs.WalletRepositoryImpl; }
|
|
242
270
|
});
|
|
243
271
|
Object.defineProperty(exports, "WsElectrumChainSource", {
|
|
244
272
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkXIVCG6EP_cjs.WsElectrumChainSource; }
|
|
246
274
|
});
|
|
247
275
|
Object.defineProperty(exports, "boardingResolver", {
|
|
248
276
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkXIVCG6EP_cjs.boardingResolver; }
|
|
250
278
|
});
|
|
251
279
|
Object.defineProperty(exports, "buildForfeitTx", {
|
|
252
280
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkXIVCG6EP_cjs.buildForfeitTx; }
|
|
254
282
|
});
|
|
255
283
|
Object.defineProperty(exports, "buildOffchainTx", {
|
|
256
284
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkXIVCG6EP_cjs.buildOffchainTx; }
|
|
258
286
|
});
|
|
259
287
|
Object.defineProperty(exports, "classifyAgainstSignerSet", {
|
|
260
288
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkXIVCG6EP_cjs.classifyAgainstSignerSet; }
|
|
262
290
|
});
|
|
263
291
|
Object.defineProperty(exports, "classifyContractSigner", {
|
|
264
292
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkXIVCG6EP_cjs.classifyContractSigner; }
|
|
266
294
|
});
|
|
267
295
|
Object.defineProperty(exports, "closeDatabase", {
|
|
268
296
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkXIVCG6EP_cjs.closeDatabase; }
|
|
270
298
|
});
|
|
271
299
|
Object.defineProperty(exports, "combineTapscriptSigs", {
|
|
272
300
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkXIVCG6EP_cjs.combineTapscriptSigs; }
|
|
274
302
|
});
|
|
275
303
|
Object.defineProperty(exports, "contractFromArkContract", {
|
|
276
304
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunkXIVCG6EP_cjs.contractFromArkContract; }
|
|
278
306
|
});
|
|
279
307
|
Object.defineProperty(exports, "contractFromArkContractWithAddress", {
|
|
280
308
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
309
|
+
get: function () { return chunkXIVCG6EP_cjs.contractFromArkContractWithAddress; }
|
|
282
310
|
});
|
|
283
311
|
Object.defineProperty(exports, "createDefaultActivityRegistry", {
|
|
284
312
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
313
|
+
get: function () { return chunkXIVCG6EP_cjs.createDefaultActivityRegistry; }
|
|
286
314
|
});
|
|
287
315
|
Object.defineProperty(exports, "decodeArkContract", {
|
|
288
316
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
317
|
+
get: function () { return chunkXIVCG6EP_cjs.decodeArkContract; }
|
|
318
|
+
});
|
|
319
|
+
Object.defineProperty(exports, "deserializeExitPackage", {
|
|
320
|
+
enumerable: true,
|
|
321
|
+
get: function () { return chunkXIVCG6EP_cjs.deserializeExitPackage; }
|
|
290
322
|
});
|
|
291
323
|
Object.defineProperty(exports, "encodeArkContract", {
|
|
292
324
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunkXIVCG6EP_cjs.encodeArkContract; }
|
|
294
326
|
});
|
|
295
327
|
Object.defineProperty(exports, "getMigrationStatus", {
|
|
296
328
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunkXIVCG6EP_cjs.getMigrationStatus; }
|
|
298
330
|
});
|
|
299
331
|
Object.defineProperty(exports, "getRandomId", {
|
|
300
332
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
333
|
+
get: function () { return chunkXIVCG6EP_cjs.getRandomId; }
|
|
302
334
|
});
|
|
303
335
|
Object.defineProperty(exports, "hasBoardingTxExpired", {
|
|
304
336
|
enumerable: true,
|
|
305
|
-
get: function () { return
|
|
337
|
+
get: function () { return chunkXIVCG6EP_cjs.hasBoardingTxExpired; }
|
|
306
338
|
});
|
|
307
339
|
Object.defineProperty(exports, "isArkContract", {
|
|
308
340
|
enumerable: true,
|
|
309
|
-
get: function () { return
|
|
341
|
+
get: function () { return chunkXIVCG6EP_cjs.isArkContract; }
|
|
310
342
|
});
|
|
311
343
|
Object.defineProperty(exports, "isBatchSignable", {
|
|
312
344
|
enumerable: true,
|
|
313
|
-
get: function () { return
|
|
345
|
+
get: function () { return chunkXIVCG6EP_cjs.isBatchSignable; }
|
|
314
346
|
});
|
|
315
347
|
Object.defineProperty(exports, "isCooperativelyMigratable", {
|
|
316
348
|
enumerable: true,
|
|
317
|
-
get: function () { return
|
|
349
|
+
get: function () { return chunkXIVCG6EP_cjs.isCooperativelyMigratable; }
|
|
318
350
|
});
|
|
319
351
|
Object.defineProperty(exports, "isDiscoverable", {
|
|
320
352
|
enumerable: true,
|
|
321
|
-
get: function () { return
|
|
353
|
+
get: function () { return chunkXIVCG6EP_cjs.isDiscoverable; }
|
|
322
354
|
});
|
|
323
355
|
Object.defineProperty(exports, "isExpired", {
|
|
324
356
|
enumerable: true,
|
|
325
|
-
get: function () { return
|
|
357
|
+
get: function () { return chunkXIVCG6EP_cjs.isExpired; }
|
|
326
358
|
});
|
|
327
359
|
Object.defineProperty(exports, "isRecoverable", {
|
|
328
360
|
enumerable: true,
|
|
329
|
-
get: function () { return
|
|
361
|
+
get: function () { return chunkXIVCG6EP_cjs.isRecoverable; }
|
|
330
362
|
});
|
|
331
363
|
Object.defineProperty(exports, "isSpendable", {
|
|
332
364
|
enumerable: true,
|
|
333
|
-
get: function () { return
|
|
365
|
+
get: function () { return chunkXIVCG6EP_cjs.isSpendable; }
|
|
334
366
|
});
|
|
335
367
|
Object.defineProperty(exports, "isSubdust", {
|
|
336
368
|
enumerable: true,
|
|
337
|
-
get: function () { return
|
|
369
|
+
get: function () { return chunkXIVCG6EP_cjs.isSubdust; }
|
|
370
|
+
});
|
|
371
|
+
Object.defineProperty(exports, "isTerminalIntentState", {
|
|
372
|
+
enumerable: true,
|
|
373
|
+
get: function () { return chunkXIVCG6EP_cjs.isTerminalIntentState; }
|
|
338
374
|
});
|
|
339
375
|
Object.defineProperty(exports, "isValidArkAddress", {
|
|
340
376
|
enumerable: true,
|
|
341
|
-
get: function () { return
|
|
377
|
+
get: function () { return chunkXIVCG6EP_cjs.isValidArkAddress; }
|
|
342
378
|
});
|
|
343
379
|
Object.defineProperty(exports, "isVtxoExpiringSoon", {
|
|
344
380
|
enumerable: true,
|
|
345
|
-
get: function () { return
|
|
381
|
+
get: function () { return chunkXIVCG6EP_cjs.isVtxoExpiringSoon; }
|
|
346
382
|
});
|
|
347
383
|
Object.defineProperty(exports, "migrateWalletRepository", {
|
|
348
384
|
enumerable: true,
|
|
349
|
-
get: function () { return
|
|
385
|
+
get: function () { return chunkXIVCG6EP_cjs.migrateWalletRepository; }
|
|
350
386
|
});
|
|
351
387
|
Object.defineProperty(exports, "openDatabase", {
|
|
352
388
|
enumerable: true,
|
|
353
|
-
get: function () { return
|
|
389
|
+
get: function () { return chunkXIVCG6EP_cjs.openDatabase; }
|
|
354
390
|
});
|
|
355
391
|
Object.defineProperty(exports, "requiresMigration", {
|
|
356
392
|
enumerable: true,
|
|
357
|
-
get: function () { return
|
|
393
|
+
get: function () { return chunkXIVCG6EP_cjs.requiresMigration; }
|
|
358
394
|
});
|
|
359
395
|
Object.defineProperty(exports, "rollbackMigration", {
|
|
360
396
|
enumerable: true,
|
|
361
|
-
get: function () { return
|
|
397
|
+
get: function () { return chunkXIVCG6EP_cjs.rollbackMigration; }
|
|
398
|
+
});
|
|
399
|
+
Object.defineProperty(exports, "serializeExitPackage", {
|
|
400
|
+
enumerable: true,
|
|
401
|
+
get: function () { return chunkXIVCG6EP_cjs.serializeExitPackage; }
|
|
362
402
|
});
|
|
363
403
|
Object.defineProperty(exports, "setupServiceWorker", {
|
|
364
404
|
enumerable: true,
|
|
365
|
-
get: function () { return
|
|
405
|
+
get: function () { return chunkXIVCG6EP_cjs.setupServiceWorker; }
|
|
366
406
|
});
|
|
367
407
|
Object.defineProperty(exports, "signerSetFromInfo", {
|
|
368
408
|
enumerable: true,
|
|
369
|
-
get: function () { return
|
|
409
|
+
get: function () { return chunkXIVCG6EP_cjs.signerSetFromInfo; }
|
|
370
410
|
});
|
|
371
411
|
Object.defineProperty(exports, "toXOnlySignerHex", {
|
|
372
412
|
enumerable: true,
|
|
373
|
-
get: function () { return
|
|
413
|
+
get: function () { return chunkXIVCG6EP_cjs.toXOnlySignerHex; }
|
|
374
414
|
});
|
|
375
415
|
Object.defineProperty(exports, "validateConnectorsTxGraph", {
|
|
376
416
|
enumerable: true,
|
|
377
|
-
get: function () { return
|
|
417
|
+
get: function () { return chunkXIVCG6EP_cjs.validateConnectorsTxGraph; }
|
|
378
418
|
});
|
|
379
419
|
Object.defineProperty(exports, "validateVtxoTxGraph", {
|
|
380
420
|
enumerable: true,
|
|
381
|
-
get: function () { return
|
|
421
|
+
get: function () { return chunkXIVCG6EP_cjs.validateVtxoTxGraph; }
|
|
382
422
|
});
|
|
383
423
|
Object.defineProperty(exports, "verifyTapscriptSignatures", {
|
|
384
424
|
enumerable: true,
|
|
385
|
-
get: function () { return
|
|
425
|
+
get: function () { return chunkXIVCG6EP_cjs.verifyTapscriptSignatures; }
|
|
386
426
|
});
|
|
387
427
|
Object.defineProperty(exports, "waitForIncomingFunds", {
|
|
388
428
|
enumerable: true,
|
|
389
|
-
get: function () { return
|
|
429
|
+
get: function () { return chunkXIVCG6EP_cjs.waitForIncomingFunds; }
|
|
390
430
|
});
|
|
391
431
|
Object.defineProperty(exports, "ArkError", {
|
|
392
432
|
enumerable: true,
|
|
393
|
-
get: function () { return
|
|
433
|
+
get: function () { return chunkUBYY2TPK_cjs.ArkError; }
|
|
394
434
|
});
|
|
395
435
|
Object.defineProperty(exports, "ArkPsbtFieldKey", {
|
|
396
436
|
enumerable: true,
|
|
397
|
-
get: function () { return
|
|
437
|
+
get: function () { return chunkUBYY2TPK_cjs.ArkPsbtFieldKey; }
|
|
398
438
|
});
|
|
399
439
|
Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
|
|
400
440
|
enumerable: true,
|
|
401
|
-
get: function () { return
|
|
441
|
+
get: function () { return chunkUBYY2TPK_cjs.ArkPsbtFieldKeyType; }
|
|
402
442
|
});
|
|
403
443
|
Object.defineProperty(exports, "ChainTxType", {
|
|
404
444
|
enumerable: true,
|
|
405
|
-
get: function () { return
|
|
445
|
+
get: function () { return chunkUBYY2TPK_cjs.ChainTxType; }
|
|
406
446
|
});
|
|
407
447
|
Object.defineProperty(exports, "ConditionWitness", {
|
|
408
448
|
enumerable: true,
|
|
409
|
-
get: function () { return
|
|
449
|
+
get: function () { return chunkUBYY2TPK_cjs.ConditionWitness; }
|
|
410
450
|
});
|
|
411
451
|
Object.defineProperty(exports, "CosignerPublicKey", {
|
|
412
452
|
enumerable: true,
|
|
413
|
-
get: function () { return
|
|
453
|
+
get: function () { return chunkUBYY2TPK_cjs.CosignerPublicKey; }
|
|
414
454
|
});
|
|
415
455
|
Object.defineProperty(exports, "DigestMismatchError", {
|
|
416
456
|
enumerable: true,
|
|
417
|
-
get: function () { return
|
|
457
|
+
get: function () { return chunkUBYY2TPK_cjs.DigestMismatchError; }
|
|
458
|
+
});
|
|
459
|
+
Object.defineProperty(exports, "FetchError", {
|
|
460
|
+
enumerable: true,
|
|
461
|
+
get: function () { return chunkUBYY2TPK_cjs.FetchError; }
|
|
418
462
|
});
|
|
419
463
|
Object.defineProperty(exports, "IndexerTxType", {
|
|
420
464
|
enumerable: true,
|
|
421
|
-
get: function () { return
|
|
465
|
+
get: function () { return chunkUBYY2TPK_cjs.IndexerTxType; }
|
|
422
466
|
});
|
|
423
467
|
Object.defineProperty(exports, "Intent", {
|
|
424
468
|
enumerable: true,
|
|
425
|
-
get: function () { return
|
|
469
|
+
get: function () { return chunkUBYY2TPK_cjs.Intent; }
|
|
426
470
|
});
|
|
427
471
|
Object.defineProperty(exports, "RestArkProvider", {
|
|
428
472
|
enumerable: true,
|
|
429
|
-
get: function () { return
|
|
473
|
+
get: function () { return chunkUBYY2TPK_cjs.RestArkProvider; }
|
|
430
474
|
});
|
|
431
475
|
Object.defineProperty(exports, "RestIndexerProvider", {
|
|
432
476
|
enumerable: true,
|
|
433
|
-
get: function () { return
|
|
477
|
+
get: function () { return chunkUBYY2TPK_cjs.RestIndexerProvider; }
|
|
434
478
|
});
|
|
435
479
|
Object.defineProperty(exports, "SettlementEventType", {
|
|
436
480
|
enumerable: true,
|
|
437
|
-
get: function () { return
|
|
481
|
+
get: function () { return chunkUBYY2TPK_cjs.SettlementEventType; }
|
|
438
482
|
});
|
|
439
483
|
Object.defineProperty(exports, "Transaction", {
|
|
440
484
|
enumerable: true,
|
|
441
|
-
get: function () { return
|
|
485
|
+
get: function () { return chunkUBYY2TPK_cjs.Transaction; }
|
|
442
486
|
});
|
|
443
487
|
Object.defineProperty(exports, "VtxoTaprootTree", {
|
|
444
488
|
enumerable: true,
|
|
445
|
-
get: function () { return
|
|
489
|
+
get: function () { return chunkUBYY2TPK_cjs.VtxoTaprootTree; }
|
|
446
490
|
});
|
|
447
491
|
Object.defineProperty(exports, "VtxoTreeExpiry", {
|
|
448
492
|
enumerable: true,
|
|
449
|
-
get: function () { return
|
|
493
|
+
get: function () { return chunkUBYY2TPK_cjs.VtxoTreeExpiry; }
|
|
450
494
|
});
|
|
451
495
|
Object.defineProperty(exports, "asset", {
|
|
452
496
|
enumerable: true,
|
|
453
|
-
get: function () { return
|
|
497
|
+
get: function () { return chunkUBYY2TPK_cjs.asset_exports; }
|
|
454
498
|
});
|
|
455
499
|
Object.defineProperty(exports, "buildVersion", {
|
|
456
500
|
enumerable: true,
|
|
457
|
-
get: function () { return
|
|
501
|
+
get: function () { return chunkUBYY2TPK_cjs.buildVersion; }
|
|
458
502
|
});
|
|
459
503
|
Object.defineProperty(exports, "getArkPsbtFields", {
|
|
460
504
|
enumerable: true,
|
|
461
|
-
get: function () { return
|
|
505
|
+
get: function () { return chunkUBYY2TPK_cjs.getArkPsbtFields; }
|
|
462
506
|
});
|
|
463
507
|
Object.defineProperty(exports, "maybeArkError", {
|
|
464
508
|
enumerable: true,
|
|
465
|
-
get: function () { return
|
|
509
|
+
get: function () { return chunkUBYY2TPK_cjs.maybeArkError; }
|
|
466
510
|
});
|
|
467
511
|
Object.defineProperty(exports, "sdkVersion", {
|
|
468
512
|
enumerable: true,
|
|
469
|
-
get: function () { return
|
|
513
|
+
get: function () { return chunkUBYY2TPK_cjs.sdkVersion; }
|
|
470
514
|
});
|
|
471
515
|
Object.defineProperty(exports, "setArkPsbtField", {
|
|
472
516
|
enumerable: true,
|
|
473
|
-
get: function () { return
|
|
517
|
+
get: function () { return chunkUBYY2TPK_cjs.setArkPsbtField; }
|
|
474
518
|
});
|
|
475
519
|
Object.defineProperty(exports, "BoardingContractHandler", {
|
|
476
520
|
enumerable: true,
|