@arkade-os/sdk 0.4.54 → 0.4.55
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/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-acFuA57I.d.cts → ark-Do9Lqfsp.d.cts} +35 -2
- package/dist/{ark-acFuA57I.d.ts → ark-Do9Lqfsp.d.ts} +35 -2
- package/dist/{asyncStorageTaskQueue-BO3cvMpP.d.cts → asyncStorageTaskQueue-C3DYxvAT.d.cts} +2 -2
- package/dist/{asyncStorageTaskQueue-DACXtP0I.d.ts → asyncStorageTaskQueue-DOnBOEDn.d.ts} +2 -2
- package/dist/{chunk-YRLBZJYO.cjs → chunk-C6UYPHTQ.cjs} +9 -9
- package/dist/{chunk-YRLBZJYO.cjs.map → chunk-C6UYPHTQ.cjs.map} +1 -1
- package/dist/{chunk-BYJJIITU.cjs → chunk-CSS74VCN.cjs} +17 -17
- package/dist/{chunk-BYJJIITU.cjs.map → chunk-CSS74VCN.cjs.map} +1 -1
- package/dist/{chunk-ZOY5JSVA.js → chunk-ENWR2F2P.js} +3 -3
- package/dist/{chunk-ZOY5JSVA.js.map → chunk-ENWR2F2P.js.map} +1 -1
- package/dist/{chunk-RNECH3TA.cjs → chunk-G7DOBFQN.cjs} +15 -15
- package/dist/{chunk-RNECH3TA.cjs.map → chunk-G7DOBFQN.cjs.map} +1 -1
- package/dist/{chunk-4EIKOJLD.js → chunk-JCJ5WFS3.js} +11 -4
- package/dist/chunk-JCJ5WFS3.js.map +1 -0
- package/dist/{chunk-7L3P3EP5.js → chunk-LAONNMM5.js} +4 -4
- package/dist/{chunk-7L3P3EP5.js.map → chunk-LAONNMM5.js.map} +1 -1
- package/dist/{chunk-GMUVWKOK.cjs → chunk-OWCPXRGP.cjs} +11 -3
- package/dist/chunk-OWCPXRGP.cjs.map +1 -0
- package/dist/{chunk-A37WVZ5T.js → chunk-QMPNPZ2T.js} +23 -4
- package/dist/chunk-QMPNPZ2T.js.map +1 -0
- package/dist/{chunk-TEHJCEF3.js → chunk-QO3IKBYL.js} +366 -51
- package/dist/chunk-QO3IKBYL.js.map +1 -0
- package/dist/{chunk-QY2YVFZT.js → chunk-SG4X7SEC.js} +4 -4
- package/dist/{chunk-QY2YVFZT.js.map → chunk-SG4X7SEC.js.map} +1 -1
- package/dist/{chunk-53XNU2EL.cjs → chunk-V2TOHHPW.cjs} +60 -40
- package/dist/chunk-V2TOHHPW.cjs.map +1 -0
- package/dist/{chunk-D5LUPJJP.cjs → chunk-ZPL34T2Q.cjs} +717 -395
- package/dist/chunk-ZPL34T2Q.cjs.map +1 -0
- package/dist/contracts/handlers/index.cjs +8 -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-Ca_wXiYE.d.cts → delegate-C0iIBxen.d.cts} +1 -1
- package/dist/{delegate-DjwZZi6L.d.ts → delegate-DmhFrtdq.d.ts} +1 -1
- package/dist/{index-Ddq0mIKX.d.ts → index-BNt4wcSh.d.ts} +2 -2
- package/dist/{index-DFfefdpc.d.cts → index-BnLM1XxA.d.cts} +2 -2
- package/dist/index.cjs +238 -202
- package/dist/index.d.cts +138 -14
- package/dist/index.d.ts +138 -14
- 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-DbCNRP31.d.ts → taskRunner-Bgs-0I3x.d.ts} +2 -2
- package/dist/{taskRunner-DEwlrgId.d.cts → taskRunner-RwUvgQ5M.d.cts} +2 -2
- package/dist/wallet/expo/background.cjs +14 -14
- package/dist/wallet/expo/background.d.cts +3 -3
- package/dist/wallet/expo/background.d.ts +3 -3
- package/dist/wallet/expo/background.js +6 -6
- package/dist/wallet/expo/index.cjs +14 -14
- package/dist/wallet/expo/index.d.cts +5 -5
- package/dist/wallet/expo/index.d.ts +5 -5
- package/dist/wallet/expo/index.js +5 -5
- package/dist/{wallet-ByjM6L20.d.cts → wallet-5Aou-V5n.d.ts} +83 -6
- package/dist/{wallet-B9rpddG2.d.ts → wallet-Ck7BH8zR.d.cts} +83 -6
- package/dist/worker/expo/index.cjs +9 -9
- package/dist/worker/expo/index.d.cts +4 -4
- package/dist/worker/expo/index.d.ts +4 -4
- package/dist/worker/expo/index.js +5 -5
- package/package.json +1 -1
- package/dist/chunk-4EIKOJLD.js.map +0 -1
- package/dist/chunk-53XNU2EL.cjs.map +0 -1
- package/dist/chunk-A37WVZ5T.js.map +0 -1
- package/dist/chunk-D5LUPJJP.cjs.map +0 -1
- package/dist/chunk-GMUVWKOK.cjs.map +0 -1
- package/dist/chunk-TEHJCEF3.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,804 +1,840 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var chunkZPL34T2Q_cjs = require('./chunk-ZPL34T2Q.cjs');
|
|
4
|
+
var chunkG7DOBFQN_cjs = require('./chunk-G7DOBFQN.cjs');
|
|
5
|
+
var chunkV2TOHHPW_cjs = require('./chunk-V2TOHHPW.cjs');
|
|
6
|
+
var chunkOWCPXRGP_cjs = require('./chunk-OWCPXRGP.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 chunkZPL34T2Q_cjs.ARKADE_MAGIC; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "ActivityRegistry", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkZPL34T2Q_cjs.ActivityRegistry; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "AmbiguousRouteError", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkZPL34T2Q_cjs.AmbiguousRouteError; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ArkNote", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkZPL34T2Q_cjs.ArkNote; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "ArkadeCash", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkZPL34T2Q_cjs.ArkadeCash; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ArkadeCashCreateError", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkZPL34T2Q_cjs.ArkadeCashCreateError; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "AssetManager", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkZPL34T2Q_cjs.AssetManager; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "BIP21", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkZPL34T2Q_cjs.BIP21; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "BIP21Error", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkZPL34T2Q_cjs.BIP21Error; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "BIP322", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkZPL34T2Q_cjs.BIP322; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "Batch", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkZPL34T2Q_cjs.Batch; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "ChainedTxType", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkZPL34T2Q_cjs.ChainedTxType; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "ContractManager", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkZPL34T2Q_cjs.ContractManager; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "ContractRepositoryImpl", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkZPL34T2Q_cjs.ContractRepositoryImpl; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "ContractWatcher", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkZPL34T2Q_cjs.ContractWatcher; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkZPL34T2Q_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "DelegateManagerImpl", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkZPL34T2Q_cjs.DelegateManagerImpl; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "DelegateNotConfiguredError", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkZPL34T2Q_cjs.DelegateNotConfiguredError; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "DelegatorManagerImpl", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkZPL34T2Q_cjs.DelegatorManagerImpl; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "DelegatorNotConfiguredError", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkZPL34T2Q_cjs.DelegatorNotConfiguredError; }
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(exports, "DescriptorIdentity", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function () { return chunkZPL34T2Q_cjs.DescriptorIdentity; }
|
|
90
94
|
});
|
|
91
95
|
Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
|
|
92
96
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkZPL34T2Q_cjs.DescriptorSigningProviderMissingError; }
|
|
94
98
|
});
|
|
95
99
|
Object.defineProperty(exports, "DustChangeError", {
|
|
96
100
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkZPL34T2Q_cjs.DustChangeError; }
|
|
98
102
|
});
|
|
99
103
|
Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
|
|
100
104
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkZPL34T2Q_cjs.ELECTRUM_TCP_HOST; }
|
|
102
106
|
});
|
|
103
107
|
Object.defineProperty(exports, "ELECTRUM_WS_URL", {
|
|
104
108
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkZPL34T2Q_cjs.ELECTRUM_WS_URL; }
|
|
106
110
|
});
|
|
107
111
|
Object.defineProperty(exports, "ESPLORA_URL", {
|
|
108
112
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkZPL34T2Q_cjs.ESPLORA_URL; }
|
|
110
114
|
});
|
|
111
115
|
Object.defineProperty(exports, "ElectrumOnchainProvider", {
|
|
112
116
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkZPL34T2Q_cjs.ElectrumOnchainProvider; }
|
|
114
118
|
});
|
|
115
119
|
Object.defineProperty(exports, "EmulatorPacket", {
|
|
116
120
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkZPL34T2Q_cjs.EmulatorPacket; }
|
|
118
122
|
});
|
|
119
123
|
Object.defineProperty(exports, "EsploraProvider", {
|
|
120
124
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkZPL34T2Q_cjs.EsploraProvider; }
|
|
122
126
|
});
|
|
123
127
|
Object.defineProperty(exports, "Estimator", {
|
|
124
128
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkZPL34T2Q_cjs.Estimator; }
|
|
126
130
|
});
|
|
127
131
|
Object.defineProperty(exports, "Extension", {
|
|
128
132
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkZPL34T2Q_cjs.Extension; }
|
|
130
134
|
});
|
|
131
135
|
Object.defineProperty(exports, "ExtensionNotFoundError", {
|
|
132
136
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkZPL34T2Q_cjs.ExtensionNotFoundError; }
|
|
134
138
|
});
|
|
135
139
|
Object.defineProperty(exports, "HDDescriptorProvider", {
|
|
136
140
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkZPL34T2Q_cjs.HDDescriptorProvider; }
|
|
138
142
|
});
|
|
139
143
|
Object.defineProperty(exports, "INTENT_TERMINAL_STATES", {
|
|
140
144
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkZPL34T2Q_cjs.INTENT_TERMINAL_STATES; }
|
|
142
146
|
});
|
|
143
147
|
Object.defineProperty(exports, "InMemoryContractRepository", {
|
|
144
148
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkZPL34T2Q_cjs.InMemoryContractRepository; }
|
|
146
150
|
});
|
|
147
151
|
Object.defineProperty(exports, "InMemoryIntentRepository", {
|
|
148
152
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkZPL34T2Q_cjs.InMemoryIntentRepository; }
|
|
150
154
|
});
|
|
151
155
|
Object.defineProperty(exports, "InMemoryVirtualTxRepository", {
|
|
152
156
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkZPL34T2Q_cjs.InMemoryVirtualTxRepository; }
|
|
154
158
|
});
|
|
155
159
|
Object.defineProperty(exports, "InMemoryWalletRepository", {
|
|
156
160
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkZPL34T2Q_cjs.InMemoryWalletRepository; }
|
|
158
162
|
});
|
|
159
163
|
Object.defineProperty(exports, "IndexedDBContractRepository", {
|
|
160
164
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkZPL34T2Q_cjs.IndexedDBContractRepository; }
|
|
162
166
|
});
|
|
163
167
|
Object.defineProperty(exports, "IndexedDBIntentRepository", {
|
|
164
168
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkZPL34T2Q_cjs.IndexedDBIntentRepository; }
|
|
166
170
|
});
|
|
167
171
|
Object.defineProperty(exports, "IndexedDBVirtualTxRepository", {
|
|
168
172
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkZPL34T2Q_cjs.IndexedDBVirtualTxRepository; }
|
|
170
174
|
});
|
|
171
175
|
Object.defineProperty(exports, "IndexedDBWalletRepository", {
|
|
172
176
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkZPL34T2Q_cjs.IndexedDBWalletRepository; }
|
|
174
178
|
});
|
|
175
179
|
Object.defineProperty(exports, "MESSAGE_BUS_INITIALIZING", {
|
|
176
180
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkZPL34T2Q_cjs.MESSAGE_BUS_INITIALIZING; }
|
|
178
182
|
});
|
|
179
183
|
Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
|
|
180
184
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkZPL34T2Q_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
|
|
182
186
|
});
|
|
183
187
|
Object.defineProperty(exports, "MIGRATION_KEY", {
|
|
184
188
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkZPL34T2Q_cjs.MIGRATION_KEY; }
|
|
186
190
|
});
|
|
187
191
|
Object.defineProperty(exports, "MessageBus", {
|
|
188
192
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkZPL34T2Q_cjs.MessageBus; }
|
|
190
194
|
});
|
|
191
195
|
Object.defineProperty(exports, "MessageBusInitializingError", {
|
|
192
196
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkZPL34T2Q_cjs.MessageBusInitializingError; }
|
|
194
198
|
});
|
|
195
199
|
Object.defineProperty(exports, "MessageBusNotInitializedError", {
|
|
196
200
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkZPL34T2Q_cjs.MessageBusNotInitializedError; }
|
|
198
202
|
});
|
|
199
203
|
Object.defineProperty(exports, "MissingSigningDescriptorError", {
|
|
200
204
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkZPL34T2Q_cjs.MissingSigningDescriptorError; }
|
|
202
206
|
});
|
|
203
207
|
Object.defineProperty(exports, "MnemonicIdentity", {
|
|
204
208
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkZPL34T2Q_cjs.MnemonicIdentity; }
|
|
206
210
|
});
|
|
207
211
|
Object.defineProperty(exports, "OnchainWallet", {
|
|
208
212
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkZPL34T2Q_cjs.OnchainWallet; }
|
|
210
214
|
});
|
|
211
215
|
Object.defineProperty(exports, "P2A", {
|
|
212
216
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkZPL34T2Q_cjs.P2A; }
|
|
214
218
|
});
|
|
215
219
|
Object.defineProperty(exports, "PaymentRouter", {
|
|
216
220
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkZPL34T2Q_cjs.PaymentRouter; }
|
|
218
222
|
});
|
|
219
223
|
Object.defineProperty(exports, "Ramps", {
|
|
220
224
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkZPL34T2Q_cjs.Ramps; }
|
|
222
226
|
});
|
|
223
227
|
Object.defineProperty(exports, "ReadonlyAssetManager", {
|
|
224
228
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkZPL34T2Q_cjs.ReadonlyAssetManager; }
|
|
226
230
|
});
|
|
227
231
|
Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
|
|
228
232
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkZPL34T2Q_cjs.ReadonlyDescriptorIdentity; }
|
|
230
234
|
});
|
|
231
235
|
Object.defineProperty(exports, "ReadonlySingleKey", {
|
|
232
236
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkZPL34T2Q_cjs.ReadonlySingleKey; }
|
|
234
238
|
});
|
|
235
239
|
Object.defineProperty(exports, "ReadonlyWallet", {
|
|
236
240
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkZPL34T2Q_cjs.ReadonlyWallet; }
|
|
238
242
|
});
|
|
239
243
|
Object.defineProperty(exports, "ReadonlyWalletError", {
|
|
240
244
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkZPL34T2Q_cjs.ReadonlyWalletError; }
|
|
242
246
|
});
|
|
243
247
|
Object.defineProperty(exports, "RestDelegateProvider", {
|
|
244
248
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkZPL34T2Q_cjs.RestDelegateProvider; }
|
|
246
250
|
});
|
|
247
251
|
Object.defineProperty(exports, "RestDelegatorProvider", {
|
|
248
252
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkZPL34T2Q_cjs.RestDelegatorProvider; }
|
|
250
254
|
});
|
|
251
255
|
Object.defineProperty(exports, "RestEmulatorProvider", {
|
|
252
256
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkZPL34T2Q_cjs.RestEmulatorProvider; }
|
|
254
258
|
});
|
|
255
259
|
Object.defineProperty(exports, "SeedIdentity", {
|
|
256
260
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkZPL34T2Q_cjs.SeedIdentity; }
|
|
258
262
|
});
|
|
259
263
|
Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
|
|
260
264
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkZPL34T2Q_cjs.ServiceWorkerReadonlyWallet; }
|
|
262
266
|
});
|
|
263
267
|
Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
|
|
264
268
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkZPL34T2Q_cjs.ServiceWorkerTimeoutError; }
|
|
266
270
|
});
|
|
267
271
|
Object.defineProperty(exports, "ServiceWorkerWallet", {
|
|
268
272
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkZPL34T2Q_cjs.ServiceWorkerWallet; }
|
|
270
274
|
});
|
|
271
275
|
Object.defineProperty(exports, "SingleKey", {
|
|
272
276
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkZPL34T2Q_cjs.SingleKey; }
|
|
274
278
|
});
|
|
275
279
|
Object.defineProperty(exports, "TxTree", {
|
|
276
280
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkZPL34T2Q_cjs.TxTree; }
|
|
278
282
|
});
|
|
279
283
|
Object.defineProperty(exports, "TxType", {
|
|
280
284
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkZPL34T2Q_cjs.TxType; }
|
|
282
286
|
});
|
|
283
287
|
Object.defineProperty(exports, "TxWeightEstimator", {
|
|
284
288
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkZPL34T2Q_cjs.TxWeightEstimator; }
|
|
286
290
|
});
|
|
287
291
|
Object.defineProperty(exports, "UnilateralExit", {
|
|
288
292
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkZPL34T2Q_cjs.UnilateralExit; }
|
|
290
294
|
});
|
|
291
295
|
Object.defineProperty(exports, "UnknownPacket", {
|
|
292
296
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkZPL34T2Q_cjs.UnknownPacket; }
|
|
294
298
|
});
|
|
295
299
|
Object.defineProperty(exports, "Unroll", {
|
|
296
300
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkZPL34T2Q_cjs.Unroll; }
|
|
298
302
|
});
|
|
299
303
|
Object.defineProperty(exports, "VtxoManager", {
|
|
300
304
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunkZPL34T2Q_cjs.VtxoManager; }
|
|
302
306
|
});
|
|
303
307
|
Object.defineProperty(exports, "Wallet", {
|
|
304
308
|
enumerable: true,
|
|
305
|
-
get: function () { return
|
|
309
|
+
get: function () { return chunkZPL34T2Q_cjs.Wallet; }
|
|
306
310
|
});
|
|
307
311
|
Object.defineProperty(exports, "WalletMessageHandler", {
|
|
308
312
|
enumerable: true,
|
|
309
|
-
get: function () { return
|
|
313
|
+
get: function () { return chunkZPL34T2Q_cjs.WalletMessageHandler; }
|
|
310
314
|
});
|
|
311
315
|
Object.defineProperty(exports, "WalletNotInitializedError", {
|
|
312
316
|
enumerable: true,
|
|
313
|
-
get: function () { return
|
|
317
|
+
get: function () { return chunkZPL34T2Q_cjs.WalletNotInitializedError; }
|
|
314
318
|
});
|
|
315
319
|
Object.defineProperty(exports, "WalletRepositoryImpl", {
|
|
316
320
|
enumerable: true,
|
|
317
|
-
get: function () { return
|
|
321
|
+
get: function () { return chunkZPL34T2Q_cjs.WalletRepositoryImpl; }
|
|
318
322
|
});
|
|
319
323
|
Object.defineProperty(exports, "WsElectrumChainSource", {
|
|
320
324
|
enumerable: true,
|
|
321
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunkZPL34T2Q_cjs.WsElectrumChainSource; }
|
|
322
326
|
});
|
|
323
327
|
Object.defineProperty(exports, "arkRail", {
|
|
324
328
|
enumerable: true,
|
|
325
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunkZPL34T2Q_cjs.arkRail; }
|
|
326
330
|
});
|
|
327
331
|
Object.defineProperty(exports, "arkTarget", {
|
|
328
332
|
enumerable: true,
|
|
329
|
-
get: function () { return
|
|
333
|
+
get: function () { return chunkZPL34T2Q_cjs.arkTarget; }
|
|
330
334
|
});
|
|
331
335
|
Object.defineProperty(exports, "arkade", {
|
|
332
336
|
enumerable: true,
|
|
333
|
-
get: function () { return
|
|
337
|
+
get: function () { return chunkZPL34T2Q_cjs.arkade_exports; }
|
|
334
338
|
});
|
|
335
339
|
Object.defineProperty(exports, "assertSendableAmount", {
|
|
336
340
|
enumerable: true,
|
|
337
|
-
get: function () { return
|
|
341
|
+
get: function () { return chunkZPL34T2Q_cjs.assertSendableAmount; }
|
|
342
|
+
});
|
|
343
|
+
Object.defineProperty(exports, "assertSubmittedArkTxid", {
|
|
344
|
+
enumerable: true,
|
|
345
|
+
get: function () { return chunkZPL34T2Q_cjs.assertSubmittedArkTxid; }
|
|
346
|
+
});
|
|
347
|
+
Object.defineProperty(exports, "assetMintResolver", {
|
|
348
|
+
enumerable: true,
|
|
349
|
+
get: function () { return chunkZPL34T2Q_cjs.assetMintResolver; }
|
|
338
350
|
});
|
|
339
351
|
Object.defineProperty(exports, "boardingResolver", {
|
|
340
352
|
enumerable: true,
|
|
341
|
-
get: function () { return
|
|
353
|
+
get: function () { return chunkZPL34T2Q_cjs.boardingResolver; }
|
|
342
354
|
});
|
|
343
355
|
Object.defineProperty(exports, "btcTarget", {
|
|
344
356
|
enumerable: true,
|
|
345
|
-
get: function () { return
|
|
357
|
+
get: function () { return chunkZPL34T2Q_cjs.btcTarget; }
|
|
346
358
|
});
|
|
347
359
|
Object.defineProperty(exports, "buildForfeitTx", {
|
|
348
360
|
enumerable: true,
|
|
349
|
-
get: function () { return
|
|
361
|
+
get: function () { return chunkZPL34T2Q_cjs.buildForfeitTx; }
|
|
350
362
|
});
|
|
351
363
|
Object.defineProperty(exports, "buildOffchainTx", {
|
|
352
364
|
enumerable: true,
|
|
353
|
-
get: function () { return
|
|
365
|
+
get: function () { return chunkZPL34T2Q_cjs.buildOffchainTx; }
|
|
354
366
|
});
|
|
355
367
|
Object.defineProperty(exports, "classifyAgainstSignerSet", {
|
|
356
368
|
enumerable: true,
|
|
357
|
-
get: function () { return
|
|
369
|
+
get: function () { return chunkZPL34T2Q_cjs.classifyAgainstSignerSet; }
|
|
358
370
|
});
|
|
359
371
|
Object.defineProperty(exports, "classifyContractSigner", {
|
|
360
372
|
enumerable: true,
|
|
361
|
-
get: function () { return
|
|
373
|
+
get: function () { return chunkZPL34T2Q_cjs.classifyContractSigner; }
|
|
362
374
|
});
|
|
363
375
|
Object.defineProperty(exports, "closeDatabase", {
|
|
364
376
|
enumerable: true,
|
|
365
|
-
get: function () { return
|
|
377
|
+
get: function () { return chunkZPL34T2Q_cjs.closeDatabase; }
|
|
378
|
+
});
|
|
379
|
+
Object.defineProperty(exports, "collabExitResolver", {
|
|
380
|
+
enumerable: true,
|
|
381
|
+
get: function () { return chunkZPL34T2Q_cjs.collabExitResolver; }
|
|
366
382
|
});
|
|
367
383
|
Object.defineProperty(exports, "combineTapscriptSigs", {
|
|
368
384
|
enumerable: true,
|
|
369
|
-
get: function () { return
|
|
385
|
+
get: function () { return chunkZPL34T2Q_cjs.combineTapscriptSigs; }
|
|
370
386
|
});
|
|
371
387
|
Object.defineProperty(exports, "contractFromArkContract", {
|
|
372
388
|
enumerable: true,
|
|
373
|
-
get: function () { return
|
|
389
|
+
get: function () { return chunkZPL34T2Q_cjs.contractFromArkContract; }
|
|
374
390
|
});
|
|
375
391
|
Object.defineProperty(exports, "contractFromArkContractWithAddress", {
|
|
376
392
|
enumerable: true,
|
|
377
|
-
get: function () { return
|
|
393
|
+
get: function () { return chunkZPL34T2Q_cjs.contractFromArkContractWithAddress; }
|
|
378
394
|
});
|
|
379
395
|
Object.defineProperty(exports, "createAssetPacket", {
|
|
380
396
|
enumerable: true,
|
|
381
|
-
get: function () { return
|
|
397
|
+
get: function () { return chunkZPL34T2Q_cjs.createAssetPacket; }
|
|
382
398
|
});
|
|
383
399
|
Object.defineProperty(exports, "createDefaultActivityRegistry", {
|
|
384
400
|
enumerable: true,
|
|
385
|
-
get: function () { return
|
|
401
|
+
get: function () { return chunkZPL34T2Q_cjs.createDefaultActivityRegistry; }
|
|
386
402
|
});
|
|
387
403
|
Object.defineProperty(exports, "createDefaultPaymentRouter", {
|
|
388
404
|
enumerable: true,
|
|
389
|
-
get: function () { return
|
|
405
|
+
get: function () { return chunkZPL34T2Q_cjs.createDefaultPaymentRouter; }
|
|
390
406
|
});
|
|
391
407
|
Object.defineProperty(exports, "createExitChainResolver", {
|
|
392
408
|
enumerable: true,
|
|
393
|
-
get: function () { return
|
|
409
|
+
get: function () { return chunkZPL34T2Q_cjs.createExitChainResolver; }
|
|
394
410
|
});
|
|
395
411
|
Object.defineProperty(exports, "decodeArkContract", {
|
|
396
412
|
enumerable: true,
|
|
397
|
-
get: function () { return
|
|
413
|
+
get: function () { return chunkZPL34T2Q_cjs.decodeArkContract; }
|
|
398
414
|
});
|
|
399
415
|
Object.defineProperty(exports, "deserializeExitPackage", {
|
|
400
416
|
enumerable: true,
|
|
401
|
-
get: function () { return
|
|
417
|
+
get: function () { return chunkZPL34T2Q_cjs.deserializeExitPackage; }
|
|
402
418
|
});
|
|
403
419
|
Object.defineProperty(exports, "encodeArkContract", {
|
|
404
420
|
enumerable: true,
|
|
405
|
-
get: function () { return
|
|
421
|
+
get: function () { return chunkZPL34T2Q_cjs.encodeArkContract; }
|
|
406
422
|
});
|
|
407
423
|
Object.defineProperty(exports, "getMigrationStatus", {
|
|
408
424
|
enumerable: true,
|
|
409
|
-
get: function () { return
|
|
425
|
+
get: function () { return chunkZPL34T2Q_cjs.getMigrationStatus; }
|
|
410
426
|
});
|
|
411
427
|
Object.defineProperty(exports, "getRandomId", {
|
|
412
428
|
enumerable: true,
|
|
413
|
-
get: function () { return
|
|
429
|
+
get: function () { return chunkZPL34T2Q_cjs.getRandomId; }
|
|
414
430
|
});
|
|
415
431
|
Object.defineProperty(exports, "hasBoardingTxExpired", {
|
|
416
432
|
enumerable: true,
|
|
417
|
-
get: function () { return
|
|
433
|
+
get: function () { return chunkZPL34T2Q_cjs.hasBoardingTxExpired; }
|
|
418
434
|
});
|
|
419
435
|
Object.defineProperty(exports, "hasCandidates", {
|
|
420
436
|
enumerable: true,
|
|
421
|
-
get: function () { return
|
|
437
|
+
get: function () { return chunkZPL34T2Q_cjs.hasCandidates; }
|
|
422
438
|
});
|
|
423
439
|
Object.defineProperty(exports, "invoiceTarget", {
|
|
424
440
|
enumerable: true,
|
|
425
|
-
get: function () { return
|
|
441
|
+
get: function () { return chunkZPL34T2Q_cjs.invoiceTarget; }
|
|
426
442
|
});
|
|
427
443
|
Object.defineProperty(exports, "isArkContract", {
|
|
428
444
|
enumerable: true,
|
|
429
|
-
get: function () { return
|
|
445
|
+
get: function () { return chunkZPL34T2Q_cjs.isArkContract; }
|
|
430
446
|
});
|
|
431
447
|
Object.defineProperty(exports, "isBatchSignable", {
|
|
432
448
|
enumerable: true,
|
|
433
|
-
get: function () { return
|
|
449
|
+
get: function () { return chunkZPL34T2Q_cjs.isBatchSignable; }
|
|
434
450
|
});
|
|
435
451
|
Object.defineProperty(exports, "isBtcAddress", {
|
|
436
452
|
enumerable: true,
|
|
437
|
-
get: function () { return
|
|
453
|
+
get: function () { return chunkZPL34T2Q_cjs.isBtcAddress; }
|
|
438
454
|
});
|
|
439
455
|
Object.defineProperty(exports, "isCooperativelyMigratable", {
|
|
440
456
|
enumerable: true,
|
|
441
|
-
get: function () { return
|
|
457
|
+
get: function () { return chunkZPL34T2Q_cjs.isCooperativelyMigratable; }
|
|
442
458
|
});
|
|
443
459
|
Object.defineProperty(exports, "isDiscoverable", {
|
|
444
460
|
enumerable: true,
|
|
445
|
-
get: function () { return
|
|
461
|
+
get: function () { return chunkZPL34T2Q_cjs.isDiscoverable; }
|
|
462
|
+
});
|
|
463
|
+
Object.defineProperty(exports, "isHDDeterministicSignCapable", {
|
|
464
|
+
enumerable: true,
|
|
465
|
+
get: function () { return chunkZPL34T2Q_cjs.isHDDeterministicSignCapable; }
|
|
466
|
+
});
|
|
467
|
+
Object.defineProperty(exports, "isHDWalletCapable", {
|
|
468
|
+
enumerable: true,
|
|
469
|
+
get: function () { return chunkZPL34T2Q_cjs.isHDWalletCapable; }
|
|
446
470
|
});
|
|
447
471
|
Object.defineProperty(exports, "isLightningInvoice", {
|
|
448
472
|
enumerable: true,
|
|
449
|
-
get: function () { return
|
|
473
|
+
get: function () { return chunkZPL34T2Q_cjs.isLightningInvoice; }
|
|
450
474
|
});
|
|
451
475
|
Object.defineProperty(exports, "isLnurl", {
|
|
452
476
|
enumerable: true,
|
|
453
|
-
get: function () { return
|
|
477
|
+
get: function () { return chunkZPL34T2Q_cjs.isLnurl; }
|
|
454
478
|
});
|
|
455
479
|
Object.defineProperty(exports, "isMessageBusInitializingError", {
|
|
456
480
|
enumerable: true,
|
|
457
|
-
get: function () { return
|
|
481
|
+
get: function () { return chunkZPL34T2Q_cjs.isMessageBusInitializingError; }
|
|
458
482
|
});
|
|
459
483
|
Object.defineProperty(exports, "isMessageBusNotInitializedError", {
|
|
460
484
|
enumerable: true,
|
|
461
|
-
get: function () { return
|
|
485
|
+
get: function () { return chunkZPL34T2Q_cjs.isMessageBusNotInitializedError; }
|
|
462
486
|
});
|
|
463
487
|
Object.defineProperty(exports, "isSubdust", {
|
|
464
488
|
enumerable: true,
|
|
465
|
-
get: function () { return
|
|
489
|
+
get: function () { return chunkZPL34T2Q_cjs.isSubdust; }
|
|
466
490
|
});
|
|
467
491
|
Object.defineProperty(exports, "isTerminalIntentState", {
|
|
468
492
|
enumerable: true,
|
|
469
|
-
get: function () { return
|
|
493
|
+
get: function () { return chunkZPL34T2Q_cjs.isTerminalIntentState; }
|
|
470
494
|
});
|
|
471
495
|
Object.defineProperty(exports, "isValidArkAddress", {
|
|
472
496
|
enumerable: true,
|
|
473
|
-
get: function () { return
|
|
497
|
+
get: function () { return chunkZPL34T2Q_cjs.isValidArkAddress; }
|
|
474
498
|
});
|
|
475
499
|
Object.defineProperty(exports, "isVtxoExpiringSoon", {
|
|
476
500
|
enumerable: true,
|
|
477
|
-
get: function () { return
|
|
501
|
+
get: function () { return chunkZPL34T2Q_cjs.isVtxoExpiringSoon; }
|
|
478
502
|
});
|
|
479
503
|
Object.defineProperty(exports, "makeHandle", {
|
|
480
504
|
enumerable: true,
|
|
481
|
-
get: function () { return
|
|
505
|
+
get: function () { return chunkZPL34T2Q_cjs.makeHandle; }
|
|
506
|
+
});
|
|
507
|
+
Object.defineProperty(exports, "matchServerCheckpoints", {
|
|
508
|
+
enumerable: true,
|
|
509
|
+
get: function () { return chunkZPL34T2Q_cjs.matchServerCheckpoints; }
|
|
482
510
|
});
|
|
483
511
|
Object.defineProperty(exports, "migrateWalletRepository", {
|
|
484
512
|
enumerable: true,
|
|
485
|
-
get: function () { return
|
|
513
|
+
get: function () { return chunkZPL34T2Q_cjs.migrateWalletRepository; }
|
|
486
514
|
});
|
|
487
515
|
Object.defineProperty(exports, "onchainRail", {
|
|
488
516
|
enumerable: true,
|
|
489
|
-
get: function () { return
|
|
517
|
+
get: function () { return chunkZPL34T2Q_cjs.onchainRail; }
|
|
490
518
|
});
|
|
491
519
|
Object.defineProperty(exports, "openDatabase", {
|
|
492
520
|
enumerable: true,
|
|
493
|
-
get: function () { return
|
|
521
|
+
get: function () { return chunkZPL34T2Q_cjs.openDatabase; }
|
|
494
522
|
});
|
|
495
523
|
Object.defineProperty(exports, "requiresMigration", {
|
|
496
524
|
enumerable: true,
|
|
497
|
-
get: function () { return
|
|
525
|
+
get: function () { return chunkZPL34T2Q_cjs.requiresMigration; }
|
|
498
526
|
});
|
|
499
527
|
Object.defineProperty(exports, "resolveSendAmount", {
|
|
500
528
|
enumerable: true,
|
|
501
|
-
get: function () { return
|
|
529
|
+
get: function () { return chunkZPL34T2Q_cjs.resolveSendAmount; }
|
|
502
530
|
});
|
|
503
531
|
Object.defineProperty(exports, "rollbackMigration", {
|
|
504
532
|
enumerable: true,
|
|
505
|
-
get: function () { return
|
|
533
|
+
get: function () { return chunkZPL34T2Q_cjs.rollbackMigration; }
|
|
506
534
|
});
|
|
507
535
|
Object.defineProperty(exports, "selectCoinsWithAsset", {
|
|
508
536
|
enumerable: true,
|
|
509
|
-
get: function () { return
|
|
537
|
+
get: function () { return chunkZPL34T2Q_cjs.selectCoinsWithAsset; }
|
|
510
538
|
});
|
|
511
539
|
Object.defineProperty(exports, "selectVirtualCoins", {
|
|
512
540
|
enumerable: true,
|
|
513
|
-
get: function () { return
|
|
541
|
+
get: function () { return chunkZPL34T2Q_cjs.selectVirtualCoins; }
|
|
514
542
|
});
|
|
515
543
|
Object.defineProperty(exports, "serializeExitPackage", {
|
|
516
544
|
enumerable: true,
|
|
517
|
-
get: function () { return
|
|
545
|
+
get: function () { return chunkZPL34T2Q_cjs.serializeExitPackage; }
|
|
518
546
|
});
|
|
519
547
|
Object.defineProperty(exports, "setupServiceWorker", {
|
|
520
548
|
enumerable: true,
|
|
521
|
-
get: function () { return
|
|
549
|
+
get: function () { return chunkZPL34T2Q_cjs.setupServiceWorker; }
|
|
522
550
|
});
|
|
523
551
|
Object.defineProperty(exports, "signerSetFromInfo", {
|
|
524
552
|
enumerable: true,
|
|
525
|
-
get: function () { return
|
|
553
|
+
get: function () { return chunkZPL34T2Q_cjs.signerSetFromInfo; }
|
|
526
554
|
});
|
|
527
555
|
Object.defineProperty(exports, "toXOnlySignerHex", {
|
|
528
556
|
enumerable: true,
|
|
529
|
-
get: function () { return
|
|
557
|
+
get: function () { return chunkZPL34T2Q_cjs.toXOnlySignerHex; }
|
|
530
558
|
});
|
|
531
559
|
Object.defineProperty(exports, "tryResolveSendAmount", {
|
|
532
560
|
enumerable: true,
|
|
533
|
-
get: function () { return
|
|
561
|
+
get: function () { return chunkZPL34T2Q_cjs.tryResolveSendAmount; }
|
|
534
562
|
});
|
|
535
563
|
Object.defineProperty(exports, "validateConnectorsTxGraph", {
|
|
536
564
|
enumerable: true,
|
|
537
|
-
get: function () { return
|
|
565
|
+
get: function () { return chunkZPL34T2Q_cjs.validateConnectorsTxGraph; }
|
|
538
566
|
});
|
|
539
567
|
Object.defineProperty(exports, "validateVtxoTxGraph", {
|
|
540
568
|
enumerable: true,
|
|
541
|
-
get: function () { return
|
|
569
|
+
get: function () { return chunkZPL34T2Q_cjs.validateVtxoTxGraph; }
|
|
542
570
|
});
|
|
543
571
|
Object.defineProperty(exports, "verifyTapscriptSignatures", {
|
|
544
572
|
enumerable: true,
|
|
545
|
-
get: function () { return
|
|
573
|
+
get: function () { return chunkZPL34T2Q_cjs.verifyTapscriptSignatures; }
|
|
546
574
|
});
|
|
547
575
|
Object.defineProperty(exports, "waitForIncomingFunds", {
|
|
548
576
|
enumerable: true,
|
|
549
|
-
get: function () { return
|
|
577
|
+
get: function () { return chunkZPL34T2Q_cjs.waitForIncomingFunds; }
|
|
550
578
|
});
|
|
551
579
|
Object.defineProperty(exports, "ChainTxType", {
|
|
552
580
|
enumerable: true,
|
|
553
|
-
get: function () { return
|
|
581
|
+
get: function () { return chunkG7DOBFQN_cjs.ChainTxType; }
|
|
554
582
|
});
|
|
555
583
|
Object.defineProperty(exports, "IndexerTxType", {
|
|
556
584
|
enumerable: true,
|
|
557
|
-
get: function () { return
|
|
585
|
+
get: function () { return chunkG7DOBFQN_cjs.IndexerTxType; }
|
|
558
586
|
});
|
|
559
587
|
Object.defineProperty(exports, "RestIndexerProvider", {
|
|
560
588
|
enumerable: true,
|
|
561
|
-
get: function () { return
|
|
589
|
+
get: function () { return chunkG7DOBFQN_cjs.RestIndexerProvider; }
|
|
562
590
|
});
|
|
563
591
|
Object.defineProperty(exports, "asset", {
|
|
564
592
|
enumerable: true,
|
|
565
|
-
get: function () { return
|
|
593
|
+
get: function () { return chunkG7DOBFQN_cjs.asset_exports; }
|
|
566
594
|
});
|
|
567
595
|
Object.defineProperty(exports, "ArkadeContractHandler", {
|
|
568
596
|
enumerable: true,
|
|
569
|
-
get: function () { return
|
|
597
|
+
get: function () { return chunkV2TOHHPW_cjs.ArkadeContractHandler; }
|
|
570
598
|
});
|
|
571
599
|
Object.defineProperty(exports, "BoardingContractHandler", {
|
|
572
600
|
enumerable: true,
|
|
573
|
-
get: function () { return
|
|
601
|
+
get: function () { return chunkV2TOHHPW_cjs.BoardingContractHandler; }
|
|
574
602
|
});
|
|
575
603
|
Object.defineProperty(exports, "DefaultContractHandler", {
|
|
576
604
|
enumerable: true,
|
|
577
|
-
get: function () { return
|
|
605
|
+
get: function () { return chunkV2TOHHPW_cjs.DefaultContractHandler; }
|
|
578
606
|
});
|
|
579
607
|
Object.defineProperty(exports, "DefaultVtxo", {
|
|
580
608
|
enumerable: true,
|
|
581
|
-
get: function () { return
|
|
609
|
+
get: function () { return chunkV2TOHHPW_cjs.DefaultVtxo; }
|
|
582
610
|
});
|
|
583
611
|
Object.defineProperty(exports, "DelegateContractHandler", {
|
|
584
612
|
enumerable: true,
|
|
585
|
-
get: function () { return
|
|
613
|
+
get: function () { return chunkV2TOHHPW_cjs.DelegateContractHandler; }
|
|
586
614
|
});
|
|
587
615
|
Object.defineProperty(exports, "DelegateVtxo", {
|
|
588
616
|
enumerable: true,
|
|
589
|
-
get: function () { return
|
|
617
|
+
get: function () { return chunkV2TOHHPW_cjs.DelegateVtxo; }
|
|
590
618
|
});
|
|
591
619
|
Object.defineProperty(exports, "VHTLC", {
|
|
592
620
|
enumerable: true,
|
|
593
|
-
get: function () { return
|
|
621
|
+
get: function () { return chunkV2TOHHPW_cjs.VHTLC; }
|
|
594
622
|
});
|
|
595
623
|
Object.defineProperty(exports, "VHTLCContractHandler", {
|
|
596
624
|
enumerable: true,
|
|
597
|
-
get: function () { return
|
|
625
|
+
get: function () { return chunkV2TOHHPW_cjs.VHTLCContractHandler; }
|
|
598
626
|
});
|
|
599
627
|
Object.defineProperty(exports, "contractHandlers", {
|
|
600
628
|
enumerable: true,
|
|
601
|
-
get: function () { return
|
|
629
|
+
get: function () { return chunkV2TOHHPW_cjs.contractHandlers; }
|
|
630
|
+
});
|
|
631
|
+
Object.defineProperty(exports, "deriveDescriptorLeafCompressedPubKey", {
|
|
632
|
+
enumerable: true,
|
|
633
|
+
get: function () { return chunkV2TOHHPW_cjs.deriveDescriptorLeafCompressedPubKey; }
|
|
602
634
|
});
|
|
603
635
|
Object.defineProperty(exports, "isCltvSatisfied", {
|
|
604
636
|
enumerable: true,
|
|
605
|
-
get: function () { return
|
|
637
|
+
get: function () { return chunkV2TOHHPW_cjs.isCltvSatisfied; }
|
|
606
638
|
});
|
|
607
639
|
Object.defineProperty(exports, "isCsvSpendable", {
|
|
608
640
|
enumerable: true,
|
|
609
|
-
get: function () { return
|
|
641
|
+
get: function () { return chunkV2TOHHPW_cjs.isCsvSpendable; }
|
|
610
642
|
});
|
|
611
643
|
Object.defineProperty(exports, "ArkAddress", {
|
|
612
644
|
enumerable: true,
|
|
613
|
-
get: function () { return
|
|
645
|
+
get: function () { return chunkOWCPXRGP_cjs.ArkAddress; }
|
|
614
646
|
});
|
|
615
647
|
Object.defineProperty(exports, "ArkError", {
|
|
616
648
|
enumerable: true,
|
|
617
|
-
get: function () { return
|
|
649
|
+
get: function () { return chunkOWCPXRGP_cjs.ArkError; }
|
|
618
650
|
});
|
|
619
651
|
Object.defineProperty(exports, "ArkErrorName", {
|
|
620
652
|
enumerable: true,
|
|
621
|
-
get: function () { return
|
|
653
|
+
get: function () { return chunkOWCPXRGP_cjs.ArkErrorName; }
|
|
622
654
|
});
|
|
623
655
|
Object.defineProperty(exports, "ArkPsbtFieldKey", {
|
|
624
656
|
enumerable: true,
|
|
625
|
-
get: function () { return
|
|
657
|
+
get: function () { return chunkOWCPXRGP_cjs.ArkPsbtFieldKey; }
|
|
626
658
|
});
|
|
627
659
|
Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
|
|
628
660
|
enumerable: true,
|
|
629
|
-
get: function () { return
|
|
661
|
+
get: function () { return chunkOWCPXRGP_cjs.ArkPsbtFieldKeyType; }
|
|
630
662
|
});
|
|
631
663
|
Object.defineProperty(exports, "CLTVMultisigTapscript", {
|
|
632
664
|
enumerable: true,
|
|
633
|
-
get: function () { return
|
|
665
|
+
get: function () { return chunkOWCPXRGP_cjs.CLTVMultisigTapscript; }
|
|
634
666
|
});
|
|
635
667
|
Object.defineProperty(exports, "CSVMultisigTapscript", {
|
|
636
668
|
enumerable: true,
|
|
637
|
-
get: function () { return
|
|
669
|
+
get: function () { return chunkOWCPXRGP_cjs.CSVMultisigTapscript; }
|
|
638
670
|
});
|
|
639
671
|
Object.defineProperty(exports, "ConditionCSVMultisigTapscript", {
|
|
640
672
|
enumerable: true,
|
|
641
|
-
get: function () { return
|
|
673
|
+
get: function () { return chunkOWCPXRGP_cjs.ConditionCSVMultisigTapscript; }
|
|
642
674
|
});
|
|
643
675
|
Object.defineProperty(exports, "ConditionMultisigTapscript", {
|
|
644
676
|
enumerable: true,
|
|
645
|
-
get: function () { return
|
|
677
|
+
get: function () { return chunkOWCPXRGP_cjs.ConditionMultisigTapscript; }
|
|
646
678
|
});
|
|
647
679
|
Object.defineProperty(exports, "ConditionWitness", {
|
|
648
680
|
enumerable: true,
|
|
649
|
-
get: function () { return
|
|
681
|
+
get: function () { return chunkOWCPXRGP_cjs.ConditionWitness; }
|
|
650
682
|
});
|
|
651
683
|
Object.defineProperty(exports, "CosignerPublicKey", {
|
|
652
684
|
enumerable: true,
|
|
653
|
-
get: function () { return
|
|
685
|
+
get: function () { return chunkOWCPXRGP_cjs.CosignerPublicKey; }
|
|
654
686
|
});
|
|
655
687
|
Object.defineProperty(exports, "DigestMismatchError", {
|
|
656
688
|
enumerable: true,
|
|
657
|
-
get: function () { return
|
|
689
|
+
get: function () { return chunkOWCPXRGP_cjs.DigestMismatchError; }
|
|
658
690
|
});
|
|
659
691
|
Object.defineProperty(exports, "FetchError", {
|
|
660
692
|
enumerable: true,
|
|
661
|
-
get: function () { return
|
|
693
|
+
get: function () { return chunkOWCPXRGP_cjs.FetchError; }
|
|
662
694
|
});
|
|
663
695
|
Object.defineProperty(exports, "Intent", {
|
|
664
696
|
enumerable: true,
|
|
665
|
-
get: function () { return
|
|
697
|
+
get: function () { return chunkOWCPXRGP_cjs.Intent; }
|
|
666
698
|
});
|
|
667
699
|
Object.defineProperty(exports, "MultisigTapscript", {
|
|
668
700
|
enumerable: true,
|
|
669
|
-
get: function () { return
|
|
701
|
+
get: function () { return chunkOWCPXRGP_cjs.MultisigTapscript; }
|
|
670
702
|
});
|
|
671
703
|
Object.defineProperty(exports, "PrevArkTxField", {
|
|
672
704
|
enumerable: true,
|
|
673
|
-
get: function () { return
|
|
705
|
+
get: function () { return chunkOWCPXRGP_cjs.PrevArkTxField; }
|
|
674
706
|
});
|
|
675
707
|
Object.defineProperty(exports, "PrevoutTxField", {
|
|
676
708
|
enumerable: true,
|
|
677
|
-
get: function () { return
|
|
709
|
+
get: function () { return chunkOWCPXRGP_cjs.PrevoutTxField; }
|
|
678
710
|
});
|
|
679
711
|
Object.defineProperty(exports, "ProviderUnavailableError", {
|
|
680
712
|
enumerable: true,
|
|
681
|
-
get: function () { return
|
|
713
|
+
get: function () { return chunkOWCPXRGP_cjs.ProviderUnavailableError; }
|
|
682
714
|
});
|
|
683
715
|
Object.defineProperty(exports, "RestArkProvider", {
|
|
684
716
|
enumerable: true,
|
|
685
|
-
get: function () { return
|
|
717
|
+
get: function () { return chunkOWCPXRGP_cjs.RestArkProvider; }
|
|
718
|
+
});
|
|
719
|
+
Object.defineProperty(exports, "ServerResponseMismatchError", {
|
|
720
|
+
enumerable: true,
|
|
721
|
+
get: function () { return chunkOWCPXRGP_cjs.ServerResponseMismatchError; }
|
|
686
722
|
});
|
|
687
723
|
Object.defineProperty(exports, "SettlementEventType", {
|
|
688
724
|
enumerable: true,
|
|
689
|
-
get: function () { return
|
|
725
|
+
get: function () { return chunkOWCPXRGP_cjs.SettlementEventType; }
|
|
690
726
|
});
|
|
691
727
|
Object.defineProperty(exports, "TapTreeCoder", {
|
|
692
728
|
enumerable: true,
|
|
693
|
-
get: function () { return
|
|
729
|
+
get: function () { return chunkOWCPXRGP_cjs.TapTreeCoder; }
|
|
694
730
|
});
|
|
695
731
|
Object.defineProperty(exports, "Transaction", {
|
|
696
732
|
enumerable: true,
|
|
697
|
-
get: function () { return
|
|
733
|
+
get: function () { return chunkOWCPXRGP_cjs.Transaction; }
|
|
698
734
|
});
|
|
699
735
|
Object.defineProperty(exports, "VtxoScript", {
|
|
700
736
|
enumerable: true,
|
|
701
|
-
get: function () { return
|
|
737
|
+
get: function () { return chunkOWCPXRGP_cjs.VtxoScript; }
|
|
702
738
|
});
|
|
703
739
|
Object.defineProperty(exports, "VtxoTaprootTree", {
|
|
704
740
|
enumerable: true,
|
|
705
|
-
get: function () { return
|
|
741
|
+
get: function () { return chunkOWCPXRGP_cjs.VtxoTaprootTree; }
|
|
706
742
|
});
|
|
707
743
|
Object.defineProperty(exports, "VtxoTreeExpiry", {
|
|
708
744
|
enumerable: true,
|
|
709
|
-
get: function () { return
|
|
745
|
+
get: function () { return chunkOWCPXRGP_cjs.VtxoTreeExpiry; }
|
|
710
746
|
});
|
|
711
747
|
Object.defineProperty(exports, "assembleBtcdTaprootTree", {
|
|
712
748
|
enumerable: true,
|
|
713
|
-
get: function () { return
|
|
749
|
+
get: function () { return chunkOWCPXRGP_cjs.assembleBtcdTaprootTree; }
|
|
714
750
|
});
|
|
715
751
|
Object.defineProperty(exports, "buildVersion", {
|
|
716
752
|
enumerable: true,
|
|
717
|
-
get: function () { return
|
|
753
|
+
get: function () { return chunkOWCPXRGP_cjs.buildVersion; }
|
|
718
754
|
});
|
|
719
755
|
Object.defineProperty(exports, "canRecoverOnchain", {
|
|
720
756
|
enumerable: true,
|
|
721
|
-
get: function () { return
|
|
757
|
+
get: function () { return chunkOWCPXRGP_cjs.canRecoverOnchain; }
|
|
722
758
|
});
|
|
723
759
|
Object.defineProperty(exports, "canSpendOffchain", {
|
|
724
760
|
enumerable: true,
|
|
725
|
-
get: function () { return
|
|
761
|
+
get: function () { return chunkOWCPXRGP_cjs.canSpendOffchain; }
|
|
726
762
|
});
|
|
727
763
|
Object.defineProperty(exports, "decodeTapscript", {
|
|
728
764
|
enumerable: true,
|
|
729
|
-
get: function () { return
|
|
765
|
+
get: function () { return chunkOWCPXRGP_cjs.decodeTapscript; }
|
|
730
766
|
});
|
|
731
767
|
Object.defineProperty(exports, "getArkPsbtFields", {
|
|
732
768
|
enumerable: true,
|
|
733
|
-
get: function () { return
|
|
769
|
+
get: function () { return chunkOWCPXRGP_cjs.getArkPsbtFields; }
|
|
734
770
|
});
|
|
735
771
|
Object.defineProperty(exports, "getNetwork", {
|
|
736
772
|
enumerable: true,
|
|
737
|
-
get: function () { return
|
|
773
|
+
get: function () { return chunkOWCPXRGP_cjs.getNetwork; }
|
|
738
774
|
});
|
|
739
775
|
Object.defineProperty(exports, "getSequence", {
|
|
740
776
|
enumerable: true,
|
|
741
|
-
get: function () { return
|
|
777
|
+
get: function () { return chunkOWCPXRGP_cjs.getSequence; }
|
|
742
778
|
});
|
|
743
779
|
Object.defineProperty(exports, "hasTerminalSpend", {
|
|
744
780
|
enumerable: true,
|
|
745
|
-
get: function () { return
|
|
781
|
+
get: function () { return chunkOWCPXRGP_cjs.hasTerminalSpend; }
|
|
746
782
|
});
|
|
747
783
|
Object.defineProperty(exports, "isArkError", {
|
|
748
784
|
enumerable: true,
|
|
749
|
-
get: function () { return
|
|
785
|
+
get: function () { return chunkOWCPXRGP_cjs.isArkError; }
|
|
750
786
|
});
|
|
751
787
|
Object.defineProperty(exports, "isExpired", {
|
|
752
788
|
enumerable: true,
|
|
753
|
-
get: function () { return
|
|
789
|
+
get: function () { return chunkOWCPXRGP_cjs.isExpired; }
|
|
754
790
|
});
|
|
755
791
|
Object.defineProperty(exports, "isPastExpiry", {
|
|
756
792
|
enumerable: true,
|
|
757
|
-
get: function () { return
|
|
793
|
+
get: function () { return chunkOWCPXRGP_cjs.isPastExpiry; }
|
|
758
794
|
});
|
|
759
795
|
Object.defineProperty(exports, "isRecoverable", {
|
|
760
796
|
enumerable: true,
|
|
761
|
-
get: function () { return
|
|
797
|
+
get: function () { return chunkOWCPXRGP_cjs.isRecoverable; }
|
|
762
798
|
});
|
|
763
799
|
Object.defineProperty(exports, "isRetryableProviderError", {
|
|
764
800
|
enumerable: true,
|
|
765
|
-
get: function () { return
|
|
801
|
+
get: function () { return chunkOWCPXRGP_cjs.isRetryableProviderError; }
|
|
766
802
|
});
|
|
767
803
|
Object.defineProperty(exports, "isSpendable", {
|
|
768
804
|
enumerable: true,
|
|
769
|
-
get: function () { return
|
|
805
|
+
get: function () { return chunkOWCPXRGP_cjs.isSpendable; }
|
|
770
806
|
});
|
|
771
807
|
Object.defineProperty(exports, "isVirtualCoin", {
|
|
772
808
|
enumerable: true,
|
|
773
|
-
get: function () { return
|
|
809
|
+
get: function () { return chunkOWCPXRGP_cjs.isVirtualCoin; }
|
|
774
810
|
});
|
|
775
811
|
Object.defineProperty(exports, "maybeArkError", {
|
|
776
812
|
enumerable: true,
|
|
777
|
-
get: function () { return
|
|
813
|
+
get: function () { return chunkOWCPXRGP_cjs.maybeArkError; }
|
|
778
814
|
});
|
|
779
815
|
Object.defineProperty(exports, "networks", {
|
|
780
816
|
enumerable: true,
|
|
781
|
-
get: function () { return
|
|
817
|
+
get: function () { return chunkOWCPXRGP_cjs.networks; }
|
|
782
818
|
});
|
|
783
819
|
Object.defineProperty(exports, "scriptFromTapLeafScript", {
|
|
784
820
|
enumerable: true,
|
|
785
|
-
get: function () { return
|
|
821
|
+
get: function () { return chunkOWCPXRGP_cjs.scriptFromTapLeafScript; }
|
|
786
822
|
});
|
|
787
823
|
Object.defineProperty(exports, "sdkVersion", {
|
|
788
824
|
enumerable: true,
|
|
789
|
-
get: function () { return
|
|
825
|
+
get: function () { return chunkOWCPXRGP_cjs.sdkVersion; }
|
|
790
826
|
});
|
|
791
827
|
Object.defineProperty(exports, "sequenceToTimelock", {
|
|
792
828
|
enumerable: true,
|
|
793
|
-
get: function () { return
|
|
829
|
+
get: function () { return chunkOWCPXRGP_cjs.sequenceToTimelock; }
|
|
794
830
|
});
|
|
795
831
|
Object.defineProperty(exports, "setArkPsbtField", {
|
|
796
832
|
enumerable: true,
|
|
797
|
-
get: function () { return
|
|
833
|
+
get: function () { return chunkOWCPXRGP_cjs.setArkPsbtField; }
|
|
798
834
|
});
|
|
799
835
|
Object.defineProperty(exports, "timelockToSequence", {
|
|
800
836
|
enumerable: true,
|
|
801
|
-
get: function () { return
|
|
837
|
+
get: function () { return chunkOWCPXRGP_cjs.timelockToSequence; }
|
|
802
838
|
});
|
|
803
839
|
//# sourceMappingURL=index.cjs.map
|
|
804
840
|
//# sourceMappingURL=index.cjs.map
|