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