@arkade-os/sdk 0.4.44 → 0.4.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -0
- package/dist/adapters/expo.cjs +5 -5
- package/dist/adapters/expo.d.cts +2 -2
- package/dist/adapters/expo.d.ts +2 -2
- package/dist/adapters/expo.js +3 -3
- package/dist/adapters/indexedDB.cjs +5 -5
- package/dist/adapters/indexedDB.js +4 -4
- package/dist/{ark-I8jfe5VE.d.cts → ark-C9ognsOV.d.cts} +94 -2
- package/dist/{ark-I8jfe5VE.d.ts → ark-C9ognsOV.d.ts} +94 -2
- package/dist/{asyncStorageTaskQueue-BtSOVZFn.d.ts → asyncStorageTaskQueue-BAKZ5cS5.d.ts} +2 -2
- package/dist/{asyncStorageTaskQueue-Dap7qUlF.d.cts → asyncStorageTaskQueue-CmBYVlxw.d.cts} +2 -2
- package/dist/{chunk-32YKLQPS.cjs → chunk-4KXOCVXP.cjs} +32 -29
- package/dist/chunk-4KXOCVXP.cjs.map +1 -0
- package/dist/{chunk-RJ6XVCX4.cjs → chunk-6TQJOD72.cjs} +7 -7
- package/dist/{chunk-RJ6XVCX4.cjs.map → chunk-6TQJOD72.cjs.map} +1 -1
- package/dist/{chunk-UBYY2TPK.cjs → chunk-7IYIFMF4.cjs} +178 -79
- package/dist/chunk-7IYIFMF4.cjs.map +1 -0
- package/dist/{chunk-LJ35HPJW.js → chunk-CWJ7ZCP7.js} +171 -75
- package/dist/chunk-CWJ7ZCP7.js.map +1 -0
- package/dist/{chunk-XIVCG6EP.cjs → chunk-D46YDM36.cjs} +1173 -425
- package/dist/chunk-D46YDM36.cjs.map +1 -0
- package/dist/{chunk-BE5MUB7T.js → chunk-FWG4TSPN.js} +7 -2
- package/dist/chunk-FWG4TSPN.js.map +1 -0
- package/dist/{chunk-V7WIZR2B.js → chunk-JTCQ6QXQ.js} +4 -4
- package/dist/{chunk-V7WIZR2B.js.map → chunk-JTCQ6QXQ.js.map} +1 -1
- package/dist/{chunk-HXDZ2QTW.cjs → chunk-MQB5H4X5.cjs} +7 -2
- package/dist/chunk-MQB5H4X5.cjs.map +1 -0
- package/dist/{chunk-FMI2GKYO.js → chunk-P6VBP3CT.js} +977 -231
- package/dist/chunk-P6VBP3CT.js.map +1 -0
- package/dist/{chunk-YNEDJTX2.js → chunk-QKC2T54O.js} +6 -3
- package/dist/chunk-QKC2T54O.js.map +1 -0
- package/dist/{chunk-LCQQPOIT.js → chunk-R2SVAM5Q.js} +3 -3
- package/dist/{chunk-LCQQPOIT.js.map → chunk-R2SVAM5Q.js.map} +1 -1
- package/dist/{chunk-X37EKDIH.cjs → chunk-SOXGAA52.cjs} +14 -14
- package/dist/{chunk-X37EKDIH.cjs.map → chunk-SOXGAA52.cjs.map} +1 -1
- package/dist/contracts/handlers/index.cjs +7 -7
- 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-BRqbh2fW.d.cts → delegate-DVEgyRwI.d.cts} +1 -1
- package/dist/{delegate-CgjVjYOP.d.ts → delegate-aOd5qINr.d.ts} +1 -1
- package/dist/{index-DvWNB_rl.d.ts → index-CPzL4tqg.d.ts} +2 -2
- package/dist/{index-DHuXlDEg.d.cts → index-D8vmtWWO.d.cts} +2 -2
- package/dist/index.cjs +176 -156
- package/dist/index.d.cts +45 -20
- package/dist/index.d.ts +45 -20
- package/dist/index.js +4 -4
- package/dist/repositories/realm/index.cjs +23 -19
- package/dist/repositories/realm/index.cjs.map +1 -1
- package/dist/repositories/realm/index.d.cts +2 -2
- package/dist/repositories/realm/index.d.ts +2 -2
- package/dist/repositories/realm/index.js +9 -5
- package/dist/repositories/realm/index.js.map +1 -1
- package/dist/repositories/sqlite/index.cjs +22 -18
- package/dist/repositories/sqlite/index.cjs.map +1 -1
- package/dist/repositories/sqlite/index.d.cts +2 -2
- package/dist/repositories/sqlite/index.d.ts +2 -2
- package/dist/repositories/sqlite/index.js +9 -5
- package/dist/repositories/sqlite/index.js.map +1 -1
- package/dist/{taskRunner-Bptw9UMa.d.ts → taskRunner-B48-V-Pb.d.ts} +2 -2
- package/dist/{taskRunner-CeFxKhSH.d.cts → taskRunner-nNecmQ2C.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 +27 -14
- package/dist/wallet/expo/index.cjs.map +1 -1
- package/dist/wallet/expo/index.d.cts +11 -4
- package/dist/wallet/expo/index.d.ts +11 -4
- package/dist/wallet/expo/index.js +18 -5
- package/dist/wallet/expo/index.js.map +1 -1
- package/dist/{wallet-BsqRU8KM.d.cts → wallet-BUg3D4WJ.d.cts} +139 -3
- package/dist/{wallet-D9z7wssl.d.ts → wallet-DM0oShTu.d.ts} +139 -3
- package/dist/worker/expo/index.cjs +10 -9
- package/dist/worker/expo/index.cjs.map +1 -1
- package/dist/worker/expo/index.d.cts +4 -4
- package/dist/worker/expo/index.d.ts +4 -4
- package/dist/worker/expo/index.js +6 -5
- package/dist/worker/expo/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-32YKLQPS.cjs.map +0 -1
- package/dist/chunk-BE5MUB7T.js.map +0 -1
- package/dist/chunk-FMI2GKYO.js.map +0 -1
- package/dist/chunk-HXDZ2QTW.cjs.map +0 -1
- package/dist/chunk-LJ35HPJW.js.map +0 -1
- package/dist/chunk-UBYY2TPK.cjs.map +0 -1
- package/dist/chunk-XIVCG6EP.cjs.map +0 -1
- package/dist/chunk-YNEDJTX2.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,620 +1,640 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
3
|
+
var chunkD46YDM36_cjs = require('./chunk-D46YDM36.cjs');
|
|
4
|
+
var chunk7IYIFMF4_cjs = require('./chunk-7IYIFMF4.cjs');
|
|
5
|
+
var chunk4KXOCVXP_cjs = require('./chunk-4KXOCVXP.cjs');
|
|
6
|
+
var chunkMQB5H4X5_cjs = require('./chunk-MQB5H4X5.cjs');
|
|
7
7
|
require('./chunk-5BLDMQED.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "ActivityRegistry", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkD46YDM36_cjs.ActivityRegistry; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "ArkNote", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkD46YDM36_cjs.ArkNote; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "AssetManager", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkD46YDM36_cjs.AssetManager; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "BIP322", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkD46YDM36_cjs.BIP322; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "Batch", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkD46YDM36_cjs.Batch; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ChainedTxType", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkD46YDM36_cjs.ChainedTxType; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "ContractManager", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkD46YDM36_cjs.ContractManager; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "ContractRepositoryImpl", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkD46YDM36_cjs.ContractRepositoryImpl; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "ContractWatcher", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkD46YDM36_cjs.ContractWatcher; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "DEFAULT_MESSAGE_TIMEOUTS", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkD46YDM36_cjs.DEFAULT_MESSAGE_TIMEOUTS; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "DelegateManagerImpl", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkD46YDM36_cjs.DelegateManagerImpl; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "DelegateNotConfiguredError", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkD46YDM36_cjs.DelegateNotConfiguredError; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "DelegatorManagerImpl", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkD46YDM36_cjs.DelegatorManagerImpl; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "DelegatorNotConfiguredError", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkD46YDM36_cjs.DelegatorNotConfiguredError; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "DescriptorSigningProviderMissingError", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkD46YDM36_cjs.DescriptorSigningProviderMissingError; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "DustChangeError", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkD46YDM36_cjs.DustChangeError; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "ELECTRUM_TCP_HOST", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkD46YDM36_cjs.ELECTRUM_TCP_HOST; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "ELECTRUM_WS_URL", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkD46YDM36_cjs.ELECTRUM_WS_URL; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "ESPLORA_URL", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkD46YDM36_cjs.ESPLORA_URL; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "ElectrumOnchainProvider", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkD46YDM36_cjs.ElectrumOnchainProvider; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "EsploraProvider", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkD46YDM36_cjs.EsploraProvider; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "Estimator", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkD46YDM36_cjs.Estimator; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "HDDescriptorProvider", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkD46YDM36_cjs.HDDescriptorProvider; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "INTENT_TERMINAL_STATES", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkD46YDM36_cjs.INTENT_TERMINAL_STATES; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "InMemoryContractRepository", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkD46YDM36_cjs.InMemoryContractRepository; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "InMemoryIntentRepository", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkD46YDM36_cjs.InMemoryIntentRepository; }
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(exports, "InMemoryVirtualTxRepository", {
|
|
116
116
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkD46YDM36_cjs.InMemoryVirtualTxRepository; }
|
|
118
118
|
});
|
|
119
119
|
Object.defineProperty(exports, "InMemoryWalletRepository", {
|
|
120
120
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkD46YDM36_cjs.InMemoryWalletRepository; }
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "IndexedDBContractRepository", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkD46YDM36_cjs.IndexedDBContractRepository; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "IndexedDBIntentRepository", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkD46YDM36_cjs.IndexedDBIntentRepository; }
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(exports, "IndexedDBVirtualTxRepository", {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkD46YDM36_cjs.IndexedDBVirtualTxRepository; }
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "IndexedDBWalletRepository", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkD46YDM36_cjs.IndexedDBWalletRepository; }
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(exports, "MESSAGE_BUS_INITIALIZING", {
|
|
140
140
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkD46YDM36_cjs.MESSAGE_BUS_INITIALIZING; }
|
|
142
142
|
});
|
|
143
143
|
Object.defineProperty(exports, "MESSAGE_BUS_NOT_INITIALIZED", {
|
|
144
144
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkD46YDM36_cjs.MESSAGE_BUS_NOT_INITIALIZED; }
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "MIGRATION_KEY", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkD46YDM36_cjs.MIGRATION_KEY; }
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "MessageBus", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkD46YDM36_cjs.MessageBus; }
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "MessageBusInitializingError", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkD46YDM36_cjs.MessageBusInitializingError; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "MessageBusNotInitializedError", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkD46YDM36_cjs.MessageBusNotInitializedError; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "MissingSigningDescriptorError", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkD46YDM36_cjs.MissingSigningDescriptorError; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "MnemonicIdentity", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkD46YDM36_cjs.MnemonicIdentity; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "OnchainWallet", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkD46YDM36_cjs.OnchainWallet; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "P2A", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkD46YDM36_cjs.P2A; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "Ramps", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkD46YDM36_cjs.Ramps; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "ReadonlyAssetManager", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkD46YDM36_cjs.ReadonlyAssetManager; }
|
|
186
186
|
});
|
|
187
187
|
Object.defineProperty(exports, "ReadonlyDescriptorIdentity", {
|
|
188
188
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkD46YDM36_cjs.ReadonlyDescriptorIdentity; }
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(exports, "ReadonlySingleKey", {
|
|
192
192
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkD46YDM36_cjs.ReadonlySingleKey; }
|
|
194
194
|
});
|
|
195
195
|
Object.defineProperty(exports, "ReadonlyWallet", {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkD46YDM36_cjs.ReadonlyWallet; }
|
|
198
198
|
});
|
|
199
199
|
Object.defineProperty(exports, "ReadonlyWalletError", {
|
|
200
200
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkD46YDM36_cjs.ReadonlyWalletError; }
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(exports, "RestDelegateProvider", {
|
|
204
204
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkD46YDM36_cjs.RestDelegateProvider; }
|
|
206
206
|
});
|
|
207
207
|
Object.defineProperty(exports, "RestDelegatorProvider", {
|
|
208
208
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkD46YDM36_cjs.RestDelegatorProvider; }
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(exports, "SeedIdentity", {
|
|
212
212
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkD46YDM36_cjs.SeedIdentity; }
|
|
214
214
|
});
|
|
215
215
|
Object.defineProperty(exports, "ServiceWorkerReadonlyWallet", {
|
|
216
216
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkD46YDM36_cjs.ServiceWorkerReadonlyWallet; }
|
|
218
218
|
});
|
|
219
219
|
Object.defineProperty(exports, "ServiceWorkerTimeoutError", {
|
|
220
220
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkD46YDM36_cjs.ServiceWorkerTimeoutError; }
|
|
222
222
|
});
|
|
223
223
|
Object.defineProperty(exports, "ServiceWorkerWallet", {
|
|
224
224
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkD46YDM36_cjs.ServiceWorkerWallet; }
|
|
226
226
|
});
|
|
227
227
|
Object.defineProperty(exports, "SingleKey", {
|
|
228
228
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkD46YDM36_cjs.SingleKey; }
|
|
230
230
|
});
|
|
231
231
|
Object.defineProperty(exports, "TxTree", {
|
|
232
232
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkD46YDM36_cjs.TxTree; }
|
|
234
234
|
});
|
|
235
235
|
Object.defineProperty(exports, "TxType", {
|
|
236
236
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkD46YDM36_cjs.TxType; }
|
|
238
238
|
});
|
|
239
239
|
Object.defineProperty(exports, "TxWeightEstimator", {
|
|
240
240
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkD46YDM36_cjs.TxWeightEstimator; }
|
|
242
242
|
});
|
|
243
243
|
Object.defineProperty(exports, "UnilateralExit", {
|
|
244
244
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkD46YDM36_cjs.UnilateralExit; }
|
|
246
246
|
});
|
|
247
247
|
Object.defineProperty(exports, "Unroll", {
|
|
248
248
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkD46YDM36_cjs.Unroll; }
|
|
250
250
|
});
|
|
251
251
|
Object.defineProperty(exports, "VtxoManager", {
|
|
252
252
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkD46YDM36_cjs.VtxoManager; }
|
|
254
254
|
});
|
|
255
255
|
Object.defineProperty(exports, "Wallet", {
|
|
256
256
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkD46YDM36_cjs.Wallet; }
|
|
258
258
|
});
|
|
259
259
|
Object.defineProperty(exports, "WalletMessageHandler", {
|
|
260
260
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkD46YDM36_cjs.WalletMessageHandler; }
|
|
262
262
|
});
|
|
263
263
|
Object.defineProperty(exports, "WalletNotInitializedError", {
|
|
264
264
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkD46YDM36_cjs.WalletNotInitializedError; }
|
|
266
266
|
});
|
|
267
267
|
Object.defineProperty(exports, "WalletRepositoryImpl", {
|
|
268
268
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkD46YDM36_cjs.WalletRepositoryImpl; }
|
|
270
270
|
});
|
|
271
271
|
Object.defineProperty(exports, "WsElectrumChainSource", {
|
|
272
272
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkD46YDM36_cjs.WsElectrumChainSource; }
|
|
274
274
|
});
|
|
275
275
|
Object.defineProperty(exports, "boardingResolver", {
|
|
276
276
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkD46YDM36_cjs.boardingResolver; }
|
|
278
278
|
});
|
|
279
279
|
Object.defineProperty(exports, "buildForfeitTx", {
|
|
280
280
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkD46YDM36_cjs.buildForfeitTx; }
|
|
282
282
|
});
|
|
283
283
|
Object.defineProperty(exports, "buildOffchainTx", {
|
|
284
284
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkD46YDM36_cjs.buildOffchainTx; }
|
|
286
286
|
});
|
|
287
287
|
Object.defineProperty(exports, "classifyAgainstSignerSet", {
|
|
288
288
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkD46YDM36_cjs.classifyAgainstSignerSet; }
|
|
290
290
|
});
|
|
291
291
|
Object.defineProperty(exports, "classifyContractSigner", {
|
|
292
292
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkD46YDM36_cjs.classifyContractSigner; }
|
|
294
294
|
});
|
|
295
295
|
Object.defineProperty(exports, "closeDatabase", {
|
|
296
296
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkD46YDM36_cjs.closeDatabase; }
|
|
298
298
|
});
|
|
299
299
|
Object.defineProperty(exports, "combineTapscriptSigs", {
|
|
300
300
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkD46YDM36_cjs.combineTapscriptSigs; }
|
|
302
302
|
});
|
|
303
303
|
Object.defineProperty(exports, "contractFromArkContract", {
|
|
304
304
|
enumerable: true,
|
|
305
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunkD46YDM36_cjs.contractFromArkContract; }
|
|
306
306
|
});
|
|
307
307
|
Object.defineProperty(exports, "contractFromArkContractWithAddress", {
|
|
308
308
|
enumerable: true,
|
|
309
|
-
get: function () { return
|
|
309
|
+
get: function () { return chunkD46YDM36_cjs.contractFromArkContractWithAddress; }
|
|
310
310
|
});
|
|
311
311
|
Object.defineProperty(exports, "createDefaultActivityRegistry", {
|
|
312
312
|
enumerable: true,
|
|
313
|
-
get: function () { return
|
|
313
|
+
get: function () { return chunkD46YDM36_cjs.createDefaultActivityRegistry; }
|
|
314
|
+
});
|
|
315
|
+
Object.defineProperty(exports, "createExitChainResolver", {
|
|
316
|
+
enumerable: true,
|
|
317
|
+
get: function () { return chunkD46YDM36_cjs.createExitChainResolver; }
|
|
314
318
|
});
|
|
315
319
|
Object.defineProperty(exports, "decodeArkContract", {
|
|
316
320
|
enumerable: true,
|
|
317
|
-
get: function () { return
|
|
321
|
+
get: function () { return chunkD46YDM36_cjs.decodeArkContract; }
|
|
318
322
|
});
|
|
319
323
|
Object.defineProperty(exports, "deserializeExitPackage", {
|
|
320
324
|
enumerable: true,
|
|
321
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunkD46YDM36_cjs.deserializeExitPackage; }
|
|
322
326
|
});
|
|
323
327
|
Object.defineProperty(exports, "encodeArkContract", {
|
|
324
328
|
enumerable: true,
|
|
325
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunkD46YDM36_cjs.encodeArkContract; }
|
|
326
330
|
});
|
|
327
331
|
Object.defineProperty(exports, "getMigrationStatus", {
|
|
328
332
|
enumerable: true,
|
|
329
|
-
get: function () { return
|
|
333
|
+
get: function () { return chunkD46YDM36_cjs.getMigrationStatus; }
|
|
330
334
|
});
|
|
331
335
|
Object.defineProperty(exports, "getRandomId", {
|
|
332
336
|
enumerable: true,
|
|
333
|
-
get: function () { return
|
|
337
|
+
get: function () { return chunkD46YDM36_cjs.getRandomId; }
|
|
334
338
|
});
|
|
335
339
|
Object.defineProperty(exports, "hasBoardingTxExpired", {
|
|
336
340
|
enumerable: true,
|
|
337
|
-
get: function () { return
|
|
341
|
+
get: function () { return chunkD46YDM36_cjs.hasBoardingTxExpired; }
|
|
338
342
|
});
|
|
339
343
|
Object.defineProperty(exports, "isArkContract", {
|
|
340
344
|
enumerable: true,
|
|
341
|
-
get: function () { return
|
|
345
|
+
get: function () { return chunkD46YDM36_cjs.isArkContract; }
|
|
342
346
|
});
|
|
343
347
|
Object.defineProperty(exports, "isBatchSignable", {
|
|
344
348
|
enumerable: true,
|
|
345
|
-
get: function () { return
|
|
349
|
+
get: function () { return chunkD46YDM36_cjs.isBatchSignable; }
|
|
346
350
|
});
|
|
347
351
|
Object.defineProperty(exports, "isCooperativelyMigratable", {
|
|
348
352
|
enumerable: true,
|
|
349
|
-
get: function () { return
|
|
353
|
+
get: function () { return chunkD46YDM36_cjs.isCooperativelyMigratable; }
|
|
350
354
|
});
|
|
351
355
|
Object.defineProperty(exports, "isDiscoverable", {
|
|
352
356
|
enumerable: true,
|
|
353
|
-
get: function () { return
|
|
357
|
+
get: function () { return chunkD46YDM36_cjs.isDiscoverable; }
|
|
354
358
|
});
|
|
355
359
|
Object.defineProperty(exports, "isExpired", {
|
|
356
360
|
enumerable: true,
|
|
357
|
-
get: function () { return
|
|
361
|
+
get: function () { return chunkD46YDM36_cjs.isExpired; }
|
|
358
362
|
});
|
|
359
363
|
Object.defineProperty(exports, "isRecoverable", {
|
|
360
364
|
enumerable: true,
|
|
361
|
-
get: function () { return
|
|
365
|
+
get: function () { return chunkD46YDM36_cjs.isRecoverable; }
|
|
366
|
+
});
|
|
367
|
+
Object.defineProperty(exports, "isRetryableProviderError", {
|
|
368
|
+
enumerable: true,
|
|
369
|
+
get: function () { return chunkD46YDM36_cjs.isRetryableProviderError; }
|
|
362
370
|
});
|
|
363
371
|
Object.defineProperty(exports, "isSpendable", {
|
|
364
372
|
enumerable: true,
|
|
365
|
-
get: function () { return
|
|
373
|
+
get: function () { return chunkD46YDM36_cjs.isSpendable; }
|
|
366
374
|
});
|
|
367
375
|
Object.defineProperty(exports, "isSubdust", {
|
|
368
376
|
enumerable: true,
|
|
369
|
-
get: function () { return
|
|
377
|
+
get: function () { return chunkD46YDM36_cjs.isSubdust; }
|
|
370
378
|
});
|
|
371
379
|
Object.defineProperty(exports, "isTerminalIntentState", {
|
|
372
380
|
enumerable: true,
|
|
373
|
-
get: function () { return
|
|
381
|
+
get: function () { return chunkD46YDM36_cjs.isTerminalIntentState; }
|
|
374
382
|
});
|
|
375
383
|
Object.defineProperty(exports, "isValidArkAddress", {
|
|
376
384
|
enumerable: true,
|
|
377
|
-
get: function () { return
|
|
385
|
+
get: function () { return chunkD46YDM36_cjs.isValidArkAddress; }
|
|
378
386
|
});
|
|
379
387
|
Object.defineProperty(exports, "isVtxoExpiringSoon", {
|
|
380
388
|
enumerable: true,
|
|
381
|
-
get: function () { return
|
|
389
|
+
get: function () { return chunkD46YDM36_cjs.isVtxoExpiringSoon; }
|
|
382
390
|
});
|
|
383
391
|
Object.defineProperty(exports, "migrateWalletRepository", {
|
|
384
392
|
enumerable: true,
|
|
385
|
-
get: function () { return
|
|
393
|
+
get: function () { return chunkD46YDM36_cjs.migrateWalletRepository; }
|
|
386
394
|
});
|
|
387
395
|
Object.defineProperty(exports, "openDatabase", {
|
|
388
396
|
enumerable: true,
|
|
389
|
-
get: function () { return
|
|
397
|
+
get: function () { return chunkD46YDM36_cjs.openDatabase; }
|
|
390
398
|
});
|
|
391
399
|
Object.defineProperty(exports, "requiresMigration", {
|
|
392
400
|
enumerable: true,
|
|
393
|
-
get: function () { return
|
|
401
|
+
get: function () { return chunkD46YDM36_cjs.requiresMigration; }
|
|
394
402
|
});
|
|
395
403
|
Object.defineProperty(exports, "rollbackMigration", {
|
|
396
404
|
enumerable: true,
|
|
397
|
-
get: function () { return
|
|
405
|
+
get: function () { return chunkD46YDM36_cjs.rollbackMigration; }
|
|
398
406
|
});
|
|
399
407
|
Object.defineProperty(exports, "serializeExitPackage", {
|
|
400
408
|
enumerable: true,
|
|
401
|
-
get: function () { return
|
|
409
|
+
get: function () { return chunkD46YDM36_cjs.serializeExitPackage; }
|
|
402
410
|
});
|
|
403
411
|
Object.defineProperty(exports, "setupServiceWorker", {
|
|
404
412
|
enumerable: true,
|
|
405
|
-
get: function () { return
|
|
413
|
+
get: function () { return chunkD46YDM36_cjs.setupServiceWorker; }
|
|
406
414
|
});
|
|
407
415
|
Object.defineProperty(exports, "signerSetFromInfo", {
|
|
408
416
|
enumerable: true,
|
|
409
|
-
get: function () { return
|
|
417
|
+
get: function () { return chunkD46YDM36_cjs.signerSetFromInfo; }
|
|
410
418
|
});
|
|
411
419
|
Object.defineProperty(exports, "toXOnlySignerHex", {
|
|
412
420
|
enumerable: true,
|
|
413
|
-
get: function () { return
|
|
421
|
+
get: function () { return chunkD46YDM36_cjs.toXOnlySignerHex; }
|
|
414
422
|
});
|
|
415
423
|
Object.defineProperty(exports, "validateConnectorsTxGraph", {
|
|
416
424
|
enumerable: true,
|
|
417
|
-
get: function () { return
|
|
425
|
+
get: function () { return chunkD46YDM36_cjs.validateConnectorsTxGraph; }
|
|
418
426
|
});
|
|
419
427
|
Object.defineProperty(exports, "validateVtxoTxGraph", {
|
|
420
428
|
enumerable: true,
|
|
421
|
-
get: function () { return
|
|
429
|
+
get: function () { return chunkD46YDM36_cjs.validateVtxoTxGraph; }
|
|
422
430
|
});
|
|
423
431
|
Object.defineProperty(exports, "verifyTapscriptSignatures", {
|
|
424
432
|
enumerable: true,
|
|
425
|
-
get: function () { return
|
|
433
|
+
get: function () { return chunkD46YDM36_cjs.verifyTapscriptSignatures; }
|
|
426
434
|
});
|
|
427
435
|
Object.defineProperty(exports, "waitForIncomingFunds", {
|
|
428
436
|
enumerable: true,
|
|
429
|
-
get: function () { return
|
|
437
|
+
get: function () { return chunkD46YDM36_cjs.waitForIncomingFunds; }
|
|
430
438
|
});
|
|
431
439
|
Object.defineProperty(exports, "ArkError", {
|
|
432
440
|
enumerable: true,
|
|
433
|
-
get: function () { return
|
|
441
|
+
get: function () { return chunk7IYIFMF4_cjs.ArkError; }
|
|
442
|
+
});
|
|
443
|
+
Object.defineProperty(exports, "ArkErrorName", {
|
|
444
|
+
enumerable: true,
|
|
445
|
+
get: function () { return chunk7IYIFMF4_cjs.ArkErrorName; }
|
|
434
446
|
});
|
|
435
447
|
Object.defineProperty(exports, "ArkPsbtFieldKey", {
|
|
436
448
|
enumerable: true,
|
|
437
|
-
get: function () { return
|
|
449
|
+
get: function () { return chunk7IYIFMF4_cjs.ArkPsbtFieldKey; }
|
|
438
450
|
});
|
|
439
451
|
Object.defineProperty(exports, "ArkPsbtFieldKeyType", {
|
|
440
452
|
enumerable: true,
|
|
441
|
-
get: function () { return
|
|
453
|
+
get: function () { return chunk7IYIFMF4_cjs.ArkPsbtFieldKeyType; }
|
|
442
454
|
});
|
|
443
455
|
Object.defineProperty(exports, "ChainTxType", {
|
|
444
456
|
enumerable: true,
|
|
445
|
-
get: function () { return
|
|
457
|
+
get: function () { return chunk7IYIFMF4_cjs.ChainTxType; }
|
|
446
458
|
});
|
|
447
459
|
Object.defineProperty(exports, "ConditionWitness", {
|
|
448
460
|
enumerable: true,
|
|
449
|
-
get: function () { return
|
|
461
|
+
get: function () { return chunk7IYIFMF4_cjs.ConditionWitness; }
|
|
450
462
|
});
|
|
451
463
|
Object.defineProperty(exports, "CosignerPublicKey", {
|
|
452
464
|
enumerable: true,
|
|
453
|
-
get: function () { return
|
|
465
|
+
get: function () { return chunk7IYIFMF4_cjs.CosignerPublicKey; }
|
|
454
466
|
});
|
|
455
467
|
Object.defineProperty(exports, "DigestMismatchError", {
|
|
456
468
|
enumerable: true,
|
|
457
|
-
get: function () { return
|
|
469
|
+
get: function () { return chunk7IYIFMF4_cjs.DigestMismatchError; }
|
|
458
470
|
});
|
|
459
471
|
Object.defineProperty(exports, "FetchError", {
|
|
460
472
|
enumerable: true,
|
|
461
|
-
get: function () { return
|
|
473
|
+
get: function () { return chunk7IYIFMF4_cjs.FetchError; }
|
|
462
474
|
});
|
|
463
475
|
Object.defineProperty(exports, "IndexerTxType", {
|
|
464
476
|
enumerable: true,
|
|
465
|
-
get: function () { return
|
|
477
|
+
get: function () { return chunk7IYIFMF4_cjs.IndexerTxType; }
|
|
466
478
|
});
|
|
467
479
|
Object.defineProperty(exports, "Intent", {
|
|
468
480
|
enumerable: true,
|
|
469
|
-
get: function () { return
|
|
481
|
+
get: function () { return chunk7IYIFMF4_cjs.Intent; }
|
|
482
|
+
});
|
|
483
|
+
Object.defineProperty(exports, "ProviderUnavailableError", {
|
|
484
|
+
enumerable: true,
|
|
485
|
+
get: function () { return chunk7IYIFMF4_cjs.ProviderUnavailableError; }
|
|
470
486
|
});
|
|
471
487
|
Object.defineProperty(exports, "RestArkProvider", {
|
|
472
488
|
enumerable: true,
|
|
473
|
-
get: function () { return
|
|
489
|
+
get: function () { return chunk7IYIFMF4_cjs.RestArkProvider; }
|
|
474
490
|
});
|
|
475
491
|
Object.defineProperty(exports, "RestIndexerProvider", {
|
|
476
492
|
enumerable: true,
|
|
477
|
-
get: function () { return
|
|
493
|
+
get: function () { return chunk7IYIFMF4_cjs.RestIndexerProvider; }
|
|
478
494
|
});
|
|
479
495
|
Object.defineProperty(exports, "SettlementEventType", {
|
|
480
496
|
enumerable: true,
|
|
481
|
-
get: function () { return
|
|
497
|
+
get: function () { return chunk7IYIFMF4_cjs.SettlementEventType; }
|
|
482
498
|
});
|
|
483
499
|
Object.defineProperty(exports, "Transaction", {
|
|
484
500
|
enumerable: true,
|
|
485
|
-
get: function () { return
|
|
501
|
+
get: function () { return chunk7IYIFMF4_cjs.Transaction; }
|
|
486
502
|
});
|
|
487
503
|
Object.defineProperty(exports, "VtxoTaprootTree", {
|
|
488
504
|
enumerable: true,
|
|
489
|
-
get: function () { return
|
|
505
|
+
get: function () { return chunk7IYIFMF4_cjs.VtxoTaprootTree; }
|
|
490
506
|
});
|
|
491
507
|
Object.defineProperty(exports, "VtxoTreeExpiry", {
|
|
492
508
|
enumerable: true,
|
|
493
|
-
get: function () { return
|
|
509
|
+
get: function () { return chunk7IYIFMF4_cjs.VtxoTreeExpiry; }
|
|
494
510
|
});
|
|
495
511
|
Object.defineProperty(exports, "asset", {
|
|
496
512
|
enumerable: true,
|
|
497
|
-
get: function () { return
|
|
513
|
+
get: function () { return chunk7IYIFMF4_cjs.asset_exports; }
|
|
498
514
|
});
|
|
499
515
|
Object.defineProperty(exports, "buildVersion", {
|
|
500
516
|
enumerable: true,
|
|
501
|
-
get: function () { return
|
|
517
|
+
get: function () { return chunk7IYIFMF4_cjs.buildVersion; }
|
|
502
518
|
});
|
|
503
519
|
Object.defineProperty(exports, "getArkPsbtFields", {
|
|
504
520
|
enumerable: true,
|
|
505
|
-
get: function () { return
|
|
521
|
+
get: function () { return chunk7IYIFMF4_cjs.getArkPsbtFields; }
|
|
522
|
+
});
|
|
523
|
+
Object.defineProperty(exports, "isArkError", {
|
|
524
|
+
enumerable: true,
|
|
525
|
+
get: function () { return chunk7IYIFMF4_cjs.isArkError; }
|
|
506
526
|
});
|
|
507
527
|
Object.defineProperty(exports, "maybeArkError", {
|
|
508
528
|
enumerable: true,
|
|
509
|
-
get: function () { return
|
|
529
|
+
get: function () { return chunk7IYIFMF4_cjs.maybeArkError; }
|
|
510
530
|
});
|
|
511
531
|
Object.defineProperty(exports, "sdkVersion", {
|
|
512
532
|
enumerable: true,
|
|
513
|
-
get: function () { return
|
|
533
|
+
get: function () { return chunk7IYIFMF4_cjs.sdkVersion; }
|
|
514
534
|
});
|
|
515
535
|
Object.defineProperty(exports, "setArkPsbtField", {
|
|
516
536
|
enumerable: true,
|
|
517
|
-
get: function () { return
|
|
537
|
+
get: function () { return chunk7IYIFMF4_cjs.setArkPsbtField; }
|
|
518
538
|
});
|
|
519
539
|
Object.defineProperty(exports, "BoardingContractHandler", {
|
|
520
540
|
enumerable: true,
|
|
521
|
-
get: function () { return
|
|
541
|
+
get: function () { return chunk4KXOCVXP_cjs.BoardingContractHandler; }
|
|
522
542
|
});
|
|
523
543
|
Object.defineProperty(exports, "DefaultContractHandler", {
|
|
524
544
|
enumerable: true,
|
|
525
|
-
get: function () { return
|
|
545
|
+
get: function () { return chunk4KXOCVXP_cjs.DefaultContractHandler; }
|
|
526
546
|
});
|
|
527
547
|
Object.defineProperty(exports, "DefaultVtxo", {
|
|
528
548
|
enumerable: true,
|
|
529
|
-
get: function () { return
|
|
549
|
+
get: function () { return chunk4KXOCVXP_cjs.DefaultVtxo; }
|
|
530
550
|
});
|
|
531
551
|
Object.defineProperty(exports, "DelegateContractHandler", {
|
|
532
552
|
enumerable: true,
|
|
533
|
-
get: function () { return
|
|
553
|
+
get: function () { return chunk4KXOCVXP_cjs.DelegateContractHandler; }
|
|
534
554
|
});
|
|
535
555
|
Object.defineProperty(exports, "DelegateVtxo", {
|
|
536
556
|
enumerable: true,
|
|
537
|
-
get: function () { return
|
|
557
|
+
get: function () { return chunk4KXOCVXP_cjs.DelegateVtxo; }
|
|
538
558
|
});
|
|
539
559
|
Object.defineProperty(exports, "VHTLC", {
|
|
540
560
|
enumerable: true,
|
|
541
|
-
get: function () { return
|
|
561
|
+
get: function () { return chunk4KXOCVXP_cjs.VHTLC; }
|
|
542
562
|
});
|
|
543
563
|
Object.defineProperty(exports, "VHTLCContractHandler", {
|
|
544
564
|
enumerable: true,
|
|
545
|
-
get: function () { return
|
|
565
|
+
get: function () { return chunk4KXOCVXP_cjs.VHTLCContractHandler; }
|
|
546
566
|
});
|
|
547
567
|
Object.defineProperty(exports, "contractHandlers", {
|
|
548
568
|
enumerable: true,
|
|
549
|
-
get: function () { return
|
|
569
|
+
get: function () { return chunk4KXOCVXP_cjs.contractHandlers; }
|
|
550
570
|
});
|
|
551
571
|
Object.defineProperty(exports, "isCltvSatisfied", {
|
|
552
572
|
enumerable: true,
|
|
553
|
-
get: function () { return
|
|
573
|
+
get: function () { return chunk4KXOCVXP_cjs.isCltvSatisfied; }
|
|
554
574
|
});
|
|
555
575
|
Object.defineProperty(exports, "isCsvSpendable", {
|
|
556
576
|
enumerable: true,
|
|
557
|
-
get: function () { return
|
|
577
|
+
get: function () { return chunk4KXOCVXP_cjs.isCsvSpendable; }
|
|
558
578
|
});
|
|
559
579
|
Object.defineProperty(exports, "ArkAddress", {
|
|
560
580
|
enumerable: true,
|
|
561
|
-
get: function () { return
|
|
581
|
+
get: function () { return chunkMQB5H4X5_cjs.ArkAddress; }
|
|
562
582
|
});
|
|
563
583
|
Object.defineProperty(exports, "CLTVMultisigTapscript", {
|
|
564
584
|
enumerable: true,
|
|
565
|
-
get: function () { return
|
|
585
|
+
get: function () { return chunkMQB5H4X5_cjs.CLTVMultisigTapscript; }
|
|
566
586
|
});
|
|
567
587
|
Object.defineProperty(exports, "CSVMultisigTapscript", {
|
|
568
588
|
enumerable: true,
|
|
569
|
-
get: function () { return
|
|
589
|
+
get: function () { return chunkMQB5H4X5_cjs.CSVMultisigTapscript; }
|
|
570
590
|
});
|
|
571
591
|
Object.defineProperty(exports, "ConditionCSVMultisigTapscript", {
|
|
572
592
|
enumerable: true,
|
|
573
|
-
get: function () { return
|
|
593
|
+
get: function () { return chunkMQB5H4X5_cjs.ConditionCSVMultisigTapscript; }
|
|
574
594
|
});
|
|
575
595
|
Object.defineProperty(exports, "ConditionMultisigTapscript", {
|
|
576
596
|
enumerable: true,
|
|
577
|
-
get: function () { return
|
|
597
|
+
get: function () { return chunkMQB5H4X5_cjs.ConditionMultisigTapscript; }
|
|
578
598
|
});
|
|
579
599
|
Object.defineProperty(exports, "MultisigTapscript", {
|
|
580
600
|
enumerable: true,
|
|
581
|
-
get: function () { return
|
|
601
|
+
get: function () { return chunkMQB5H4X5_cjs.MultisigTapscript; }
|
|
582
602
|
});
|
|
583
603
|
Object.defineProperty(exports, "TapTreeCoder", {
|
|
584
604
|
enumerable: true,
|
|
585
|
-
get: function () { return
|
|
605
|
+
get: function () { return chunkMQB5H4X5_cjs.TapTreeCoder; }
|
|
586
606
|
});
|
|
587
607
|
Object.defineProperty(exports, "VtxoScript", {
|
|
588
608
|
enumerable: true,
|
|
589
|
-
get: function () { return
|
|
609
|
+
get: function () { return chunkMQB5H4X5_cjs.VtxoScript; }
|
|
590
610
|
});
|
|
591
611
|
Object.defineProperty(exports, "assembleBtcdTaprootTree", {
|
|
592
612
|
enumerable: true,
|
|
593
|
-
get: function () { return
|
|
613
|
+
get: function () { return chunkMQB5H4X5_cjs.assembleBtcdTaprootTree; }
|
|
594
614
|
});
|
|
595
615
|
Object.defineProperty(exports, "decodeTapscript", {
|
|
596
616
|
enumerable: true,
|
|
597
|
-
get: function () { return
|
|
617
|
+
get: function () { return chunkMQB5H4X5_cjs.decodeTapscript; }
|
|
598
618
|
});
|
|
599
619
|
Object.defineProperty(exports, "getNetwork", {
|
|
600
620
|
enumerable: true,
|
|
601
|
-
get: function () { return
|
|
621
|
+
get: function () { return chunkMQB5H4X5_cjs.getNetwork; }
|
|
602
622
|
});
|
|
603
623
|
Object.defineProperty(exports, "getSequence", {
|
|
604
624
|
enumerable: true,
|
|
605
|
-
get: function () { return
|
|
625
|
+
get: function () { return chunkMQB5H4X5_cjs.getSequence; }
|
|
606
626
|
});
|
|
607
627
|
Object.defineProperty(exports, "networks", {
|
|
608
628
|
enumerable: true,
|
|
609
|
-
get: function () { return
|
|
629
|
+
get: function () { return chunkMQB5H4X5_cjs.networks; }
|
|
610
630
|
});
|
|
611
631
|
Object.defineProperty(exports, "sequenceToTimelock", {
|
|
612
632
|
enumerable: true,
|
|
613
|
-
get: function () { return
|
|
633
|
+
get: function () { return chunkMQB5H4X5_cjs.sequenceToTimelock; }
|
|
614
634
|
});
|
|
615
635
|
Object.defineProperty(exports, "timelockToSequence", {
|
|
616
636
|
enumerable: true,
|
|
617
|
-
get: function () { return
|
|
637
|
+
get: function () { return chunkMQB5H4X5_cjs.timelockToSequence; }
|
|
618
638
|
});
|
|
619
639
|
//# sourceMappingURL=index.cjs.map
|
|
620
640
|
//# sourceMappingURL=index.cjs.map
|