@arkade-os/sdk 0.4.58 → 0.4.60
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 +34 -6
- 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/{ark-ClaVUg4e.d.cts → ark-D2_yNhfz.d.cts} +1077 -522
- package/dist/{ark-ClaVUg4e.d.ts → ark-D2_yNhfz.d.ts} +1077 -522
- package/dist/{asyncStorageTaskQueue-CnYrhpS-.d.cts → asyncStorageTaskQueue-CqijAAPG.d.cts} +1 -1
- package/dist/{asyncStorageTaskQueue-Bgau-mvD.d.ts → asyncStorageTaskQueue-Vsp6uk8e.d.ts} +1 -1
- package/dist/{chunk-IPPASJE5.js → chunk-2DINXHGQ.js} +1665 -1149
- package/dist/chunk-2DINXHGQ.js.map +1 -0
- package/dist/{chunk-SYZEQF5D.cjs → chunk-2XLNQHG4.cjs} +10 -10
- package/dist/chunk-2XLNQHG4.cjs.map +1 -0
- package/dist/{chunk-AGWZXGG2.js → chunk-3Q7BBUWO.js} +4 -4
- package/dist/{chunk-AGWZXGG2.js.map → chunk-3Q7BBUWO.js.map} +1 -1
- package/dist/{chunk-D6RGHPZ5.cjs → chunk-4A4GRSTB.cjs} +86 -13
- package/dist/chunk-4A4GRSTB.cjs.map +1 -0
- package/dist/{chunk-SGWMB4W2.js → chunk-B66RYHTB.js} +5 -5
- package/dist/chunk-B66RYHTB.js.map +1 -0
- package/dist/{chunk-TV2RLVOB.js → chunk-FSKANUV4.js} +12 -5
- package/dist/chunk-FSKANUV4.js.map +1 -0
- package/dist/{chunk-I4YEGI2R.cjs → chunk-H7JCHFM6.cjs} +17 -17
- package/dist/{chunk-I4YEGI2R.cjs.map → chunk-H7JCHFM6.cjs.map} +1 -1
- package/dist/{chunk-VROHHJL4.js → chunk-JBULXTCC.js} +77 -14
- package/dist/chunk-JBULXTCC.js.map +1 -0
- package/dist/{chunk-6PY4WYXI.cjs → chunk-KNS5MTTI.cjs} +3869 -2935
- package/dist/chunk-KNS5MTTI.cjs.map +1 -0
- package/dist/{chunk-COLJARV4.cjs → chunk-MZNLCMUP.cjs} +1686 -1169
- package/dist/chunk-MZNLCMUP.cjs.map +1 -0
- package/dist/{chunk-F4C67JYB.cjs → chunk-PRFL62ID.cjs} +22 -15
- package/dist/chunk-PRFL62ID.cjs.map +1 -0
- package/dist/{chunk-S3BFUTC5.js → chunk-Y54MUBT7.js} +3512 -2593
- package/dist/chunk-Y54MUBT7.js.map +1 -0
- package/dist/contracts/handlers/index.cjs +12 -8
- 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-CVrkEepn.d.cts → delegate-DNEuM_nK.d.cts} +1 -1
- package/dist/{delegate-YDYq1El_.d.ts → delegate-DidNTsKm.d.ts} +1 -1
- package/dist/{index-BmqkJBAf.d.cts → index-BP8-zniX.d.cts} +182 -26
- package/dist/{index-CuSHBkq7.d.ts → index-DzQbNQUG.d.ts} +182 -26
- package/dist/index.cjs +323 -223
- package/dist/index.d.cts +311 -51
- package/dist/index.d.ts +311 -51
- package/dist/index.js +4 -4
- package/dist/repositories/realm/index.cjs +43 -23
- package/dist/repositories/realm/index.cjs.map +1 -1
- package/dist/repositories/realm/index.d.cts +21 -9
- package/dist/repositories/realm/index.d.ts +21 -9
- package/dist/repositories/realm/index.js +29 -9
- package/dist/repositories/realm/index.js.map +1 -1
- package/dist/repositories/sqlite/index.cjs +48 -23
- package/dist/repositories/sqlite/index.cjs.map +1 -1
- package/dist/repositories/sqlite/index.d.cts +9 -3
- package/dist/repositories/sqlite/index.d.ts +9 -3
- package/dist/repositories/sqlite/index.js +35 -10
- package/dist/repositories/sqlite/index.js.map +1 -1
- package/dist/{taskRunner-CFN61bBM.d.ts → taskRunner-9gnlYEpb.d.ts} +1 -1
- package/dist/{taskRunner-CFkGkD85.d.cts → taskRunner-BEQNFEa4.d.cts} +1 -1
- 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 +17 -14
- package/dist/wallet/expo/index.cjs.map +1 -1
- package/dist/wallet/expo/index.d.cts +5 -4
- package/dist/wallet/expo/index.d.ts +5 -4
- package/dist/wallet/expo/index.js +8 -5
- package/dist/wallet/expo/index.js.map +1 -1
- package/dist/{wallet-hQp2qC_M.d.cts → wallet-C_MYHyOj.d.ts} +176 -17
- package/dist/{wallet-DnK09TtT.d.ts → wallet-ipUA1XCp.d.cts} +176 -17
- package/dist/worker/expo/index.cjs +9 -9
- package/dist/worker/expo/index.d.cts +5 -5
- package/dist/worker/expo/index.d.ts +5 -5
- package/dist/worker/expo/index.js +5 -5
- package/package.json +9 -2
- package/dist/chunk-6PY4WYXI.cjs.map +0 -1
- package/dist/chunk-COLJARV4.cjs.map +0 -1
- package/dist/chunk-D6RGHPZ5.cjs.map +0 -1
- package/dist/chunk-F4C67JYB.cjs.map +0 -1
- package/dist/chunk-IPPASJE5.js.map +0 -1
- package/dist/chunk-S3BFUTC5.js.map +0 -1
- package/dist/chunk-SGWMB4W2.js.map +0 -1
- package/dist/chunk-SYZEQF5D.cjs.map +0 -1
- package/dist/chunk-TV2RLVOB.js.map +0 -1
- package/dist/chunk-VROHHJL4.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,888 +1,988 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var chunkKNS5MTTI_cjs = require('./chunk-KNS5MTTI.cjs');
|
|
4
|
+
var chunkPRFL62ID_cjs = require('./chunk-PRFL62ID.cjs');
|
|
5
|
+
var chunkMZNLCMUP_cjs = require('./chunk-MZNLCMUP.cjs');
|
|
6
|
+
var chunk4A4GRSTB_cjs = require('./chunk-4A4GRSTB.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 chunkKNS5MTTI_cjs.ARKADE_MAGIC; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "ActivityRegistry", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkKNS5MTTI_cjs.ActivityRegistry; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "AmbiguousRouteError", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkKNS5MTTI_cjs.AmbiguousRouteError; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ArkNote", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkKNS5MTTI_cjs.ArkNote; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "ArkadeCash", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkKNS5MTTI_cjs.ArkadeCash; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ArkadeCashCreateError", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkKNS5MTTI_cjs.ArkadeCashCreateError; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "AssetManager", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkKNS5MTTI_cjs.AssetManager; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "BIP21", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkKNS5MTTI_cjs.BIP21; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "BIP21Error", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkKNS5MTTI_cjs.BIP21Error; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "BIP322", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkKNS5MTTI_cjs.BIP322; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "Batch", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkKNS5MTTI_cjs.Batch; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "ChainedTxType", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkKNS5MTTI_cjs.ChainedTxType; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "ContractManager", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkKNS5MTTI_cjs.ContractManager; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "ContractRepositoryImpl", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkKNS5MTTI_cjs.ContractRepositoryImpl; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "ContractWatcher", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkKNS5MTTI_cjs.ContractWatcher; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkKNS5MTTI_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "DEFAULT_MIN_BATCH_EXPIRY_SECONDS", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkKNS5MTTI_cjs.DEFAULT_MIN_BATCH_EXPIRY_SECONDS; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "DEFAULT_MIN_CHECKPOINT_EXIT_DELAY_SECONDS", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkKNS5MTTI_cjs.DEFAULT_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "DelegateManagerImpl", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkKNS5MTTI_cjs.DelegateManagerImpl; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "DelegateNotConfiguredError", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkKNS5MTTI_cjs.DelegateNotConfiguredError; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "DelegatorManagerImpl", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkKNS5MTTI_cjs.DelegatorManagerImpl; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "DelegatorNotConfiguredError", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkKNS5MTTI_cjs.DelegatorNotConfiguredError; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "DescriptorIdentity", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkKNS5MTTI_cjs.DescriptorIdentity; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkKNS5MTTI_cjs.DescriptorSigningProviderMissingError; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "DustChangeError", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkKNS5MTTI_cjs.DustChangeError; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkKNS5MTTI_cjs.ELECTRUM_TCP_HOST; }
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(exports, "ELECTRUM_WS_URL", {
|
|
116
116
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkKNS5MTTI_cjs.ELECTRUM_WS_URL; }
|
|
118
118
|
});
|
|
119
119
|
Object.defineProperty(exports, "ESPLORA_URL", {
|
|
120
120
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkKNS5MTTI_cjs.ESPLORA_URL; }
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "ElectrumOnchainProvider", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkKNS5MTTI_cjs.ElectrumOnchainProvider; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "EmulatorPacket", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkKNS5MTTI_cjs.EmulatorPacket; }
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(exports, "EsploraProvider", {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkKNS5MTTI_cjs.EsploraProvider; }
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "Estimator", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkKNS5MTTI_cjs.Estimator; }
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(exports, "Extension", {
|
|
140
140
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkKNS5MTTI_cjs.Extension; }
|
|
142
142
|
});
|
|
143
143
|
Object.defineProperty(exports, "ExtensionNotFoundError", {
|
|
144
144
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkKNS5MTTI_cjs.ExtensionNotFoundError; }
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "HDDescriptorProvider", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkKNS5MTTI_cjs.HDDescriptorProvider; }
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "INTENT_TERMINAL_STATES", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkKNS5MTTI_cjs.INTENT_TERMINAL_STATES; }
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "InMemoryContractRepository", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkKNS5MTTI_cjs.InMemoryContractRepository; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "InMemoryIntentRepository", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkKNS5MTTI_cjs.InMemoryIntentRepository; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "InMemoryVirtualTxRepository", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkKNS5MTTI_cjs.InMemoryVirtualTxRepository; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "InMemoryWalletRepository", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkKNS5MTTI_cjs.InMemoryWalletRepository; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "IndexedDBContractRepository", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkKNS5MTTI_cjs.IndexedDBContractRepository; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "IndexedDBIntentRepository", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkKNS5MTTI_cjs.IndexedDBIntentRepository; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "IndexedDBVirtualTxRepository", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkKNS5MTTI_cjs.IndexedDBVirtualTxRepository; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "IndexedDBWalletRepository", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkKNS5MTTI_cjs.IndexedDBWalletRepository; }
|
|
186
|
+
});
|
|
187
|
+
Object.defineProperty(exports, "MAX_USED_SIGNING_DESCRIPTORS_LOOK_AHEAD", {
|
|
188
|
+
enumerable: true,
|
|
189
|
+
get: function () { return chunkKNS5MTTI_cjs.MAX_USED_SIGNING_DESCRIPTORS_LOOK_AHEAD; }
|
|
186
190
|
});
|
|
187
191
|
Object.defineProperty(exports, "MESSAGE_BUS_INITIALIZING", {
|
|
188
192
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkKNS5MTTI_cjs.MESSAGE_BUS_INITIALIZING; }
|
|
190
194
|
});
|
|
191
195
|
Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
|
|
192
196
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkKNS5MTTI_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
|
|
194
198
|
});
|
|
195
199
|
Object.defineProperty(exports, "MIGRATION_KEY", {
|
|
196
200
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkKNS5MTTI_cjs.MIGRATION_KEY; }
|
|
202
|
+
});
|
|
203
|
+
Object.defineProperty(exports, "MUTINYNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS", {
|
|
204
|
+
enumerable: true,
|
|
205
|
+
get: function () { return chunkKNS5MTTI_cjs.MUTINYNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
|
|
198
206
|
});
|
|
199
207
|
Object.defineProperty(exports, "MessageBus", {
|
|
200
208
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkKNS5MTTI_cjs.MessageBus; }
|
|
202
210
|
});
|
|
203
211
|
Object.defineProperty(exports, "MessageBusInitializingError", {
|
|
204
212
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkKNS5MTTI_cjs.MessageBusInitializingError; }
|
|
206
214
|
});
|
|
207
215
|
Object.defineProperty(exports, "MessageBusNotInitializedError", {
|
|
208
216
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkKNS5MTTI_cjs.MessageBusNotInitializedError; }
|
|
210
218
|
});
|
|
211
219
|
Object.defineProperty(exports, "MissingSigningDescriptorError", {
|
|
212
220
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkKNS5MTTI_cjs.MissingSigningDescriptorError; }
|
|
214
222
|
});
|
|
215
223
|
Object.defineProperty(exports, "MnemonicIdentity", {
|
|
216
224
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkKNS5MTTI_cjs.MnemonicIdentity; }
|
|
218
226
|
});
|
|
219
227
|
Object.defineProperty(exports, "OnchainWallet", {
|
|
220
228
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkKNS5MTTI_cjs.OnchainWallet; }
|
|
222
230
|
});
|
|
223
231
|
Object.defineProperty(exports, "P2A", {
|
|
224
232
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkKNS5MTTI_cjs.P2A; }
|
|
226
234
|
});
|
|
227
235
|
Object.defineProperty(exports, "PaymentRouter", {
|
|
228
236
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkKNS5MTTI_cjs.PaymentRouter; }
|
|
230
238
|
});
|
|
231
239
|
Object.defineProperty(exports, "REGTEST_MIN_BATCH_EXPIRY_SECONDS", {
|
|
232
240
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkKNS5MTTI_cjs.REGTEST_MIN_BATCH_EXPIRY_SECONDS; }
|
|
234
242
|
});
|
|
235
243
|
Object.defineProperty(exports, "REGTEST_MIN_CHECKPOINT_EXIT_DELAY_SECONDS", {
|
|
236
244
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkKNS5MTTI_cjs.REGTEST_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
|
|
238
246
|
});
|
|
239
247
|
Object.defineProperty(exports, "Ramps", {
|
|
240
248
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkKNS5MTTI_cjs.Ramps; }
|
|
242
250
|
});
|
|
243
251
|
Object.defineProperty(exports, "ReadonlyAssetManager", {
|
|
244
252
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkKNS5MTTI_cjs.ReadonlyAssetManager; }
|
|
246
254
|
});
|
|
247
255
|
Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
|
|
248
256
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkKNS5MTTI_cjs.ReadonlyDescriptorIdentity; }
|
|
250
258
|
});
|
|
251
259
|
Object.defineProperty(exports, "ReadonlySingleKey", {
|
|
252
260
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkKNS5MTTI_cjs.ReadonlySingleKey; }
|
|
254
262
|
});
|
|
255
263
|
Object.defineProperty(exports, "ReadonlyWallet", {
|
|
256
264
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkKNS5MTTI_cjs.ReadonlyWallet; }
|
|
258
266
|
});
|
|
259
267
|
Object.defineProperty(exports, "ReadonlyWalletError", {
|
|
260
268
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkKNS5MTTI_cjs.ReadonlyWalletError; }
|
|
262
270
|
});
|
|
263
271
|
Object.defineProperty(exports, "RestDelegateProvider", {
|
|
264
272
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkKNS5MTTI_cjs.RestDelegateProvider; }
|
|
266
274
|
});
|
|
267
275
|
Object.defineProperty(exports, "RestDelegatorProvider", {
|
|
268
276
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkKNS5MTTI_cjs.RestDelegatorProvider; }
|
|
270
278
|
});
|
|
271
279
|
Object.defineProperty(exports, "RestEmulatorProvider", {
|
|
272
280
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkKNS5MTTI_cjs.RestEmulatorProvider; }
|
|
282
|
+
});
|
|
283
|
+
Object.defineProperty(exports, "SIGNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS", {
|
|
284
|
+
enumerable: true,
|
|
285
|
+
get: function () { return chunkKNS5MTTI_cjs.SIGNET_MIN_CHECKPOINT_EXIT_DELAY_SECONDS; }
|
|
274
286
|
});
|
|
275
287
|
Object.defineProperty(exports, "SeedIdentity", {
|
|
276
288
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkKNS5MTTI_cjs.SeedIdentity; }
|
|
278
290
|
});
|
|
279
291
|
Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
|
|
280
292
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkKNS5MTTI_cjs.ServiceWorkerReadonlyWallet; }
|
|
282
294
|
});
|
|
283
295
|
Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
|
|
284
296
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkKNS5MTTI_cjs.ServiceWorkerTimeoutError; }
|
|
286
298
|
});
|
|
287
299
|
Object.defineProperty(exports, "ServiceWorkerWallet", {
|
|
288
300
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkKNS5MTTI_cjs.ServiceWorkerWallet; }
|
|
290
302
|
});
|
|
291
303
|
Object.defineProperty(exports, "SingleKey", {
|
|
292
304
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunkKNS5MTTI_cjs.SingleKey; }
|
|
294
306
|
});
|
|
295
307
|
Object.defineProperty(exports, "TxTree", {
|
|
296
308
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
309
|
+
get: function () { return chunkKNS5MTTI_cjs.TxTree; }
|
|
298
310
|
});
|
|
299
311
|
Object.defineProperty(exports, "TxType", {
|
|
300
312
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
313
|
+
get: function () { return chunkKNS5MTTI_cjs.TxType; }
|
|
302
314
|
});
|
|
303
315
|
Object.defineProperty(exports, "TxWeightEstimator", {
|
|
304
316
|
enumerable: true,
|
|
305
|
-
get: function () { return
|
|
317
|
+
get: function () { return chunkKNS5MTTI_cjs.TxWeightEstimator; }
|
|
318
|
+
});
|
|
319
|
+
Object.defineProperty(exports, "UnannotatableInputError", {
|
|
320
|
+
enumerable: true,
|
|
321
|
+
get: function () { return chunkKNS5MTTI_cjs.UnannotatableInputError; }
|
|
306
322
|
});
|
|
307
323
|
Object.defineProperty(exports, "UnilateralExit", {
|
|
308
324
|
enumerable: true,
|
|
309
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunkKNS5MTTI_cjs.UnilateralExit; }
|
|
310
326
|
});
|
|
311
327
|
Object.defineProperty(exports, "UnknownPacket", {
|
|
312
328
|
enumerable: true,
|
|
313
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunkKNS5MTTI_cjs.UnknownPacket; }
|
|
314
330
|
});
|
|
315
331
|
Object.defineProperty(exports, "Unroll", {
|
|
316
332
|
enumerable: true,
|
|
317
|
-
get: function () { return
|
|
333
|
+
get: function () { return chunkKNS5MTTI_cjs.Unroll; }
|
|
318
334
|
});
|
|
319
335
|
Object.defineProperty(exports, "VtxoManager", {
|
|
320
336
|
enumerable: true,
|
|
321
|
-
get: function () { return
|
|
337
|
+
get: function () { return chunkKNS5MTTI_cjs.VtxoManager; }
|
|
322
338
|
});
|
|
323
339
|
Object.defineProperty(exports, "Wallet", {
|
|
324
340
|
enumerable: true,
|
|
325
|
-
get: function () { return
|
|
341
|
+
get: function () { return chunkKNS5MTTI_cjs.Wallet; }
|
|
326
342
|
});
|
|
327
343
|
Object.defineProperty(exports, "WalletMessageHandler", {
|
|
328
344
|
enumerable: true,
|
|
329
|
-
get: function () { return
|
|
345
|
+
get: function () { return chunkKNS5MTTI_cjs.WalletMessageHandler; }
|
|
330
346
|
});
|
|
331
347
|
Object.defineProperty(exports, "WalletNotInitializedError", {
|
|
332
348
|
enumerable: true,
|
|
333
|
-
get: function () { return
|
|
349
|
+
get: function () { return chunkKNS5MTTI_cjs.WalletNotInitializedError; }
|
|
334
350
|
});
|
|
335
351
|
Object.defineProperty(exports, "WalletRepositoryImpl", {
|
|
336
352
|
enumerable: true,
|
|
337
|
-
get: function () { return
|
|
353
|
+
get: function () { return chunkKNS5MTTI_cjs.WalletRepositoryImpl; }
|
|
338
354
|
});
|
|
339
355
|
Object.defineProperty(exports, "WsElectrumChainSource", {
|
|
340
356
|
enumerable: true,
|
|
341
|
-
get: function () { return
|
|
357
|
+
get: function () { return chunkKNS5MTTI_cjs.WsElectrumChainSource; }
|
|
342
358
|
});
|
|
343
359
|
Object.defineProperty(exports, "arkRail", {
|
|
344
360
|
enumerable: true,
|
|
345
|
-
get: function () { return
|
|
361
|
+
get: function () { return chunkKNS5MTTI_cjs.arkRail; }
|
|
346
362
|
});
|
|
347
363
|
Object.defineProperty(exports, "arkTarget", {
|
|
348
364
|
enumerable: true,
|
|
349
|
-
get: function () { return
|
|
365
|
+
get: function () { return chunkKNS5MTTI_cjs.arkTarget; }
|
|
350
366
|
});
|
|
351
367
|
Object.defineProperty(exports, "arkade", {
|
|
352
368
|
enumerable: true,
|
|
353
|
-
get: function () { return
|
|
369
|
+
get: function () { return chunkKNS5MTTI_cjs.arkade_exports; }
|
|
354
370
|
});
|
|
355
371
|
Object.defineProperty(exports, "assertFinalCommitmentMatchesValidated", {
|
|
356
372
|
enumerable: true,
|
|
357
|
-
get: function () { return
|
|
373
|
+
get: function () { return chunkKNS5MTTI_cjs.assertFinalCommitmentMatchesValidated; }
|
|
358
374
|
});
|
|
359
375
|
Object.defineProperty(exports, "assertSendableAmount", {
|
|
360
376
|
enumerable: true,
|
|
361
|
-
get: function () { return
|
|
377
|
+
get: function () { return chunkKNS5MTTI_cjs.assertSendableAmount; }
|
|
362
378
|
});
|
|
363
379
|
Object.defineProperty(exports, "assertSubmittedArkTxid", {
|
|
364
380
|
enumerable: true,
|
|
365
|
-
get: function () { return
|
|
381
|
+
get: function () { return chunkKNS5MTTI_cjs.assertSubmittedArkTxid; }
|
|
366
382
|
});
|
|
367
383
|
Object.defineProperty(exports, "assertValidBatchExpiry", {
|
|
368
384
|
enumerable: true,
|
|
369
|
-
get: function () { return
|
|
385
|
+
get: function () { return chunkKNS5MTTI_cjs.assertValidBatchExpiry; }
|
|
370
386
|
});
|
|
371
387
|
Object.defineProperty(exports, "assertValidServerUnrollScript", {
|
|
372
388
|
enumerable: true,
|
|
373
|
-
get: function () { return
|
|
389
|
+
get: function () { return chunkKNS5MTTI_cjs.assertValidServerUnrollScript; }
|
|
374
390
|
});
|
|
375
391
|
Object.defineProperty(exports, "assetMintResolver", {
|
|
376
392
|
enumerable: true,
|
|
377
|
-
get: function () { return
|
|
393
|
+
get: function () { return chunkKNS5MTTI_cjs.assetMintResolver; }
|
|
378
394
|
});
|
|
379
395
|
Object.defineProperty(exports, "boardingResolver", {
|
|
380
396
|
enumerable: true,
|
|
381
|
-
get: function () { return
|
|
397
|
+
get: function () { return chunkKNS5MTTI_cjs.boardingResolver; }
|
|
382
398
|
});
|
|
383
399
|
Object.defineProperty(exports, "btcTarget", {
|
|
384
400
|
enumerable: true,
|
|
385
|
-
get: function () { return
|
|
401
|
+
get: function () { return chunkKNS5MTTI_cjs.btcTarget; }
|
|
386
402
|
});
|
|
387
403
|
Object.defineProperty(exports, "buildForfeitTx", {
|
|
388
404
|
enumerable: true,
|
|
389
|
-
get: function () { return
|
|
405
|
+
get: function () { return chunkKNS5MTTI_cjs.buildForfeitTx; }
|
|
390
406
|
});
|
|
391
407
|
Object.defineProperty(exports, "buildOffchainTx", {
|
|
392
408
|
enumerable: true,
|
|
393
|
-
get: function () { return
|
|
409
|
+
get: function () { return chunkKNS5MTTI_cjs.buildOffchainTx; }
|
|
410
|
+
});
|
|
411
|
+
Object.defineProperty(exports, "claimWithPreimageIdentity", {
|
|
412
|
+
enumerable: true,
|
|
413
|
+
get: function () { return chunkKNS5MTTI_cjs.claimWithPreimageIdentity; }
|
|
394
414
|
});
|
|
395
415
|
Object.defineProperty(exports, "classifyAgainstSignerSet", {
|
|
396
416
|
enumerable: true,
|
|
397
|
-
get: function () { return
|
|
417
|
+
get: function () { return chunkKNS5MTTI_cjs.classifyAgainstSignerSet; }
|
|
398
418
|
});
|
|
399
419
|
Object.defineProperty(exports, "classifyContractSigner", {
|
|
400
420
|
enumerable: true,
|
|
401
|
-
get: function () { return
|
|
421
|
+
get: function () { return chunkKNS5MTTI_cjs.classifyContractSigner; }
|
|
402
422
|
});
|
|
403
423
|
Object.defineProperty(exports, "closeDatabase", {
|
|
404
424
|
enumerable: true,
|
|
405
|
-
get: function () { return
|
|
425
|
+
get: function () { return chunkKNS5MTTI_cjs.closeDatabase; }
|
|
406
426
|
});
|
|
407
427
|
Object.defineProperty(exports, "collabExitResolver", {
|
|
408
428
|
enumerable: true,
|
|
409
|
-
get: function () { return
|
|
429
|
+
get: function () { return chunkKNS5MTTI_cjs.collabExitResolver; }
|
|
410
430
|
});
|
|
411
431
|
Object.defineProperty(exports, "combineTapscriptSigs", {
|
|
412
432
|
enumerable: true,
|
|
413
|
-
get: function () { return
|
|
433
|
+
get: function () { return chunkKNS5MTTI_cjs.combineTapscriptSigs; }
|
|
414
434
|
});
|
|
415
435
|
Object.defineProperty(exports, "contractFromArkContract", {
|
|
416
436
|
enumerable: true,
|
|
417
|
-
get: function () { return
|
|
437
|
+
get: function () { return chunkKNS5MTTI_cjs.contractFromArkContract; }
|
|
418
438
|
});
|
|
419
439
|
Object.defineProperty(exports, "contractFromArkContractWithAddress", {
|
|
420
440
|
enumerable: true,
|
|
421
|
-
get: function () { return
|
|
441
|
+
get: function () { return chunkKNS5MTTI_cjs.contractFromArkContractWithAddress; }
|
|
422
442
|
});
|
|
423
443
|
Object.defineProperty(exports, "createAssetPacket", {
|
|
424
444
|
enumerable: true,
|
|
425
|
-
get: function () { return
|
|
445
|
+
get: function () { return chunkKNS5MTTI_cjs.createAssetPacket; }
|
|
426
446
|
});
|
|
427
447
|
Object.defineProperty(exports, "createDefaultActivityRegistry", {
|
|
428
448
|
enumerable: true,
|
|
429
|
-
get: function () { return
|
|
449
|
+
get: function () { return chunkKNS5MTTI_cjs.createDefaultActivityRegistry; }
|
|
430
450
|
});
|
|
431
451
|
Object.defineProperty(exports, "createDefaultPaymentRouter", {
|
|
432
452
|
enumerable: true,
|
|
433
|
-
get: function () { return
|
|
453
|
+
get: function () { return chunkKNS5MTTI_cjs.createDefaultPaymentRouter; }
|
|
434
454
|
});
|
|
435
455
|
Object.defineProperty(exports, "createExitChainResolver", {
|
|
436
456
|
enumerable: true,
|
|
437
|
-
get: function () { return
|
|
457
|
+
get: function () { return chunkKNS5MTTI_cjs.createExitChainResolver; }
|
|
438
458
|
});
|
|
439
459
|
Object.defineProperty(exports, "decodeArkContract", {
|
|
440
460
|
enumerable: true,
|
|
441
|
-
get: function () { return
|
|
461
|
+
get: function () { return chunkKNS5MTTI_cjs.decodeArkContract; }
|
|
442
462
|
});
|
|
443
463
|
Object.defineProperty(exports, "defaultBatchExpiryPolicy", {
|
|
444
464
|
enumerable: true,
|
|
445
|
-
get: function () { return
|
|
465
|
+
get: function () { return chunkKNS5MTTI_cjs.defaultBatchExpiryPolicy; }
|
|
446
466
|
});
|
|
447
467
|
Object.defineProperty(exports, "defaultCheckpointExitDelayPolicy", {
|
|
448
468
|
enumerable: true,
|
|
449
|
-
get: function () { return
|
|
469
|
+
get: function () { return chunkKNS5MTTI_cjs.defaultCheckpointExitDelayPolicy; }
|
|
450
470
|
});
|
|
451
471
|
Object.defineProperty(exports, "deserializeExitPackage", {
|
|
452
472
|
enumerable: true,
|
|
453
|
-
get: function () { return
|
|
473
|
+
get: function () { return chunkKNS5MTTI_cjs.deserializeExitPackage; }
|
|
454
474
|
});
|
|
455
475
|
Object.defineProperty(exports, "encodeArkContract", {
|
|
456
476
|
enumerable: true,
|
|
457
|
-
get: function () { return
|
|
477
|
+
get: function () { return chunkKNS5MTTI_cjs.encodeArkContract; }
|
|
478
|
+
});
|
|
479
|
+
Object.defineProperty(exports, "gateExclusion", {
|
|
480
|
+
enumerable: true,
|
|
481
|
+
get: function () { return chunkKNS5MTTI_cjs.gateExclusion; }
|
|
482
|
+
});
|
|
483
|
+
Object.defineProperty(exports, "gatedContracts", {
|
|
484
|
+
enumerable: true,
|
|
485
|
+
get: function () { return chunkKNS5MTTI_cjs.gatedContracts; }
|
|
458
486
|
});
|
|
459
487
|
Object.defineProperty(exports, "getMigrationStatus", {
|
|
460
488
|
enumerable: true,
|
|
461
|
-
get: function () { return
|
|
489
|
+
get: function () { return chunkKNS5MTTI_cjs.getMigrationStatus; }
|
|
462
490
|
});
|
|
463
491
|
Object.defineProperty(exports, "getRandomId", {
|
|
464
492
|
enumerable: true,
|
|
465
|
-
get: function () { return
|
|
493
|
+
get: function () { return chunkKNS5MTTI_cjs.getRandomId; }
|
|
466
494
|
});
|
|
467
495
|
Object.defineProperty(exports, "hasBoardingTxExpired", {
|
|
468
496
|
enumerable: true,
|
|
469
|
-
get: function () { return
|
|
497
|
+
get: function () { return chunkKNS5MTTI_cjs.hasBoardingTxExpired; }
|
|
470
498
|
});
|
|
471
499
|
Object.defineProperty(exports, "hasCandidates", {
|
|
472
500
|
enumerable: true,
|
|
473
|
-
get: function () { return
|
|
501
|
+
get: function () { return chunkKNS5MTTI_cjs.hasCandidates; }
|
|
474
502
|
});
|
|
475
503
|
Object.defineProperty(exports, "invoiceTarget", {
|
|
476
504
|
enumerable: true,
|
|
477
|
-
get: function () { return
|
|
505
|
+
get: function () { return chunkKNS5MTTI_cjs.invoiceTarget; }
|
|
478
506
|
});
|
|
479
507
|
Object.defineProperty(exports, "isArkContract", {
|
|
480
508
|
enumerable: true,
|
|
481
|
-
get: function () { return
|
|
509
|
+
get: function () { return chunkKNS5MTTI_cjs.isArkContract; }
|
|
482
510
|
});
|
|
483
511
|
Object.defineProperty(exports, "isBatchSignable", {
|
|
484
512
|
enumerable: true,
|
|
485
|
-
get: function () { return
|
|
513
|
+
get: function () { return chunkKNS5MTTI_cjs.isBatchSignable; }
|
|
486
514
|
});
|
|
487
515
|
Object.defineProperty(exports, "isBtcAddress", {
|
|
488
516
|
enumerable: true,
|
|
489
|
-
get: function () { return
|
|
517
|
+
get: function () { return chunkKNS5MTTI_cjs.isBtcAddress; }
|
|
518
|
+
});
|
|
519
|
+
Object.defineProperty(exports, "isContractGenericallySpendable", {
|
|
520
|
+
enumerable: true,
|
|
521
|
+
get: function () { return chunkKNS5MTTI_cjs.isContractGenericallySpendable; }
|
|
490
522
|
});
|
|
491
523
|
Object.defineProperty(exports, "isCooperativelyMigratable", {
|
|
492
524
|
enumerable: true,
|
|
493
|
-
get: function () { return
|
|
525
|
+
get: function () { return chunkKNS5MTTI_cjs.isCooperativelyMigratable; }
|
|
494
526
|
});
|
|
495
527
|
Object.defineProperty(exports, "isDiscoverable", {
|
|
496
528
|
enumerable: true,
|
|
497
|
-
get: function () { return
|
|
529
|
+
get: function () { return chunkKNS5MTTI_cjs.isDiscoverable; }
|
|
530
|
+
});
|
|
531
|
+
Object.defineProperty(exports, "isHDAllocationCapable", {
|
|
532
|
+
enumerable: true,
|
|
533
|
+
get: function () { return chunkKNS5MTTI_cjs.isHDAllocationCapable; }
|
|
498
534
|
});
|
|
499
535
|
Object.defineProperty(exports, "isHDDeterministicSignCapable", {
|
|
500
536
|
enumerable: true,
|
|
501
|
-
get: function () { return
|
|
537
|
+
get: function () { return chunkKNS5MTTI_cjs.isHDDeterministicSignCapable; }
|
|
502
538
|
});
|
|
503
539
|
Object.defineProperty(exports, "isHDWalletCapable", {
|
|
504
540
|
enumerable: true,
|
|
505
|
-
get: function () { return
|
|
541
|
+
get: function () { return chunkKNS5MTTI_cjs.isHDWalletCapable; }
|
|
506
542
|
});
|
|
507
543
|
Object.defineProperty(exports, "isLightningInvoice", {
|
|
508
544
|
enumerable: true,
|
|
509
|
-
get: function () { return
|
|
545
|
+
get: function () { return chunkKNS5MTTI_cjs.isLightningInvoice; }
|
|
510
546
|
});
|
|
511
547
|
Object.defineProperty(exports, "isLnurl", {
|
|
512
548
|
enumerable: true,
|
|
513
|
-
get: function () { return
|
|
549
|
+
get: function () { return chunkKNS5MTTI_cjs.isLnurl; }
|
|
514
550
|
});
|
|
515
551
|
Object.defineProperty(exports, "isMessageBusInitializingError", {
|
|
516
552
|
enumerable: true,
|
|
517
|
-
get: function () { return
|
|
553
|
+
get: function () { return chunkKNS5MTTI_cjs.isMessageBusInitializingError; }
|
|
518
554
|
});
|
|
519
555
|
Object.defineProperty(exports, "isMessageBusNotInitializedError", {
|
|
520
556
|
enumerable: true,
|
|
521
|
-
get: function () { return
|
|
557
|
+
get: function () { return chunkKNS5MTTI_cjs.isMessageBusNotInitializedError; }
|
|
522
558
|
});
|
|
523
559
|
Object.defineProperty(exports, "isSubdust", {
|
|
524
560
|
enumerable: true,
|
|
525
|
-
get: function () { return
|
|
561
|
+
get: function () { return chunkKNS5MTTI_cjs.isSubdust; }
|
|
526
562
|
});
|
|
527
563
|
Object.defineProperty(exports, "isTerminalIntentState", {
|
|
528
564
|
enumerable: true,
|
|
529
|
-
get: function () { return
|
|
565
|
+
get: function () { return chunkKNS5MTTI_cjs.isTerminalIntentState; }
|
|
530
566
|
});
|
|
531
567
|
Object.defineProperty(exports, "isValidArkAddress", {
|
|
532
568
|
enumerable: true,
|
|
533
|
-
get: function () { return
|
|
569
|
+
get: function () { return chunkKNS5MTTI_cjs.isValidArkAddress; }
|
|
534
570
|
});
|
|
535
571
|
Object.defineProperty(exports, "isVtxoExpiringSoon", {
|
|
536
572
|
enumerable: true,
|
|
537
|
-
get: function () { return
|
|
573
|
+
get: function () { return chunkKNS5MTTI_cjs.isVtxoExpiringSoon; }
|
|
574
|
+
});
|
|
575
|
+
Object.defineProperty(exports, "logExcludedVtxos", {
|
|
576
|
+
enumerable: true,
|
|
577
|
+
get: function () { return chunkKNS5MTTI_cjs.logExcludedVtxos; }
|
|
538
578
|
});
|
|
539
579
|
Object.defineProperty(exports, "makeHandle", {
|
|
540
580
|
enumerable: true,
|
|
541
|
-
get: function () { return
|
|
581
|
+
get: function () { return chunkKNS5MTTI_cjs.makeHandle; }
|
|
542
582
|
});
|
|
543
583
|
Object.defineProperty(exports, "matchServerCheckpoints", {
|
|
544
584
|
enumerable: true,
|
|
545
|
-
get: function () { return
|
|
585
|
+
get: function () { return chunkKNS5MTTI_cjs.matchServerCheckpoints; }
|
|
546
586
|
});
|
|
547
587
|
Object.defineProperty(exports, "migrateWalletRepository", {
|
|
548
588
|
enumerable: true,
|
|
549
|
-
get: function () { return
|
|
589
|
+
get: function () { return chunkKNS5MTTI_cjs.migrateWalletRepository; }
|
|
550
590
|
});
|
|
551
591
|
Object.defineProperty(exports, "onchainRail", {
|
|
552
592
|
enumerable: true,
|
|
553
|
-
get: function () { return
|
|
593
|
+
get: function () { return chunkKNS5MTTI_cjs.onchainRail; }
|
|
554
594
|
});
|
|
555
595
|
Object.defineProperty(exports, "openDatabase", {
|
|
556
596
|
enumerable: true,
|
|
557
|
-
get: function () { return
|
|
597
|
+
get: function () { return chunkKNS5MTTI_cjs.openDatabase; }
|
|
598
|
+
});
|
|
599
|
+
Object.defineProperty(exports, "outpointExclusion", {
|
|
600
|
+
enumerable: true,
|
|
601
|
+
get: function () { return chunkKNS5MTTI_cjs.outpointExclusion; }
|
|
558
602
|
});
|
|
559
603
|
Object.defineProperty(exports, "requiresMigration", {
|
|
560
604
|
enumerable: true,
|
|
561
|
-
get: function () { return
|
|
605
|
+
get: function () { return chunkKNS5MTTI_cjs.requiresMigration; }
|
|
562
606
|
});
|
|
563
607
|
Object.defineProperty(exports, "resolveBatchExpiryPolicy", {
|
|
564
608
|
enumerable: true,
|
|
565
|
-
get: function () { return
|
|
609
|
+
get: function () { return chunkKNS5MTTI_cjs.resolveBatchExpiryPolicy; }
|
|
566
610
|
});
|
|
567
611
|
Object.defineProperty(exports, "resolveCheckpointExitDelayPolicy", {
|
|
568
612
|
enumerable: true,
|
|
569
|
-
get: function () { return
|
|
613
|
+
get: function () { return chunkKNS5MTTI_cjs.resolveCheckpointExitDelayPolicy; }
|
|
570
614
|
});
|
|
571
615
|
Object.defineProperty(exports, "resolveSendAmount", {
|
|
572
616
|
enumerable: true,
|
|
573
|
-
get: function () { return
|
|
617
|
+
get: function () { return chunkKNS5MTTI_cjs.resolveSendAmount; }
|
|
574
618
|
});
|
|
575
619
|
Object.defineProperty(exports, "rollbackMigration", {
|
|
576
620
|
enumerable: true,
|
|
577
|
-
get: function () { return
|
|
621
|
+
get: function () { return chunkKNS5MTTI_cjs.rollbackMigration; }
|
|
578
622
|
});
|
|
579
623
|
Object.defineProperty(exports, "selectCoinsWithAsset", {
|
|
580
624
|
enumerable: true,
|
|
581
|
-
get: function () { return
|
|
625
|
+
get: function () { return chunkKNS5MTTI_cjs.selectCoinsWithAsset; }
|
|
582
626
|
});
|
|
583
627
|
Object.defineProperty(exports, "selectVirtualCoins", {
|
|
584
628
|
enumerable: true,
|
|
585
|
-
get: function () { return
|
|
629
|
+
get: function () { return chunkKNS5MTTI_cjs.selectVirtualCoins; }
|
|
586
630
|
});
|
|
587
631
|
Object.defineProperty(exports, "serializeExitPackage", {
|
|
588
632
|
enumerable: true,
|
|
589
|
-
get: function () { return
|
|
633
|
+
get: function () { return chunkKNS5MTTI_cjs.serializeExitPackage; }
|
|
590
634
|
});
|
|
591
635
|
Object.defineProperty(exports, "setupServiceWorker", {
|
|
592
636
|
enumerable: true,
|
|
593
|
-
get: function () { return
|
|
637
|
+
get: function () { return chunkKNS5MTTI_cjs.setupServiceWorker; }
|
|
638
|
+
});
|
|
639
|
+
Object.defineProperty(exports, "signAndSubmitOffchainTx", {
|
|
640
|
+
enumerable: true,
|
|
641
|
+
get: function () { return chunkKNS5MTTI_cjs.signAndSubmitOffchainTx; }
|
|
594
642
|
});
|
|
595
643
|
Object.defineProperty(exports, "signerSetFromInfo", {
|
|
596
644
|
enumerable: true,
|
|
597
|
-
get: function () { return
|
|
645
|
+
get: function () { return chunkKNS5MTTI_cjs.signerSetFromInfo; }
|
|
646
|
+
});
|
|
647
|
+
Object.defineProperty(exports, "signingDescriptorIndex", {
|
|
648
|
+
enumerable: true,
|
|
649
|
+
get: function () { return chunkKNS5MTTI_cjs.signingDescriptorIndex; }
|
|
650
|
+
});
|
|
651
|
+
Object.defineProperty(exports, "strictSigningDescriptorIndex", {
|
|
652
|
+
enumerable: true,
|
|
653
|
+
get: function () { return chunkKNS5MTTI_cjs.strictSigningDescriptorIndex; }
|
|
598
654
|
});
|
|
599
655
|
Object.defineProperty(exports, "toXOnlySignerHex", {
|
|
600
656
|
enumerable: true,
|
|
601
|
-
get: function () { return
|
|
657
|
+
get: function () { return chunkKNS5MTTI_cjs.toXOnlySignerHex; }
|
|
602
658
|
});
|
|
603
659
|
Object.defineProperty(exports, "tryResolveSendAmount", {
|
|
604
660
|
enumerable: true,
|
|
605
|
-
get: function () { return
|
|
661
|
+
get: function () { return chunkKNS5MTTI_cjs.tryResolveSendAmount; }
|
|
606
662
|
});
|
|
607
663
|
Object.defineProperty(exports, "validateBatchRecipients", {
|
|
608
664
|
enumerable: true,
|
|
609
|
-
get: function () { return
|
|
665
|
+
get: function () { return chunkKNS5MTTI_cjs.validateBatchRecipients; }
|
|
610
666
|
});
|
|
611
667
|
Object.defineProperty(exports, "validateConnectorsTxGraph", {
|
|
612
668
|
enumerable: true,
|
|
613
|
-
get: function () { return
|
|
669
|
+
get: function () { return chunkKNS5MTTI_cjs.validateConnectorsTxGraph; }
|
|
614
670
|
});
|
|
615
671
|
Object.defineProperty(exports, "validateVtxoTxGraph", {
|
|
616
672
|
enumerable: true,
|
|
617
|
-
get: function () { return
|
|
673
|
+
get: function () { return chunkKNS5MTTI_cjs.validateVtxoTxGraph; }
|
|
618
674
|
});
|
|
619
675
|
Object.defineProperty(exports, "verifyTapscriptSignatures", {
|
|
620
676
|
enumerable: true,
|
|
621
|
-
get: function () { return
|
|
677
|
+
get: function () { return chunkKNS5MTTI_cjs.verifyTapscriptSignatures; }
|
|
622
678
|
});
|
|
623
679
|
Object.defineProperty(exports, "waitForIncomingFunds", {
|
|
624
680
|
enumerable: true,
|
|
625
|
-
get: function () { return
|
|
681
|
+
get: function () { return chunkKNS5MTTI_cjs.waitForIncomingFunds; }
|
|
626
682
|
});
|
|
627
683
|
Object.defineProperty(exports, "ChainTxType", {
|
|
628
684
|
enumerable: true,
|
|
629
|
-
get: function () { return
|
|
685
|
+
get: function () { return chunkPRFL62ID_cjs.ChainTxType; }
|
|
630
686
|
});
|
|
631
687
|
Object.defineProperty(exports, "IndexerTxType", {
|
|
632
688
|
enumerable: true,
|
|
633
|
-
get: function () { return
|
|
689
|
+
get: function () { return chunkPRFL62ID_cjs.IndexerTxType; }
|
|
634
690
|
});
|
|
635
691
|
Object.defineProperty(exports, "RestIndexerProvider", {
|
|
636
692
|
enumerable: true,
|
|
637
|
-
get: function () { return
|
|
693
|
+
get: function () { return chunkPRFL62ID_cjs.RestIndexerProvider; }
|
|
638
694
|
});
|
|
639
695
|
Object.defineProperty(exports, "asset", {
|
|
640
696
|
enumerable: true,
|
|
641
|
-
get: function () { return
|
|
697
|
+
get: function () { return chunkPRFL62ID_cjs.asset_exports; }
|
|
642
698
|
});
|
|
643
699
|
Object.defineProperty(exports, "ArkadeContractHandler", {
|
|
644
700
|
enumerable: true,
|
|
645
|
-
get: function () { return
|
|
701
|
+
get: function () { return chunkMZNLCMUP_cjs.ArkadeContractHandler; }
|
|
646
702
|
});
|
|
647
703
|
Object.defineProperty(exports, "BoardingContractHandler", {
|
|
648
704
|
enumerable: true,
|
|
649
|
-
get: function () { return
|
|
705
|
+
get: function () { return chunkMZNLCMUP_cjs.BoardingContractHandler; }
|
|
650
706
|
});
|
|
651
707
|
Object.defineProperty(exports, "DefaultContractHandler", {
|
|
652
708
|
enumerable: true,
|
|
653
|
-
get: function () { return
|
|
709
|
+
get: function () { return chunkMZNLCMUP_cjs.DefaultContractHandler; }
|
|
654
710
|
});
|
|
655
711
|
Object.defineProperty(exports, "DefaultVtxo", {
|
|
656
712
|
enumerable: true,
|
|
657
|
-
get: function () { return
|
|
713
|
+
get: function () { return chunkMZNLCMUP_cjs.DefaultVtxo; }
|
|
658
714
|
});
|
|
659
715
|
Object.defineProperty(exports, "DelegateContractHandler", {
|
|
660
716
|
enumerable: true,
|
|
661
|
-
get: function () { return
|
|
717
|
+
get: function () { return chunkMZNLCMUP_cjs.DelegateContractHandler; }
|
|
662
718
|
});
|
|
663
719
|
Object.defineProperty(exports, "DelegateVtxo", {
|
|
664
720
|
enumerable: true,
|
|
665
|
-
get: function () { return
|
|
721
|
+
get: function () { return chunkMZNLCMUP_cjs.DelegateVtxo; }
|
|
666
722
|
});
|
|
667
723
|
Object.defineProperty(exports, "VHTLC", {
|
|
668
724
|
enumerable: true,
|
|
669
|
-
get: function () { return
|
|
725
|
+
get: function () { return chunkMZNLCMUP_cjs.VHTLC; }
|
|
670
726
|
});
|
|
671
727
|
Object.defineProperty(exports, "VHTLCContractHandler", {
|
|
672
728
|
enumerable: true,
|
|
673
|
-
get: function () { return
|
|
729
|
+
get: function () { return chunkMZNLCMUP_cjs.VHTLCContractHandler; }
|
|
730
|
+
});
|
|
731
|
+
Object.defineProperty(exports, "VHTLCV2ContractHandler", {
|
|
732
|
+
enumerable: true,
|
|
733
|
+
get: function () { return chunkMZNLCMUP_cjs.VHTLCV2ContractHandler; }
|
|
674
734
|
});
|
|
675
735
|
Object.defineProperty(exports, "contractHandlers", {
|
|
676
736
|
enumerable: true,
|
|
677
|
-
get: function () { return
|
|
737
|
+
get: function () { return chunkMZNLCMUP_cjs.contractHandlers; }
|
|
678
738
|
});
|
|
679
739
|
Object.defineProperty(exports, "deriveDescriptorLeafCompressedPubKey", {
|
|
680
740
|
enumerable: true,
|
|
681
|
-
get: function () { return
|
|
741
|
+
get: function () { return chunkMZNLCMUP_cjs.deriveDescriptorLeafCompressedPubKey; }
|
|
682
742
|
});
|
|
683
743
|
Object.defineProperty(exports, "isCltvSatisfied", {
|
|
684
744
|
enumerable: true,
|
|
685
|
-
get: function () { return
|
|
745
|
+
get: function () { return chunkMZNLCMUP_cjs.isCltvSatisfied; }
|
|
686
746
|
});
|
|
687
747
|
Object.defineProperty(exports, "isCsvSpendable", {
|
|
688
748
|
enumerable: true,
|
|
689
|
-
get: function () { return
|
|
749
|
+
get: function () { return chunkMZNLCMUP_cjs.isCsvSpendable; }
|
|
690
750
|
});
|
|
691
751
|
Object.defineProperty(exports, "ArkAddress", {
|
|
692
752
|
enumerable: true,
|
|
693
|
-
get: function () { return
|
|
753
|
+
get: function () { return chunk4A4GRSTB_cjs.ArkAddress; }
|
|
694
754
|
});
|
|
695
755
|
Object.defineProperty(exports, "ArkError", {
|
|
696
756
|
enumerable: true,
|
|
697
|
-
get: function () { return
|
|
757
|
+
get: function () { return chunk4A4GRSTB_cjs.ArkError; }
|
|
698
758
|
});
|
|
699
759
|
Object.defineProperty(exports, "ArkErrorName", {
|
|
700
760
|
enumerable: true,
|
|
701
|
-
get: function () { return
|
|
761
|
+
get: function () { return chunk4A4GRSTB_cjs.ArkErrorName; }
|
|
702
762
|
});
|
|
703
763
|
Object.defineProperty(exports, "ArkPsbtFieldKey", {
|
|
704
764
|
enumerable: true,
|
|
705
|
-
get: function () { return
|
|
765
|
+
get: function () { return chunk4A4GRSTB_cjs.ArkPsbtFieldKey; }
|
|
706
766
|
});
|
|
707
767
|
Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
|
|
708
768
|
enumerable: true,
|
|
709
|
-
get: function () { return
|
|
769
|
+
get: function () { return chunk4A4GRSTB_cjs.ArkPsbtFieldKeyType; }
|
|
770
|
+
});
|
|
771
|
+
Object.defineProperty(exports, "BITCOIN_EMULATOR_PUBKEY", {
|
|
772
|
+
enumerable: true,
|
|
773
|
+
get: function () { return chunk4A4GRSTB_cjs.BITCOIN_EMULATOR_PUBKEY; }
|
|
710
774
|
});
|
|
711
775
|
Object.defineProperty(exports, "CLTVMultisigTapscript", {
|
|
712
776
|
enumerable: true,
|
|
713
|
-
get: function () { return
|
|
777
|
+
get: function () { return chunk4A4GRSTB_cjs.CLTVMultisigTapscript; }
|
|
714
778
|
});
|
|
715
779
|
Object.defineProperty(exports, "CSVMultisigTapscript", {
|
|
716
780
|
enumerable: true,
|
|
717
|
-
get: function () { return
|
|
781
|
+
get: function () { return chunk4A4GRSTB_cjs.CSVMultisigTapscript; }
|
|
718
782
|
});
|
|
719
783
|
Object.defineProperty(exports, "ConditionCSVMultisigTapscript", {
|
|
720
784
|
enumerable: true,
|
|
721
|
-
get: function () { return
|
|
785
|
+
get: function () { return chunk4A4GRSTB_cjs.ConditionCSVMultisigTapscript; }
|
|
722
786
|
});
|
|
723
787
|
Object.defineProperty(exports, "ConditionMultisigTapscript", {
|
|
724
788
|
enumerable: true,
|
|
725
|
-
get: function () { return
|
|
789
|
+
get: function () { return chunk4A4GRSTB_cjs.ConditionMultisigTapscript; }
|
|
726
790
|
});
|
|
727
791
|
Object.defineProperty(exports, "ConditionWitness", {
|
|
728
792
|
enumerable: true,
|
|
729
|
-
get: function () { return
|
|
793
|
+
get: function () { return chunk4A4GRSTB_cjs.ConditionWitness; }
|
|
730
794
|
});
|
|
731
795
|
Object.defineProperty(exports, "CosignerPublicKey", {
|
|
732
796
|
enumerable: true,
|
|
733
|
-
get: function () { return
|
|
797
|
+
get: function () { return chunk4A4GRSTB_cjs.CosignerPublicKey; }
|
|
734
798
|
});
|
|
735
799
|
Object.defineProperty(exports, "DigestMismatchError", {
|
|
736
800
|
enumerable: true,
|
|
737
|
-
get: function () { return
|
|
801
|
+
get: function () { return chunk4A4GRSTB_cjs.DigestMismatchError; }
|
|
802
|
+
});
|
|
803
|
+
Object.defineProperty(exports, "EventSourceUnavailableError", {
|
|
804
|
+
enumerable: true,
|
|
805
|
+
get: function () { return chunk4A4GRSTB_cjs.EventSourceUnavailableError; }
|
|
738
806
|
});
|
|
739
807
|
Object.defineProperty(exports, "FetchError", {
|
|
740
808
|
enumerable: true,
|
|
741
|
-
get: function () { return
|
|
809
|
+
get: function () { return chunk4A4GRSTB_cjs.FetchError; }
|
|
742
810
|
});
|
|
743
811
|
Object.defineProperty(exports, "Intent", {
|
|
744
812
|
enumerable: true,
|
|
745
|
-
get: function () { return
|
|
813
|
+
get: function () { return chunk4A4GRSTB_cjs.Intent; }
|
|
814
|
+
});
|
|
815
|
+
Object.defineProperty(exports, "MUTINYNET_EMULATOR_PUBKEY", {
|
|
816
|
+
enumerable: true,
|
|
817
|
+
get: function () { return chunk4A4GRSTB_cjs.MUTINYNET_EMULATOR_PUBKEY; }
|
|
746
818
|
});
|
|
747
819
|
Object.defineProperty(exports, "MultisigTapscript", {
|
|
748
820
|
enumerable: true,
|
|
749
|
-
get: function () { return
|
|
821
|
+
get: function () { return chunk4A4GRSTB_cjs.MultisigTapscript; }
|
|
750
822
|
});
|
|
751
823
|
Object.defineProperty(exports, "PrevArkTxField", {
|
|
752
824
|
enumerable: true,
|
|
753
|
-
get: function () { return
|
|
825
|
+
get: function () { return chunk4A4GRSTB_cjs.PrevArkTxField; }
|
|
754
826
|
});
|
|
755
827
|
Object.defineProperty(exports, "PrevoutTxField", {
|
|
756
828
|
enumerable: true,
|
|
757
|
-
get: function () { return
|
|
829
|
+
get: function () { return chunk4A4GRSTB_cjs.PrevoutTxField; }
|
|
758
830
|
});
|
|
759
831
|
Object.defineProperty(exports, "ProviderUnavailableError", {
|
|
760
832
|
enumerable: true,
|
|
761
|
-
get: function () { return
|
|
833
|
+
get: function () { return chunk4A4GRSTB_cjs.ProviderUnavailableError; }
|
|
834
|
+
});
|
|
835
|
+
Object.defineProperty(exports, "REGTEST_EMULATOR_PUBKEY", {
|
|
836
|
+
enumerable: true,
|
|
837
|
+
get: function () { return chunk4A4GRSTB_cjs.REGTEST_EMULATOR_PUBKEY; }
|
|
762
838
|
});
|
|
763
839
|
Object.defineProperty(exports, "RestArkProvider", {
|
|
764
840
|
enumerable: true,
|
|
765
|
-
get: function () { return
|
|
841
|
+
get: function () { return chunk4A4GRSTB_cjs.RestArkProvider; }
|
|
766
842
|
});
|
|
767
843
|
Object.defineProperty(exports, "ServerResponseMismatchError", {
|
|
768
844
|
enumerable: true,
|
|
769
|
-
get: function () { return
|
|
845
|
+
get: function () { return chunk4A4GRSTB_cjs.ServerResponseMismatchError; }
|
|
770
846
|
});
|
|
771
847
|
Object.defineProperty(exports, "SettlementEventType", {
|
|
772
848
|
enumerable: true,
|
|
773
|
-
get: function () { return
|
|
849
|
+
get: function () { return chunk4A4GRSTB_cjs.SettlementEventType; }
|
|
774
850
|
});
|
|
775
851
|
Object.defineProperty(exports, "TapTreeCoder", {
|
|
776
852
|
enumerable: true,
|
|
777
|
-
get: function () { return
|
|
853
|
+
get: function () { return chunk4A4GRSTB_cjs.TapTreeCoder; }
|
|
778
854
|
});
|
|
779
855
|
Object.defineProperty(exports, "Transaction", {
|
|
780
856
|
enumerable: true,
|
|
781
|
-
get: function () { return
|
|
857
|
+
get: function () { return chunk4A4GRSTB_cjs.Transaction; }
|
|
782
858
|
});
|
|
783
859
|
Object.defineProperty(exports, "VtxoScript", {
|
|
784
860
|
enumerable: true,
|
|
785
|
-
get: function () { return
|
|
861
|
+
get: function () { return chunk4A4GRSTB_cjs.VtxoScript; }
|
|
786
862
|
});
|
|
787
863
|
Object.defineProperty(exports, "VtxoTaprootTree", {
|
|
788
864
|
enumerable: true,
|
|
789
|
-
get: function () { return
|
|
865
|
+
get: function () { return chunk4A4GRSTB_cjs.VtxoTaprootTree; }
|
|
790
866
|
});
|
|
791
867
|
Object.defineProperty(exports, "VtxoTreeExpiry", {
|
|
792
868
|
enumerable: true,
|
|
793
|
-
get: function () { return
|
|
869
|
+
get: function () { return chunk4A4GRSTB_cjs.VtxoTreeExpiry; }
|
|
794
870
|
});
|
|
795
871
|
Object.defineProperty(exports, "assembleBtcdTaprootTree", {
|
|
796
872
|
enumerable: true,
|
|
797
|
-
get: function () { return
|
|
873
|
+
get: function () { return chunk4A4GRSTB_cjs.assembleBtcdTaprootTree; }
|
|
798
874
|
});
|
|
799
875
|
Object.defineProperty(exports, "buildVersion", {
|
|
800
876
|
enumerable: true,
|
|
801
|
-
get: function () { return
|
|
877
|
+
get: function () { return chunk4A4GRSTB_cjs.buildVersion; }
|
|
802
878
|
});
|
|
803
879
|
Object.defineProperty(exports, "canRecoverOnchain", {
|
|
804
880
|
enumerable: true,
|
|
805
|
-
get: function () { return
|
|
881
|
+
get: function () { return chunk4A4GRSTB_cjs.canRecoverOnchain; }
|
|
806
882
|
});
|
|
807
883
|
Object.defineProperty(exports, "canSpendOffchain", {
|
|
808
884
|
enumerable: true,
|
|
809
|
-
get: function () { return
|
|
885
|
+
get: function () { return chunk4A4GRSTB_cjs.canSpendOffchain; }
|
|
886
|
+
});
|
|
887
|
+
Object.defineProperty(exports, "configureEventSource", {
|
|
888
|
+
enumerable: true,
|
|
889
|
+
get: function () { return chunk4A4GRSTB_cjs.configureEventSource; }
|
|
810
890
|
});
|
|
811
891
|
Object.defineProperty(exports, "decodeTapscript", {
|
|
812
892
|
enumerable: true,
|
|
813
|
-
get: function () { return
|
|
893
|
+
get: function () { return chunk4A4GRSTB_cjs.decodeTapscript; }
|
|
894
|
+
});
|
|
895
|
+
Object.defineProperty(exports, "defaultEmulatorPubkey", {
|
|
896
|
+
enumerable: true,
|
|
897
|
+
get: function () { return chunk4A4GRSTB_cjs.defaultEmulatorPubkey; }
|
|
814
898
|
});
|
|
815
899
|
Object.defineProperty(exports, "getArkPsbtFields", {
|
|
816
900
|
enumerable: true,
|
|
817
|
-
get: function () { return
|
|
901
|
+
get: function () { return chunk4A4GRSTB_cjs.getArkPsbtFields; }
|
|
902
|
+
});
|
|
903
|
+
Object.defineProperty(exports, "getConfiguredEventSource", {
|
|
904
|
+
enumerable: true,
|
|
905
|
+
get: function () { return chunk4A4GRSTB_cjs.getConfiguredEventSource; }
|
|
818
906
|
});
|
|
819
907
|
Object.defineProperty(exports, "getNetwork", {
|
|
820
908
|
enumerable: true,
|
|
821
|
-
get: function () { return
|
|
909
|
+
get: function () { return chunk4A4GRSTB_cjs.getNetwork; }
|
|
822
910
|
});
|
|
823
911
|
Object.defineProperty(exports, "getSequence", {
|
|
824
912
|
enumerable: true,
|
|
825
|
-
get: function () { return
|
|
913
|
+
get: function () { return chunk4A4GRSTB_cjs.getSequence; }
|
|
826
914
|
});
|
|
827
915
|
Object.defineProperty(exports, "hasTerminalSpend", {
|
|
828
916
|
enumerable: true,
|
|
829
|
-
get: function () { return
|
|
917
|
+
get: function () { return chunk4A4GRSTB_cjs.hasTerminalSpend; }
|
|
830
918
|
});
|
|
831
919
|
Object.defineProperty(exports, "isArkError", {
|
|
832
920
|
enumerable: true,
|
|
833
|
-
get: function () { return
|
|
921
|
+
get: function () { return chunk4A4GRSTB_cjs.isArkError; }
|
|
922
|
+
});
|
|
923
|
+
Object.defineProperty(exports, "isEventSourceUnavailableError", {
|
|
924
|
+
enumerable: true,
|
|
925
|
+
get: function () { return chunk4A4GRSTB_cjs.isEventSourceUnavailableError; }
|
|
834
926
|
});
|
|
835
927
|
Object.defineProperty(exports, "isExpired", {
|
|
836
928
|
enumerable: true,
|
|
837
|
-
get: function () { return
|
|
929
|
+
get: function () { return chunk4A4GRSTB_cjs.isExpired; }
|
|
838
930
|
});
|
|
839
931
|
Object.defineProperty(exports, "isPastExpiry", {
|
|
840
932
|
enumerable: true,
|
|
841
|
-
get: function () { return
|
|
933
|
+
get: function () { return chunk4A4GRSTB_cjs.isPastExpiry; }
|
|
842
934
|
});
|
|
843
935
|
Object.defineProperty(exports, "isRecoverable", {
|
|
844
936
|
enumerable: true,
|
|
845
|
-
get: function () { return
|
|
937
|
+
get: function () { return chunk4A4GRSTB_cjs.isRecoverable; }
|
|
846
938
|
});
|
|
847
939
|
Object.defineProperty(exports, "isRetryableProviderError", {
|
|
848
940
|
enumerable: true,
|
|
849
|
-
get: function () { return
|
|
941
|
+
get: function () { return chunk4A4GRSTB_cjs.isRetryableProviderError; }
|
|
850
942
|
});
|
|
851
943
|
Object.defineProperty(exports, "isSpendable", {
|
|
852
944
|
enumerable: true,
|
|
853
|
-
get: function () { return
|
|
945
|
+
get: function () { return chunk4A4GRSTB_cjs.isSpendable; }
|
|
854
946
|
});
|
|
855
947
|
Object.defineProperty(exports, "isVirtualCoin", {
|
|
856
948
|
enumerable: true,
|
|
857
|
-
get: function () { return
|
|
949
|
+
get: function () { return chunk4A4GRSTB_cjs.isVirtualCoin; }
|
|
858
950
|
});
|
|
859
951
|
Object.defineProperty(exports, "maybeArkError", {
|
|
860
952
|
enumerable: true,
|
|
861
|
-
get: function () { return
|
|
953
|
+
get: function () { return chunk4A4GRSTB_cjs.maybeArkError; }
|
|
862
954
|
});
|
|
863
955
|
Object.defineProperty(exports, "networks", {
|
|
864
956
|
enumerable: true,
|
|
865
|
-
get: function () { return
|
|
957
|
+
get: function () { return chunk4A4GRSTB_cjs.networks; }
|
|
958
|
+
});
|
|
959
|
+
Object.defineProperty(exports, "resolveEmulatorPubkey", {
|
|
960
|
+
enumerable: true,
|
|
961
|
+
get: function () { return chunk4A4GRSTB_cjs.resolveEmulatorPubkey; }
|
|
962
|
+
});
|
|
963
|
+
Object.defineProperty(exports, "resolveEventSource", {
|
|
964
|
+
enumerable: true,
|
|
965
|
+
get: function () { return chunk4A4GRSTB_cjs.resolveEventSource; }
|
|
866
966
|
});
|
|
867
967
|
Object.defineProperty(exports, "scriptFromTapLeafScript", {
|
|
868
968
|
enumerable: true,
|
|
869
|
-
get: function () { return
|
|
969
|
+
get: function () { return chunk4A4GRSTB_cjs.scriptFromTapLeafScript; }
|
|
870
970
|
});
|
|
871
971
|
Object.defineProperty(exports, "sdkVersion", {
|
|
872
972
|
enumerable: true,
|
|
873
|
-
get: function () { return
|
|
973
|
+
get: function () { return chunk4A4GRSTB_cjs.sdkVersion; }
|
|
874
974
|
});
|
|
875
975
|
Object.defineProperty(exports, "sequenceToTimelock", {
|
|
876
976
|
enumerable: true,
|
|
877
|
-
get: function () { return
|
|
977
|
+
get: function () { return chunk4A4GRSTB_cjs.sequenceToTimelock; }
|
|
878
978
|
});
|
|
879
979
|
Object.defineProperty(exports, "setArkPsbtField", {
|
|
880
980
|
enumerable: true,
|
|
881
|
-
get: function () { return
|
|
981
|
+
get: function () { return chunk4A4GRSTB_cjs.setArkPsbtField; }
|
|
882
982
|
});
|
|
883
983
|
Object.defineProperty(exports, "timelockToSequence", {
|
|
884
984
|
enumerable: true,
|
|
885
|
-
get: function () { return
|
|
985
|
+
get: function () { return chunk4A4GRSTB_cjs.timelockToSequence; }
|
|
886
986
|
});
|
|
887
987
|
//# sourceMappingURL=index.cjs.map
|
|
888
988
|
//# sourceMappingURL=index.cjs.map
|