@arkade-os/sdk 0.4.36 → 0.4.38
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 +4 -4
- package/dist/adapters/expo.d.cts +2 -2
- package/dist/adapters/expo.d.ts +2 -2
- package/dist/adapters/expo.js +2 -2
- package/dist/adapters/indexedDB.cjs +3 -3
- package/dist/adapters/indexedDB.js +2 -2
- package/dist/{ark-D6sau_6-.d.cts → ark-BzUNnkoc.d.cts} +1 -1
- package/dist/{ark-D6sau_6-.d.ts → ark-BzUNnkoc.d.ts} +1 -1
- package/dist/{asyncStorageTaskQueue-CpC027t_.d.cts → asyncStorageTaskQueue-C0kQoY1x.d.cts} +2 -2
- package/dist/{asyncStorageTaskQueue-GT8fmPUG.d.ts → asyncStorageTaskQueue-CIYeI6GM.d.ts} +2 -2
- package/dist/{chunk-Z2VRVZW4.js → chunk-A25NYZT5.js} +3 -3
- package/dist/{chunk-Z2VRVZW4.js.map → chunk-A25NYZT5.js.map} +1 -1
- package/dist/{chunk-HBPKIIMN.js → chunk-CCUUO2GR.js} +6 -7
- package/dist/chunk-CCUUO2GR.js.map +1 -0
- package/dist/{chunk-2JJKX2RK.js → chunk-ISWKPRX3.js} +21 -21
- package/dist/chunk-ISWKPRX3.js.map +1 -0
- package/dist/{chunk-TUSGEWOX.cjs → chunk-JSTCR7PQ.cjs} +81 -82
- package/dist/chunk-JSTCR7PQ.cjs.map +1 -0
- package/dist/{chunk-A5PY4NBP.cjs → chunk-KHUOY3QD.cjs} +7 -7
- package/dist/{chunk-A5PY4NBP.cjs.map → chunk-KHUOY3QD.cjs.map} +1 -1
- package/dist/{chunk-C6OODRWD.cjs → chunk-PXMV7RPT.cjs} +21 -21
- package/dist/chunk-PXMV7RPT.cjs.map +1 -0
- package/dist/{chunk-KZV3FJJR.js → chunk-RJK63VVZ.js} +3 -3
- package/dist/{chunk-KZV3FJJR.js.map → chunk-RJK63VVZ.js.map} +1 -1
- package/dist/{chunk-2XE5BSIY.cjs → chunk-ZLDWJQIY.cjs} +11 -11
- package/dist/{chunk-2XE5BSIY.cjs.map → chunk-ZLDWJQIY.cjs.map} +1 -1
- package/dist/contracts/handlers/index.d.cts +3 -3
- package/dist/contracts/handlers/index.d.ts +3 -3
- package/dist/{delegate-De5__fpZ.d.ts → delegate-BjPbX-MR.d.ts} +1 -1
- package/dist/{delegate-C-L6gSZx.d.cts → delegate-DHAgMIS9.d.cts} +1 -1
- package/dist/{index-BETdjE_o.d.ts → index-BOQKDCmS.d.ts} +2 -2
- package/dist/{index-jwQfHP6D.d.cts → index-YkMAtSfw.d.cts} +2 -2
- package/dist/index.cjs +119 -111
- package/dist/index.d.cts +19 -10
- package/dist/index.d.ts +19 -10
- package/dist/index.js +2 -2
- package/dist/repositories/realm/index.cjs +11 -11
- package/dist/repositories/realm/index.d.cts +1 -1
- package/dist/repositories/realm/index.d.ts +1 -1
- package/dist/repositories/realm/index.js +2 -2
- package/dist/repositories/sqlite/index.cjs +11 -11
- package/dist/repositories/sqlite/index.d.cts +1 -1
- package/dist/repositories/sqlite/index.d.ts +1 -1
- package/dist/repositories/sqlite/index.js +2 -2
- package/dist/{taskRunner-DCyp6Gea.d.cts → taskRunner-CVEgBO6d.d.cts} +2 -2
- package/dist/{taskRunner-DnxtObeq.d.ts → taskRunner-Dfmt7ZPN.d.ts} +2 -2
- package/dist/wallet/expo/background.cjs +12 -12
- package/dist/wallet/expo/background.d.cts +3 -3
- package/dist/wallet/expo/background.d.ts +3 -3
- package/dist/wallet/expo/background.js +4 -4
- package/dist/wallet/expo/index.cjs +11 -11
- package/dist/wallet/expo/index.d.cts +4 -4
- package/dist/wallet/expo/index.d.ts +4 -4
- package/dist/wallet/expo/index.js +3 -3
- package/dist/{wallet-Bth5uucA.d.ts → wallet-C4Pide44.d.ts} +2 -2
- package/dist/{wallet-BWHbd5b1.d.cts → wallet-_PTv-lMe.d.cts} +2 -2
- package/dist/worker/expo/index.cjs +7 -7
- package/dist/worker/expo/index.d.cts +4 -4
- package/dist/worker/expo/index.d.ts +4 -4
- package/dist/worker/expo/index.js +3 -3
- package/package.json +1 -1
- package/dist/chunk-2JJKX2RK.js.map +0 -1
- package/dist/chunk-C6OODRWD.cjs.map +0 -1
- package/dist/chunk-HBPKIIMN.js.map +0 -1
- package/dist/chunk-TUSGEWOX.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkJSTCR7PQ_cjs = require('./chunk-JSTCR7PQ.cjs');
|
|
4
|
+
var chunkPXMV7RPT_cjs = require('./chunk-PXMV7RPT.cjs');
|
|
5
5
|
var chunkGUTKJMSF_cjs = require('./chunk-GUTKJMSF.cjs');
|
|
6
6
|
var chunkCMPJR3HS_cjs = require('./chunk-CMPJR3HS.cjs');
|
|
7
7
|
require('./chunk-5BLDMQED.cjs');
|
|
@@ -10,439 +10,447 @@ require('./chunk-5BLDMQED.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "ArkNote", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkJSTCR7PQ_cjs.ArkNote; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "AssetManager", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkJSTCR7PQ_cjs.AssetManager; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "BIP322", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkJSTCR7PQ_cjs.BIP322; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "Batch", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkJSTCR7PQ_cjs.Batch; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "ContractManager", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkJSTCR7PQ_cjs.ContractManager; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ContractRepositoryImpl", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkJSTCR7PQ_cjs.ContractRepositoryImpl; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "ContractWatcher", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkJSTCR7PQ_cjs.ContractWatcher; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkJSTCR7PQ_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "DelegateManagerImpl", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkJSTCR7PQ_cjs.DelegateManagerImpl; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "DelegateNotConfiguredError", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkJSTCR7PQ_cjs.DelegateNotConfiguredError; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "DelegatorManagerImpl", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkJSTCR7PQ_cjs.DelegatorManagerImpl; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "DelegatorNotConfiguredError", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkJSTCR7PQ_cjs.DelegatorNotConfiguredError; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkJSTCR7PQ_cjs.DescriptorSigningProviderMissingError; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "DustChangeError", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkJSTCR7PQ_cjs.DustChangeError; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkJSTCR7PQ_cjs.ELECTRUM_TCP_HOST; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "ELECTRUM_WS_URL", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkJSTCR7PQ_cjs.ELECTRUM_WS_URL; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "ESPLORA_URL", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkJSTCR7PQ_cjs.ESPLORA_URL; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "ElectrumOnchainProvider", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkJSTCR7PQ_cjs.ElectrumOnchainProvider; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "EsploraProvider", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkJSTCR7PQ_cjs.EsploraProvider; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "Estimator", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkJSTCR7PQ_cjs.Estimator; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "HDDescriptorProvider", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkJSTCR7PQ_cjs.HDDescriptorProvider; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "InMemoryContractRepository", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkJSTCR7PQ_cjs.InMemoryContractRepository; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "InMemoryWalletRepository", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkJSTCR7PQ_cjs.InMemoryWalletRepository; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "IndexedDBContractRepository", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkJSTCR7PQ_cjs.IndexedDBContractRepository; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "IndexedDBWalletRepository", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkJSTCR7PQ_cjs.IndexedDBWalletRepository; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkJSTCR7PQ_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(exports, "MIGRATION_KEY", {
|
|
116
116
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkJSTCR7PQ_cjs.MIGRATION_KEY; }
|
|
118
118
|
});
|
|
119
119
|
Object.defineProperty(exports, "MessageBus", {
|
|
120
120
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkJSTCR7PQ_cjs.MessageBus; }
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "MessageBusNotInitializedError", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkJSTCR7PQ_cjs.MessageBusNotInitializedError; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "MissingSigningDescriptorError", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkJSTCR7PQ_cjs.MissingSigningDescriptorError; }
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(exports, "MnemonicIdentity", {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkJSTCR7PQ_cjs.MnemonicIdentity; }
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "OnchainWallet", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkJSTCR7PQ_cjs.OnchainWallet; }
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(exports, "P2A", {
|
|
140
140
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkJSTCR7PQ_cjs.P2A; }
|
|
142
142
|
});
|
|
143
143
|
Object.defineProperty(exports, "Ramps", {
|
|
144
144
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkJSTCR7PQ_cjs.Ramps; }
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "ReadonlyAssetManager", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkJSTCR7PQ_cjs.ReadonlyAssetManager; }
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkJSTCR7PQ_cjs.ReadonlyDescriptorIdentity; }
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "ReadonlySingleKey", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkJSTCR7PQ_cjs.ReadonlySingleKey; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "ReadonlyWallet", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkJSTCR7PQ_cjs.ReadonlyWallet; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "ReadonlyWalletError", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkJSTCR7PQ_cjs.ReadonlyWalletError; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "RestDelegateProvider", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkJSTCR7PQ_cjs.RestDelegateProvider; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "RestDelegatorProvider", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkJSTCR7PQ_cjs.RestDelegatorProvider; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "SeedIdentity", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkJSTCR7PQ_cjs.SeedIdentity; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkJSTCR7PQ_cjs.ServiceWorkerReadonlyWallet; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkJSTCR7PQ_cjs.ServiceWorkerTimeoutError; }
|
|
186
186
|
});
|
|
187
187
|
Object.defineProperty(exports, "ServiceWorkerWallet", {
|
|
188
188
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkJSTCR7PQ_cjs.ServiceWorkerWallet; }
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(exports, "SingleKey", {
|
|
192
192
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkJSTCR7PQ_cjs.SingleKey; }
|
|
194
194
|
});
|
|
195
195
|
Object.defineProperty(exports, "TxTree", {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkJSTCR7PQ_cjs.TxTree; }
|
|
198
198
|
});
|
|
199
199
|
Object.defineProperty(exports, "TxType", {
|
|
200
200
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkJSTCR7PQ_cjs.TxType; }
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(exports, "TxWeightEstimator", {
|
|
204
204
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkJSTCR7PQ_cjs.TxWeightEstimator; }
|
|
206
206
|
});
|
|
207
207
|
Object.defineProperty(exports, "Unroll", {
|
|
208
208
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkJSTCR7PQ_cjs.Unroll; }
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(exports, "VtxoManager", {
|
|
212
212
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkJSTCR7PQ_cjs.VtxoManager; }
|
|
214
214
|
});
|
|
215
215
|
Object.defineProperty(exports, "Wallet", {
|
|
216
216
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkJSTCR7PQ_cjs.Wallet; }
|
|
218
218
|
});
|
|
219
219
|
Object.defineProperty(exports, "WalletMessageHandler", {
|
|
220
220
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkJSTCR7PQ_cjs.WalletMessageHandler; }
|
|
222
222
|
});
|
|
223
223
|
Object.defineProperty(exports, "WalletNotInitializedError", {
|
|
224
224
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkJSTCR7PQ_cjs.WalletNotInitializedError; }
|
|
226
226
|
});
|
|
227
227
|
Object.defineProperty(exports, "WalletRepositoryImpl", {
|
|
228
228
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkJSTCR7PQ_cjs.WalletRepositoryImpl; }
|
|
230
230
|
});
|
|
231
231
|
Object.defineProperty(exports, "WsElectrumChainSource", {
|
|
232
232
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkJSTCR7PQ_cjs.WsElectrumChainSource; }
|
|
234
234
|
});
|
|
235
235
|
Object.defineProperty(exports, "buildForfeitTx", {
|
|
236
236
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkJSTCR7PQ_cjs.buildForfeitTx; }
|
|
238
238
|
});
|
|
239
239
|
Object.defineProperty(exports, "buildOffchainTx", {
|
|
240
240
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkJSTCR7PQ_cjs.buildOffchainTx; }
|
|
242
242
|
});
|
|
243
243
|
Object.defineProperty(exports, "classifyAgainstSignerSet", {
|
|
244
244
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkJSTCR7PQ_cjs.classifyAgainstSignerSet; }
|
|
246
246
|
});
|
|
247
247
|
Object.defineProperty(exports, "classifyContractSigner", {
|
|
248
248
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkJSTCR7PQ_cjs.classifyContractSigner; }
|
|
250
250
|
});
|
|
251
251
|
Object.defineProperty(exports, "closeDatabase", {
|
|
252
252
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkJSTCR7PQ_cjs.closeDatabase; }
|
|
254
254
|
});
|
|
255
255
|
Object.defineProperty(exports, "combineTapscriptSigs", {
|
|
256
256
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkJSTCR7PQ_cjs.combineTapscriptSigs; }
|
|
258
258
|
});
|
|
259
259
|
Object.defineProperty(exports, "contractFromArkContract", {
|
|
260
260
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkJSTCR7PQ_cjs.contractFromArkContract; }
|
|
262
262
|
});
|
|
263
263
|
Object.defineProperty(exports, "contractFromArkContractWithAddress", {
|
|
264
264
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkJSTCR7PQ_cjs.contractFromArkContractWithAddress; }
|
|
266
266
|
});
|
|
267
267
|
Object.defineProperty(exports, "decodeArkContract", {
|
|
268
268
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkJSTCR7PQ_cjs.decodeArkContract; }
|
|
270
270
|
});
|
|
271
271
|
Object.defineProperty(exports, "encodeArkContract", {
|
|
272
272
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkJSTCR7PQ_cjs.encodeArkContract; }
|
|
274
274
|
});
|
|
275
275
|
Object.defineProperty(exports, "getMigrationStatus", {
|
|
276
276
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkJSTCR7PQ_cjs.getMigrationStatus; }
|
|
278
278
|
});
|
|
279
279
|
Object.defineProperty(exports, "getRandomId", {
|
|
280
280
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkJSTCR7PQ_cjs.getRandomId; }
|
|
282
282
|
});
|
|
283
283
|
Object.defineProperty(exports, "hasBoardingTxExpired", {
|
|
284
284
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkJSTCR7PQ_cjs.hasBoardingTxExpired; }
|
|
286
286
|
});
|
|
287
287
|
Object.defineProperty(exports, "isArkContract", {
|
|
288
288
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkJSTCR7PQ_cjs.isArkContract; }
|
|
290
290
|
});
|
|
291
291
|
Object.defineProperty(exports, "isBatchSignable", {
|
|
292
292
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkJSTCR7PQ_cjs.isBatchSignable; }
|
|
294
294
|
});
|
|
295
295
|
Object.defineProperty(exports, "isCooperativelyMigratable", {
|
|
296
296
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkJSTCR7PQ_cjs.isCooperativelyMigratable; }
|
|
298
298
|
});
|
|
299
299
|
Object.defineProperty(exports, "isDiscoverable", {
|
|
300
300
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkJSTCR7PQ_cjs.isDiscoverable; }
|
|
302
302
|
});
|
|
303
303
|
Object.defineProperty(exports, "isExpired", {
|
|
304
304
|
enumerable: true,
|
|
305
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunkJSTCR7PQ_cjs.isExpired; }
|
|
306
306
|
});
|
|
307
307
|
Object.defineProperty(exports, "isRecoverable", {
|
|
308
308
|
enumerable: true,
|
|
309
|
-
get: function () { return
|
|
309
|
+
get: function () { return chunkJSTCR7PQ_cjs.isRecoverable; }
|
|
310
310
|
});
|
|
311
311
|
Object.defineProperty(exports, "isSpendable", {
|
|
312
312
|
enumerable: true,
|
|
313
|
-
get: function () { return
|
|
313
|
+
get: function () { return chunkJSTCR7PQ_cjs.isSpendable; }
|
|
314
314
|
});
|
|
315
315
|
Object.defineProperty(exports, "isSubdust", {
|
|
316
316
|
enumerable: true,
|
|
317
|
-
get: function () { return
|
|
317
|
+
get: function () { return chunkJSTCR7PQ_cjs.isSubdust; }
|
|
318
318
|
});
|
|
319
319
|
Object.defineProperty(exports, "isValidArkAddress", {
|
|
320
320
|
enumerable: true,
|
|
321
|
-
get: function () { return
|
|
321
|
+
get: function () { return chunkJSTCR7PQ_cjs.isValidArkAddress; }
|
|
322
322
|
});
|
|
323
323
|
Object.defineProperty(exports, "isVtxoExpiringSoon", {
|
|
324
324
|
enumerable: true,
|
|
325
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunkJSTCR7PQ_cjs.isVtxoExpiringSoon; }
|
|
326
326
|
});
|
|
327
327
|
Object.defineProperty(exports, "migrateWalletRepository", {
|
|
328
328
|
enumerable: true,
|
|
329
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunkJSTCR7PQ_cjs.migrateWalletRepository; }
|
|
330
330
|
});
|
|
331
331
|
Object.defineProperty(exports, "openDatabase", {
|
|
332
332
|
enumerable: true,
|
|
333
|
-
get: function () { return
|
|
333
|
+
get: function () { return chunkJSTCR7PQ_cjs.openDatabase; }
|
|
334
334
|
});
|
|
335
335
|
Object.defineProperty(exports, "requiresMigration", {
|
|
336
336
|
enumerable: true,
|
|
337
|
-
get: function () { return
|
|
337
|
+
get: function () { return chunkJSTCR7PQ_cjs.requiresMigration; }
|
|
338
338
|
});
|
|
339
339
|
Object.defineProperty(exports, "rollbackMigration", {
|
|
340
340
|
enumerable: true,
|
|
341
|
-
get: function () { return
|
|
341
|
+
get: function () { return chunkJSTCR7PQ_cjs.rollbackMigration; }
|
|
342
342
|
});
|
|
343
343
|
Object.defineProperty(exports, "setupServiceWorker", {
|
|
344
344
|
enumerable: true,
|
|
345
|
-
get: function () { return
|
|
345
|
+
get: function () { return chunkJSTCR7PQ_cjs.setupServiceWorker; }
|
|
346
346
|
});
|
|
347
347
|
Object.defineProperty(exports, "signerSetFromInfo", {
|
|
348
348
|
enumerable: true,
|
|
349
|
-
get: function () { return
|
|
349
|
+
get: function () { return chunkJSTCR7PQ_cjs.signerSetFromInfo; }
|
|
350
350
|
});
|
|
351
351
|
Object.defineProperty(exports, "toXOnlySignerHex", {
|
|
352
352
|
enumerable: true,
|
|
353
|
-
get: function () { return
|
|
353
|
+
get: function () { return chunkJSTCR7PQ_cjs.toXOnlySignerHex; }
|
|
354
354
|
});
|
|
355
355
|
Object.defineProperty(exports, "validateConnectorsTxGraph", {
|
|
356
356
|
enumerable: true,
|
|
357
|
-
get: function () { return
|
|
357
|
+
get: function () { return chunkJSTCR7PQ_cjs.validateConnectorsTxGraph; }
|
|
358
358
|
});
|
|
359
359
|
Object.defineProperty(exports, "validateVtxoTxGraph", {
|
|
360
360
|
enumerable: true,
|
|
361
|
-
get: function () { return
|
|
361
|
+
get: function () { return chunkJSTCR7PQ_cjs.validateVtxoTxGraph; }
|
|
362
362
|
});
|
|
363
363
|
Object.defineProperty(exports, "verifyTapscriptSignatures", {
|
|
364
364
|
enumerable: true,
|
|
365
|
-
get: function () { return
|
|
365
|
+
get: function () { return chunkJSTCR7PQ_cjs.verifyTapscriptSignatures; }
|
|
366
366
|
});
|
|
367
367
|
Object.defineProperty(exports, "waitForIncomingFunds", {
|
|
368
368
|
enumerable: true,
|
|
369
|
-
get: function () { return
|
|
369
|
+
get: function () { return chunkJSTCR7PQ_cjs.waitForIncomingFunds; }
|
|
370
370
|
});
|
|
371
371
|
Object.defineProperty(exports, "ArkError", {
|
|
372
372
|
enumerable: true,
|
|
373
|
-
get: function () { return
|
|
373
|
+
get: function () { return chunkPXMV7RPT_cjs.ArkError; }
|
|
374
374
|
});
|
|
375
375
|
Object.defineProperty(exports, "ArkPsbtFieldKey", {
|
|
376
376
|
enumerable: true,
|
|
377
|
-
get: function () { return
|
|
377
|
+
get: function () { return chunkPXMV7RPT_cjs.ArkPsbtFieldKey; }
|
|
378
378
|
});
|
|
379
379
|
Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
|
|
380
380
|
enumerable: true,
|
|
381
|
-
get: function () { return
|
|
381
|
+
get: function () { return chunkPXMV7RPT_cjs.ArkPsbtFieldKeyType; }
|
|
382
382
|
});
|
|
383
383
|
Object.defineProperty(exports, "ChainTxType", {
|
|
384
384
|
enumerable: true,
|
|
385
|
-
get: function () { return
|
|
385
|
+
get: function () { return chunkPXMV7RPT_cjs.ChainTxType; }
|
|
386
386
|
});
|
|
387
387
|
Object.defineProperty(exports, "ConditionWitness", {
|
|
388
388
|
enumerable: true,
|
|
389
|
-
get: function () { return
|
|
389
|
+
get: function () { return chunkPXMV7RPT_cjs.ConditionWitness; }
|
|
390
390
|
});
|
|
391
391
|
Object.defineProperty(exports, "CosignerPublicKey", {
|
|
392
392
|
enumerable: true,
|
|
393
|
-
get: function () { return
|
|
393
|
+
get: function () { return chunkPXMV7RPT_cjs.CosignerPublicKey; }
|
|
394
394
|
});
|
|
395
395
|
Object.defineProperty(exports, "DigestMismatchError", {
|
|
396
396
|
enumerable: true,
|
|
397
|
-
get: function () { return
|
|
397
|
+
get: function () { return chunkPXMV7RPT_cjs.DigestMismatchError; }
|
|
398
398
|
});
|
|
399
399
|
Object.defineProperty(exports, "IndexerTxType", {
|
|
400
400
|
enumerable: true,
|
|
401
|
-
get: function () { return
|
|
401
|
+
get: function () { return chunkPXMV7RPT_cjs.IndexerTxType; }
|
|
402
402
|
});
|
|
403
403
|
Object.defineProperty(exports, "Intent", {
|
|
404
404
|
enumerable: true,
|
|
405
|
-
get: function () { return
|
|
405
|
+
get: function () { return chunkPXMV7RPT_cjs.Intent; }
|
|
406
406
|
});
|
|
407
407
|
Object.defineProperty(exports, "RestArkProvider", {
|
|
408
408
|
enumerable: true,
|
|
409
|
-
get: function () { return
|
|
409
|
+
get: function () { return chunkPXMV7RPT_cjs.RestArkProvider; }
|
|
410
410
|
});
|
|
411
411
|
Object.defineProperty(exports, "RestIndexerProvider", {
|
|
412
412
|
enumerable: true,
|
|
413
|
-
get: function () { return
|
|
413
|
+
get: function () { return chunkPXMV7RPT_cjs.RestIndexerProvider; }
|
|
414
414
|
});
|
|
415
415
|
Object.defineProperty(exports, "SettlementEventType", {
|
|
416
416
|
enumerable: true,
|
|
417
|
-
get: function () { return
|
|
417
|
+
get: function () { return chunkPXMV7RPT_cjs.SettlementEventType; }
|
|
418
418
|
});
|
|
419
419
|
Object.defineProperty(exports, "Transaction", {
|
|
420
420
|
enumerable: true,
|
|
421
|
-
get: function () { return
|
|
421
|
+
get: function () { return chunkPXMV7RPT_cjs.Transaction; }
|
|
422
422
|
});
|
|
423
423
|
Object.defineProperty(exports, "VtxoTaprootTree", {
|
|
424
424
|
enumerable: true,
|
|
425
|
-
get: function () { return
|
|
425
|
+
get: function () { return chunkPXMV7RPT_cjs.VtxoTaprootTree; }
|
|
426
426
|
});
|
|
427
427
|
Object.defineProperty(exports, "VtxoTreeExpiry", {
|
|
428
428
|
enumerable: true,
|
|
429
|
-
get: function () { return
|
|
429
|
+
get: function () { return chunkPXMV7RPT_cjs.VtxoTreeExpiry; }
|
|
430
430
|
});
|
|
431
431
|
Object.defineProperty(exports, "asset", {
|
|
432
432
|
enumerable: true,
|
|
433
|
-
get: function () { return
|
|
433
|
+
get: function () { return chunkPXMV7RPT_cjs.asset_exports; }
|
|
434
|
+
});
|
|
435
|
+
Object.defineProperty(exports, "buildVersion", {
|
|
436
|
+
enumerable: true,
|
|
437
|
+
get: function () { return chunkPXMV7RPT_cjs.buildVersion; }
|
|
434
438
|
});
|
|
435
439
|
Object.defineProperty(exports, "getArkPsbtFields", {
|
|
436
440
|
enumerable: true,
|
|
437
|
-
get: function () { return
|
|
441
|
+
get: function () { return chunkPXMV7RPT_cjs.getArkPsbtFields; }
|
|
438
442
|
});
|
|
439
443
|
Object.defineProperty(exports, "maybeArkError", {
|
|
440
444
|
enumerable: true,
|
|
441
|
-
get: function () { return
|
|
445
|
+
get: function () { return chunkPXMV7RPT_cjs.maybeArkError; }
|
|
446
|
+
});
|
|
447
|
+
Object.defineProperty(exports, "sdkVersion", {
|
|
448
|
+
enumerable: true,
|
|
449
|
+
get: function () { return chunkPXMV7RPT_cjs.sdkVersion; }
|
|
442
450
|
});
|
|
443
451
|
Object.defineProperty(exports, "setArkPsbtField", {
|
|
444
452
|
enumerable: true,
|
|
445
|
-
get: function () { return
|
|
453
|
+
get: function () { return chunkPXMV7RPT_cjs.setArkPsbtField; }
|
|
446
454
|
});
|
|
447
455
|
Object.defineProperty(exports, "BoardingContractHandler", {
|
|
448
456
|
enumerable: true,
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
3
|
-
export { B as BoardingContractHandler, a as BoardingContractParams, D as DefaultContractHandler, b as DefaultContractParams, c as DelegateContractHandler, d as DelegateContractParams, V as VHTLC, e as VHTLCContractHandler, f as VHTLCContractParams, g as contractHandlers } from './index-
|
|
4
|
-
export { D as DefaultVtxo, a as DelegateVtxo } from './delegate-
|
|
5
|
-
import { W as Wallet, R as ReadonlyWallet, a as ReceiveRotatorFactory, b as ReceiveRotatorBootOpts, c as ReceiveRotatorBoot } from './wallet-
|
|
6
|
-
export { B as Batch, d as BoardingUtxoGroup, I as IncomingFunds, w as waitForIncomingFunds } from './wallet-
|
|
1
|
+
import { H as ReadonlyIdentity, a as Identity, a5 as DescriptorSigningRequest, a6 as Transaction, $ as SignerSession, W as WalletRepository, E as ExtendedVirtualCoin, a2 as VtxoRepositoryKey, d as ExtendedCoin, A as ArkTransaction, a3 as WalletState, r as Contract, C as ContractRepository, a4 as ContractFilter, a7 as IntentFeeConfig, a8 as OffchainInput, a9 as FeeAmount, aa as OnchainInput, ab as FeeOutput, m as ArkProvider, Z as SettlementConfig, ac as ContractWatcherConfig, I as IWallet, ad as FeeInfo, h as SettlementEvent, D as DescriptorProvider, g as SettleParams, S as SendBitcoinParams, G as GetVtxosFilter, ae as CreateContractParams, af as GetContractsFilter, q as VirtualCoin, ag as GetSpendablePathsOptions, ah as GetAllSpendingPathsOptions, R as Recipient, ai as IssuanceParams, aj as ReissuanceParams, ak as BurnParams, al as RenewVtxosOptions, c as WalletBalance, am as ContractWithVtxos, an as PathSelection, ao as ContractEvent, ap as AssetDetails, aq as IssuanceResult, ar as DelegateInfo, as as MigrationGlobalSkipReason, at as MigrationLegSkipReason, au as SignerStatus, F as IReadonlyWallet, L as IReadonlyAssetManager, av as StorageConfig, e as IContractManager, i as IAssetManager, f as IDelegateManager, aw as IVtxoManager, O as OnchainProvider, N as Network, M as NetworkName, U as Coin, ax as ExplorerTransaction, p as TapLeafScript, ay as EncodedVtxoScript, Y as CSVMultisigTapscript, o as RelativeTimelock, V as VtxoScript, az as Status, aA as Outpoint, aB as ChainTx, n as IndexerProvider, t as TxTree, aC as PathContext } from './ark-BzUNnkoc.cjs';
|
|
2
|
+
export { Q as ArkAddress, P as ArkInfo, aD as ArkTapscript, aE as Asset, aF as AssetMetadata, aG as BaseWalletConfig, x as BatchFailedEvent, v as BatchFinalizationEvent, w as BatchFinalizedEvent, aH as BatchInfo, aI as BatchSignableIdentity, B as BatchStartedEvent, aJ as CLTVMultisigTapscript, aK as ChainTxType, aL as CommitmentTx, aM as ConditionCSVMultisigTapscript, aN as ConditionMultisigTapscript, aO as ContractBalance, aP as ContractEventCallback, aQ as ContractHandler, X as ContractManager, aR as ContractManagerConfig, aS as ContractState, aT as ContractVtxo, aU as ContractWatcher, aV as DelegateManagerImpl, aW as DelegateOptions, J as DelegateProvider, aX as DelegatorManagerImpl, aY as DelegatorProvider, aZ as DeprecatedSignerMigrationReport, a_ as DeprecatedSignerReport, a$ as DigestMismatchError, b0 as Discoverable, b1 as DiscoveredContract, b2 as DiscoveryDeps, b3 as ESPLORA_URL, b4 as EsploraProvider, b5 as ExtendedContractVtxo, b6 as HandlerError, b7 as IDelegatorManager, b8 as IndexerTxType, a1 as Intent, b9 as KnownMetadata, ba as MigrateDeprecatedSignerOptions, bb as MigrationLegReport, bc as MigrationVtxoRef, bd as MultisigTapscript, be as Nonces, bf as Output, bg as PageResponse, bh as PaginationOptions, bi as PartialSig, bj as ProviderClass, K as ReadonlyWalletConfig, j as RestArkProvider, bk as RestDelegateProvider, bl as RestDelegatorProvider, k as RestIndexerProvider, bm as ScanContractsOptions, bn as ScanResult, bo as ScheduledSession, bp as SettlementEventType, bq as SignRequest, a0 as SignedIntent, br as SignerClassification, bs as SignerSet, bt as SubscriptionEvent, bu as SubscriptionHeartbeat, l as SubscriptionResponse, bv as TapLeaves, bw as TapTreeCoder, bx as TapscriptType, by as TreeNonces, u as TreeNoncesEvent, bz as TreePartialSigs, z as TreeSignatureEvent, s as TreeSigningStartedEvent, y as TreeTxEvent, bA as Tx, bB as TxHistoryRecord, bC as TxKey, T as TxNotification, bD as TxTreeNode, bE as TxType, bF as VirtualStatus, bG as Vtxo, bH as VtxoChain, _ as VtxoManager, bI as VtxoType, b as WalletConfig, bJ as WalletMode, bK as classifyAgainstSignerSet, bL as classifyContractSigner, bM as decodeTapscript, bN as getSequence, bO as isBatchSignable, bP as isCooperativelyMigratable, bQ as isDiscoverable, bR as isExpired, bS as isRecoverable, bT as isSpendable, bU as isSubdust, bV as isVtxoExpiringSoon, bW as networks, bX as signerSetFromInfo, bY as toXOnlySignerHex } from './ark-BzUNnkoc.cjs';
|
|
3
|
+
export { B as BoardingContractHandler, a as BoardingContractParams, D as DefaultContractHandler, b as DefaultContractParams, c as DelegateContractHandler, d as DelegateContractParams, V as VHTLC, e as VHTLCContractHandler, f as VHTLCContractParams, g as contractHandlers } from './index-YkMAtSfw.cjs';
|
|
4
|
+
export { D as DefaultVtxo, a as DelegateVtxo } from './delegate-DHAgMIS9.cjs';
|
|
5
|
+
import { W as Wallet, R as ReadonlyWallet, a as ReceiveRotatorFactory, b as ReceiveRotatorBootOpts, c as ReceiveRotatorBoot } from './wallet-_PTv-lMe.cjs';
|
|
6
|
+
export { B as Batch, d as BoardingUtxoGroup, I as IncomingFunds, w as waitForIncomingFunds } from './wallet-_PTv-lMe.cjs';
|
|
7
7
|
import { Bytes, BTC_NETWORK } from '@scure/btc-signer/utils.js';
|
|
8
8
|
import { P2TR } from '@scure/btc-signer/payment.js';
|
|
9
9
|
import { Transaction as Transaction$1 } from '@scure/btc-signer';
|
|
@@ -717,9 +717,12 @@ declare class Estimator {
|
|
|
717
717
|
}
|
|
718
718
|
|
|
719
719
|
/**
|
|
720
|
-
* Thrown when a
|
|
721
|
-
*
|
|
722
|
-
*
|
|
720
|
+
* Thrown when a descriptor-capable contract (default, delegate, or boarding)
|
|
721
|
+
* cannot be routed to any signer: its owner key (`params.pubKey`) is not this
|
|
722
|
+
* wallet's baseline signing key, and the record carries no
|
|
723
|
+
* `metadata.signingDescriptor` to send it to a descriptor-aware signer.
|
|
724
|
+
*
|
|
725
|
+
* Note that this can arise also when a contract belongs to a different identity (storage reuse).
|
|
723
726
|
*/
|
|
724
727
|
declare class MissingSigningDescriptorError extends Error {
|
|
725
728
|
readonly contractScript: string;
|
|
@@ -3502,6 +3505,12 @@ declare function timelockToSequence(timelock: RelativeTimelock): number;
|
|
|
3502
3505
|
*/
|
|
3503
3506
|
declare function sequenceToTimelock(sequence: number): RelativeTimelock;
|
|
3504
3507
|
|
|
3508
|
+
declare const buildVersion = "0.9.9";
|
|
3509
|
+
/**
|
|
3510
|
+
* The SDK's own version string, sourced from package.json
|
|
3511
|
+
*/
|
|
3512
|
+
declare const sdkVersion: string;
|
|
3513
|
+
|
|
3505
3514
|
/**
|
|
3506
3515
|
* Opens an IndexedDB database and increments the reference count.
|
|
3507
3516
|
* Handles global object detection and callbacks.
|
|
@@ -3600,4 +3609,4 @@ declare class AssetManager extends ReadonlyAssetManager implements IAssetManager
|
|
|
3600
3609
|
burn(params: BurnParams): Promise<string>;
|
|
3601
3610
|
}
|
|
3602
3611
|
|
|
3603
|
-
export { type AnchorBumper, ArkError, ArkNote, ArkProvider, type ArkPsbtFieldCoder, ArkPsbtFieldKey, ArkPsbtFieldKeyType, ArkTransaction, type ArkTxInput, AssetDetails, AssetManager, BIP322, BurnParams, CSVMultisigTapscript, ChainTx, Coin, ConditionWitness, Contract, ContractEvent, ContractRepository, ContractRepositoryImpl, ContractWatcherConfig, ContractWithVtxos, CosignerPublicKey, CreateContractParams, DEFAULT_MESSAGE_TIMEOUTS, DelegateInfo, DelegateNotConfiguredError, DelegatorNotConfiguredError, type DescriptorOptions, DescriptorSigningProviderMissingError, DustChangeError, ELECTRUM_TCP_HOST, ELECTRUM_WS_URL, type BlockHeader as ElectrumBlockHeader, ElectrumOnchainProvider, type TransactionHistory as ElectrumTransactionHistory, type Unspent as ElectrumUnspent, EncodedVtxoScript, Estimator, ExplorerTransaction, ExtendedCoin, ExtendedVirtualCoin, FeeAmount, FeeInfo, FeeOutput, GetVtxosFilter, HDDescriptorProvider, IAssetManager, IContractManager, IDelegateManager, IReadonlyAssetManager, IReadonlyWallet, IVtxoManager, IWallet, Identity, InMemoryContractRepository, InMemoryWalletRepository, IndexedDBContractRepository, IndexedDBWalletRepository, IndexerProvider, IntentFeeConfig, IssuanceParams, IssuanceResult, MESSAGE_BUS_NOT_INITIALIZED, MIGRATION_KEY, MessageBus, MessageBusNotInitializedError, type MessageHandler, type MessageTimeouts, MigrationGlobalSkipReason, MigrationLegSkipReason, type MigrationStatus, MissingSigningDescriptorError, MnemonicIdentity, type MnemonicOptions, Network, NetworkName, type NetworkOptions, OffchainInput, type OffchainTx, OnchainInput, OnchainProvider, OnchainWallet, Outpoint, P2A, type ParsedArkContract, PathContext, PathSelection, Ramps, ReadonlyAssetManager, ReadonlyDescriptorIdentity, ReadonlyIdentity, ReadonlySingleKey, ReadonlyWallet, ReadonlyWalletError, Recipient, ReissuanceParams, RelativeTimelock, RenewVtxosOptions, type RequestEnvelope, type ResponseEnvelope, SeedIdentity, type SeedIdentityOptions, SendBitcoinParams, ServiceWorkerReadonlyWallet, ServiceWorkerTimeoutError, ServiceWorkerWallet, type ServiceWorkerWalletMode, SettleParams, SettlementConfig, SettlementEvent, SignerSession, SignerStatus, SingleKey, Status, StorageConfig, TapLeafScript, Transaction, TxTree, TxWeightEstimator, Unroll, type VSize, VirtualCoin, VtxoScript, VtxoTaprootTree, VtxoTreeExpiry, Wallet, WalletBalance, WalletMessageHandler, WalletNotInitializedError, WalletRepository, WalletRepositoryImpl, WsElectrumChainSource, assembleBtcdTaprootTree, index as asset, buildForfeitTx, buildOffchainTx, closeDatabase, combineTapscriptSigs, contractFromArkContract, contractFromArkContractWithAddress, decodeArkContract, encodeArkContract, getArkPsbtFields, getMigrationStatus, getRandomId, hasBoardingTxExpired, isArkContract, isCltvSatisfied, isCsvSpendable, isValidArkAddress, maybeArkError, migrateWalletRepository, openDatabase, requiresMigration, rollbackMigration, sequenceToTimelock, setArkPsbtField, setupServiceWorker, timelockToSequence, validateConnectorsTxGraph, validateVtxoTxGraph, verifyTapscriptSignatures };
|
|
3612
|
+
export { type AnchorBumper, ArkError, ArkNote, ArkProvider, type ArkPsbtFieldCoder, ArkPsbtFieldKey, ArkPsbtFieldKeyType, ArkTransaction, type ArkTxInput, AssetDetails, AssetManager, BIP322, BurnParams, CSVMultisigTapscript, ChainTx, Coin, ConditionWitness, Contract, ContractEvent, ContractRepository, ContractRepositoryImpl, ContractWatcherConfig, ContractWithVtxos, CosignerPublicKey, CreateContractParams, DEFAULT_MESSAGE_TIMEOUTS, DelegateInfo, DelegateNotConfiguredError, DelegatorNotConfiguredError, type DescriptorOptions, DescriptorSigningProviderMissingError, DustChangeError, ELECTRUM_TCP_HOST, ELECTRUM_WS_URL, type BlockHeader as ElectrumBlockHeader, ElectrumOnchainProvider, type TransactionHistory as ElectrumTransactionHistory, type Unspent as ElectrumUnspent, EncodedVtxoScript, Estimator, ExplorerTransaction, ExtendedCoin, ExtendedVirtualCoin, FeeAmount, FeeInfo, FeeOutput, GetVtxosFilter, HDDescriptorProvider, IAssetManager, IContractManager, IDelegateManager, IReadonlyAssetManager, IReadonlyWallet, IVtxoManager, IWallet, Identity, InMemoryContractRepository, InMemoryWalletRepository, IndexedDBContractRepository, IndexedDBWalletRepository, IndexerProvider, IntentFeeConfig, IssuanceParams, IssuanceResult, MESSAGE_BUS_NOT_INITIALIZED, MIGRATION_KEY, MessageBus, MessageBusNotInitializedError, type MessageHandler, type MessageTimeouts, MigrationGlobalSkipReason, MigrationLegSkipReason, type MigrationStatus, MissingSigningDescriptorError, MnemonicIdentity, type MnemonicOptions, Network, NetworkName, type NetworkOptions, OffchainInput, type OffchainTx, OnchainInput, OnchainProvider, OnchainWallet, Outpoint, P2A, type ParsedArkContract, PathContext, PathSelection, Ramps, ReadonlyAssetManager, ReadonlyDescriptorIdentity, ReadonlyIdentity, ReadonlySingleKey, ReadonlyWallet, ReadonlyWalletError, Recipient, ReissuanceParams, RelativeTimelock, RenewVtxosOptions, type RequestEnvelope, type ResponseEnvelope, SeedIdentity, type SeedIdentityOptions, SendBitcoinParams, ServiceWorkerReadonlyWallet, ServiceWorkerTimeoutError, ServiceWorkerWallet, type ServiceWorkerWalletMode, SettleParams, SettlementConfig, SettlementEvent, SignerSession, SignerStatus, SingleKey, Status, StorageConfig, TapLeafScript, Transaction, TxTree, TxWeightEstimator, Unroll, type VSize, VirtualCoin, VtxoScript, VtxoTaprootTree, VtxoTreeExpiry, Wallet, WalletBalance, WalletMessageHandler, WalletNotInitializedError, WalletRepository, WalletRepositoryImpl, WsElectrumChainSource, assembleBtcdTaprootTree, index as asset, buildForfeitTx, buildOffchainTx, buildVersion, closeDatabase, combineTapscriptSigs, contractFromArkContract, contractFromArkContractWithAddress, decodeArkContract, encodeArkContract, getArkPsbtFields, getMigrationStatus, getRandomId, hasBoardingTxExpired, isArkContract, isCltvSatisfied, isCsvSpendable, isValidArkAddress, maybeArkError, migrateWalletRepository, openDatabase, requiresMigration, rollbackMigration, sdkVersion, sequenceToTimelock, setArkPsbtField, setupServiceWorker, timelockToSequence, validateConnectorsTxGraph, validateVtxoTxGraph, verifyTapscriptSignatures };
|