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