@skip-go/client 0.8.2 → 0.9.1
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/{chunk-MVYCWIUE.js → chunk-5I2266VA.js} +94 -0
- package/dist/index.d.ts +5 -4
- package/dist/index.js +234 -185
- package/dist/{shared-CXij4l4y.d.ts → shared-DxdVuIaC.d.ts} +55 -1
- package/dist/transactions.d.ts +1 -1
- package/dist/types.d.ts +13 -3
- package/dist/types.js +201 -161
- package/package.json +1 -1
package/dist/types.js
CHANGED
|
@@ -1,647 +1,687 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk5I2266VA_js = require('./chunk-5I2266VA.js');
|
|
4
4
|
require('./chunk-6FNC3XMI.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "affiliateFromJSON", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk5I2266VA_js.affiliateFromJSON; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "affiliateToJSON", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk5I2266VA_js.affiliateToJSON; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "assetBetweenChainsFromJSON", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk5I2266VA_js.assetBetweenChainsFromJSON; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "assetBetweenChainsToJSON", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk5I2266VA_js.assetBetweenChainsToJSON; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "assetFromJSON", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk5I2266VA_js.assetFromJSON; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "assetOrErrorFromJSON", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk5I2266VA_js.assetOrErrorFromJSON; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "assetOrErrorToJSON", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk5I2266VA_js.assetOrErrorToJSON; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "assetRecommendationFromJSON", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk5I2266VA_js.assetRecommendationFromJSON; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "assetRecommendationRequestFromJSON", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk5I2266VA_js.assetRecommendationRequestFromJSON; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "assetRecommendationRequestToJSON", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk5I2266VA_js.assetRecommendationRequestToJSON; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "assetRecommendationToJSON", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunk5I2266VA_js.assetRecommendationToJSON; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "assetToJSON", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk5I2266VA_js.assetToJSON; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "assetsBetweenChainsRequestFromJSON", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk5I2266VA_js.assetsBetweenChainsRequestFromJSON; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "assetsBetweenChainsRequestToJSON", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunk5I2266VA_js.assetsBetweenChainsRequestToJSON; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "assetsBetweenChainsResponseFromJSON", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunk5I2266VA_js.assetsBetweenChainsResponseFromJSON; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "assetsFromSourceRequestFromJSON", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk5I2266VA_js.assetsFromSourceRequestFromJSON; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "assetsFromSourceRequestToJSON", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunk5I2266VA_js.assetsFromSourceRequestToJSON; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "assetsRequestFromJSON", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunk5I2266VA_js.assetsRequestFromJSON; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "assetsRequestToJSON", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunk5I2266VA_js.assetsRequestToJSON; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "axelarTransferFromJSON", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunk5I2266VA_js.axelarTransferFromJSON; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "axelarTransferInfoFromJSON", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunk5I2266VA_js.axelarTransferInfoFromJSON; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "axelarTransferInfoToJSON", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunk5I2266VA_js.axelarTransferInfoToJSON; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "axelarTransferToJSON", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunk5I2266VA_js.axelarTransferToJSON; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "axelarTransferTransactionsFromJSON", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunk5I2266VA_js.axelarTransferTransactionsFromJSON; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "axelarTransferTransactionsToJSON", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk5I2266VA_js.axelarTransferTransactionsToJSON; }
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "balanceRequestChainEntryFromJSON", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () { return chunk5I2266VA_js.balanceRequestChainEntryFromJSON; }
|
|
111
|
+
});
|
|
112
|
+
Object.defineProperty(exports, "balanceRequestChainEntryToJSON", {
|
|
113
|
+
enumerable: true,
|
|
114
|
+
get: function () { return chunk5I2266VA_js.balanceRequestChainEntryToJSON; }
|
|
115
|
+
});
|
|
116
|
+
Object.defineProperty(exports, "balanceRequestFromJSON", {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function () { return chunk5I2266VA_js.balanceRequestFromJSON; }
|
|
119
|
+
});
|
|
120
|
+
Object.defineProperty(exports, "balanceRequestToJSON", {
|
|
121
|
+
enumerable: true,
|
|
122
|
+
get: function () { return chunk5I2266VA_js.balanceRequestToJSON; }
|
|
123
|
+
});
|
|
124
|
+
Object.defineProperty(exports, "balanceResponseChainEntryFromJSON", {
|
|
125
|
+
enumerable: true,
|
|
126
|
+
get: function () { return chunk5I2266VA_js.balanceResponseChainEntryFromJSON; }
|
|
127
|
+
});
|
|
128
|
+
Object.defineProperty(exports, "balanceResponseChainEntryToJSON", {
|
|
129
|
+
enumerable: true,
|
|
130
|
+
get: function () { return chunk5I2266VA_js.balanceResponseChainEntryToJSON; }
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, "balanceResponseDenomEntryFromJSON", {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function () { return chunk5I2266VA_js.balanceResponseDenomEntryFromJSON; }
|
|
135
|
+
});
|
|
136
|
+
Object.defineProperty(exports, "balanceResponseDenomEntryToJSON", {
|
|
137
|
+
enumerable: true,
|
|
138
|
+
get: function () { return chunk5I2266VA_js.balanceResponseDenomEntryToJSON; }
|
|
139
|
+
});
|
|
140
|
+
Object.defineProperty(exports, "balanceResponseFromJSON", {
|
|
141
|
+
enumerable: true,
|
|
142
|
+
get: function () { return chunk5I2266VA_js.balanceResponseFromJSON; }
|
|
143
|
+
});
|
|
144
|
+
Object.defineProperty(exports, "balanceResponseToJSON", {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function () { return chunk5I2266VA_js.balanceResponseToJSON; }
|
|
107
147
|
});
|
|
108
148
|
Object.defineProperty(exports, "bankSendFromJSON", {
|
|
109
149
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunk5I2266VA_js.bankSendFromJSON; }
|
|
111
151
|
});
|
|
112
152
|
Object.defineProperty(exports, "bankSendToJSON", {
|
|
113
153
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunk5I2266VA_js.bankSendToJSON; }
|
|
115
155
|
});
|
|
116
156
|
Object.defineProperty(exports, "bridgeFromJSON", {
|
|
117
157
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunk5I2266VA_js.bridgeFromJSON; }
|
|
119
159
|
});
|
|
120
160
|
Object.defineProperty(exports, "bridgeToJSON", {
|
|
121
161
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunk5I2266VA_js.bridgeToJSON; }
|
|
123
163
|
});
|
|
124
164
|
Object.defineProperty(exports, "bridgesResponseFromJSON", {
|
|
125
165
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunk5I2266VA_js.bridgesResponseFromJSON; }
|
|
127
167
|
});
|
|
128
168
|
Object.defineProperty(exports, "bridgesResponseToJSON", {
|
|
129
169
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunk5I2266VA_js.bridgesResponseToJSON; }
|
|
131
171
|
});
|
|
132
172
|
Object.defineProperty(exports, "cctpTransferFromJSON", {
|
|
133
173
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunk5I2266VA_js.cctpTransferFromJSON; }
|
|
135
175
|
});
|
|
136
176
|
Object.defineProperty(exports, "cctpTransferInfoFromJSON", {
|
|
137
177
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunk5I2266VA_js.cctpTransferInfoFromJSON; }
|
|
139
179
|
});
|
|
140
180
|
Object.defineProperty(exports, "cctpTransferInfoToJSON", {
|
|
141
181
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunk5I2266VA_js.cctpTransferInfoToJSON; }
|
|
143
183
|
});
|
|
144
184
|
Object.defineProperty(exports, "cctpTransferToJSON", {
|
|
145
185
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunk5I2266VA_js.cctpTransferToJSON; }
|
|
147
187
|
});
|
|
148
188
|
Object.defineProperty(exports, "cctpTransferTransactionsFromJSON", {
|
|
149
189
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunk5I2266VA_js.cctpTransferTransactionsFromJSON; }
|
|
151
191
|
});
|
|
152
192
|
Object.defineProperty(exports, "cctpTransferTransactionsToJSON", {
|
|
153
193
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunk5I2266VA_js.cctpTransferTransactionsToJSON; }
|
|
155
195
|
});
|
|
156
196
|
Object.defineProperty(exports, "chainAffiliatesFromJSON", {
|
|
157
197
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunk5I2266VA_js.chainAffiliatesFromJSON; }
|
|
159
199
|
});
|
|
160
200
|
Object.defineProperty(exports, "chainAffiliatesToJSON", {
|
|
161
201
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunk5I2266VA_js.chainAffiliatesToJSON; }
|
|
163
203
|
});
|
|
164
204
|
Object.defineProperty(exports, "chainFromJSON", {
|
|
165
205
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunk5I2266VA_js.chainFromJSON; }
|
|
167
207
|
});
|
|
168
208
|
Object.defineProperty(exports, "chainIDsToAffiliatesMapFromJSON", {
|
|
169
209
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunk5I2266VA_js.chainIDsToAffiliatesMapFromJSON; }
|
|
171
211
|
});
|
|
172
212
|
Object.defineProperty(exports, "chainIDsToAffiliatesMapToJSON", {
|
|
173
213
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunk5I2266VA_js.chainIDsToAffiliatesMapToJSON; }
|
|
175
215
|
});
|
|
176
216
|
Object.defineProperty(exports, "chainToJSON", {
|
|
177
217
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunk5I2266VA_js.chainToJSON; }
|
|
179
219
|
});
|
|
180
220
|
Object.defineProperty(exports, "chainTransactionFromJSON", {
|
|
181
221
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunk5I2266VA_js.chainTransactionFromJSON; }
|
|
183
223
|
});
|
|
184
224
|
Object.defineProperty(exports, "chainTransactionToJSON", {
|
|
185
225
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunk5I2266VA_js.chainTransactionToJSON; }
|
|
187
227
|
});
|
|
188
228
|
Object.defineProperty(exports, "contractCallWithTokenTransactionsFromJSON", {
|
|
189
229
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunk5I2266VA_js.contractCallWithTokenTransactionsFromJSON; }
|
|
191
231
|
});
|
|
192
232
|
Object.defineProperty(exports, "contractCallWithTokenTransactionsToJSON", {
|
|
193
233
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunk5I2266VA_js.contractCallWithTokenTransactionsToJSON; }
|
|
195
235
|
});
|
|
196
236
|
Object.defineProperty(exports, "cosmWasmContractMsgFromJSON", {
|
|
197
237
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunk5I2266VA_js.cosmWasmContractMsgFromJSON; }
|
|
199
239
|
});
|
|
200
240
|
Object.defineProperty(exports, "cosmWasmContractMsgToJSON", {
|
|
201
241
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunk5I2266VA_js.cosmWasmContractMsgToJSON; }
|
|
203
243
|
});
|
|
204
244
|
Object.defineProperty(exports, "cosmosMsgFromJSON", {
|
|
205
245
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunk5I2266VA_js.cosmosMsgFromJSON; }
|
|
207
247
|
});
|
|
208
248
|
Object.defineProperty(exports, "cosmosMsgToJSON", {
|
|
209
249
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunk5I2266VA_js.cosmosMsgToJSON; }
|
|
211
251
|
});
|
|
212
252
|
Object.defineProperty(exports, "cosmosTxFromJSON", {
|
|
213
253
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunk5I2266VA_js.cosmosTxFromJSON; }
|
|
215
255
|
});
|
|
216
256
|
Object.defineProperty(exports, "cosmosTxToJSON", {
|
|
217
257
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunk5I2266VA_js.cosmosTxToJSON; }
|
|
219
259
|
});
|
|
220
260
|
Object.defineProperty(exports, "denomWithChainIDFromJSON", {
|
|
221
261
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunk5I2266VA_js.denomWithChainIDFromJSON; }
|
|
223
263
|
});
|
|
224
264
|
Object.defineProperty(exports, "denomWithChainIDToJSON", {
|
|
225
265
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunk5I2266VA_js.denomWithChainIDToJSON; }
|
|
227
267
|
});
|
|
228
268
|
Object.defineProperty(exports, "erc20ApprovalFromJSON", {
|
|
229
269
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunk5I2266VA_js.erc20ApprovalFromJSON; }
|
|
231
271
|
});
|
|
232
272
|
Object.defineProperty(exports, "erc20ApprovalToJSON", {
|
|
233
273
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunk5I2266VA_js.erc20ApprovalToJSON; }
|
|
235
275
|
});
|
|
236
276
|
Object.defineProperty(exports, "estimatedFeeFromJSON", {
|
|
237
277
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
278
|
+
get: function () { return chunk5I2266VA_js.estimatedFeeFromJSON; }
|
|
239
279
|
});
|
|
240
280
|
Object.defineProperty(exports, "estimatedFeeToJSON", {
|
|
241
281
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunk5I2266VA_js.estimatedFeeToJSON; }
|
|
243
283
|
});
|
|
244
284
|
Object.defineProperty(exports, "evmSwapFromJSON", {
|
|
245
285
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunk5I2266VA_js.evmSwapFromJSON; }
|
|
247
287
|
});
|
|
248
288
|
Object.defineProperty(exports, "evmSwapToJSON", {
|
|
249
289
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunk5I2266VA_js.evmSwapToJSON; }
|
|
251
291
|
});
|
|
252
292
|
Object.defineProperty(exports, "evmTxFromJSON", {
|
|
253
293
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunk5I2266VA_js.evmTxFromJSON; }
|
|
255
295
|
});
|
|
256
296
|
Object.defineProperty(exports, "evmTxToJSON", {
|
|
257
297
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
298
|
+
get: function () { return chunk5I2266VA_js.evmTxToJSON; }
|
|
259
299
|
});
|
|
260
300
|
Object.defineProperty(exports, "feeAssetFromJSON", {
|
|
261
301
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
302
|
+
get: function () { return chunk5I2266VA_js.feeAssetFromJSON; }
|
|
263
303
|
});
|
|
264
304
|
Object.defineProperty(exports, "feeAssetToJSON", {
|
|
265
305
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
306
|
+
get: function () { return chunk5I2266VA_js.feeAssetToJSON; }
|
|
267
307
|
});
|
|
268
308
|
Object.defineProperty(exports, "hyperlaneTransferFromJSON", {
|
|
269
309
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
310
|
+
get: function () { return chunk5I2266VA_js.hyperlaneTransferFromJSON; }
|
|
271
311
|
});
|
|
272
312
|
Object.defineProperty(exports, "hyperlaneTransferInfoFromJSON", {
|
|
273
313
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
314
|
+
get: function () { return chunk5I2266VA_js.hyperlaneTransferInfoFromJSON; }
|
|
275
315
|
});
|
|
276
316
|
Object.defineProperty(exports, "hyperlaneTransferInfoToJSON", {
|
|
277
317
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
318
|
+
get: function () { return chunk5I2266VA_js.hyperlaneTransferInfoToJSON; }
|
|
279
319
|
});
|
|
280
320
|
Object.defineProperty(exports, "hyperlaneTransferToJSON", {
|
|
281
321
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
322
|
+
get: function () { return chunk5I2266VA_js.hyperlaneTransferToJSON; }
|
|
283
323
|
});
|
|
284
324
|
Object.defineProperty(exports, "hyperlaneTransferTransactionsFromJSON", {
|
|
285
325
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
326
|
+
get: function () { return chunk5I2266VA_js.hyperlaneTransferTransactionsFromJSON; }
|
|
287
327
|
});
|
|
288
328
|
Object.defineProperty(exports, "hyperlaneTransferTransactionsToJSON", {
|
|
289
329
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
330
|
+
get: function () { return chunk5I2266VA_js.hyperlaneTransferTransactionsToJSON; }
|
|
291
331
|
});
|
|
292
332
|
Object.defineProperty(exports, "ibcAddressFromJSON", {
|
|
293
333
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
334
|
+
get: function () { return chunk5I2266VA_js.ibcAddressFromJSON; }
|
|
295
335
|
});
|
|
296
336
|
Object.defineProperty(exports, "ibcAddressToJSON", {
|
|
297
337
|
enumerable: true,
|
|
298
|
-
get: function () { return
|
|
338
|
+
get: function () { return chunk5I2266VA_js.ibcAddressToJSON; }
|
|
299
339
|
});
|
|
300
340
|
Object.defineProperty(exports, "ibcCapabilitiesFromJSON", {
|
|
301
341
|
enumerable: true,
|
|
302
|
-
get: function () { return
|
|
342
|
+
get: function () { return chunk5I2266VA_js.ibcCapabilitiesFromJSON; }
|
|
303
343
|
});
|
|
304
344
|
Object.defineProperty(exports, "ibcCapabilitiesToJSON", {
|
|
305
345
|
enumerable: true,
|
|
306
|
-
get: function () { return
|
|
346
|
+
get: function () { return chunk5I2266VA_js.ibcCapabilitiesToJSON; }
|
|
307
347
|
});
|
|
308
348
|
Object.defineProperty(exports, "messageResponseFromJSON", {
|
|
309
349
|
enumerable: true,
|
|
310
|
-
get: function () { return
|
|
350
|
+
get: function () { return chunk5I2266VA_js.messageResponseFromJSON; }
|
|
311
351
|
});
|
|
312
352
|
Object.defineProperty(exports, "msgFromJSON", {
|
|
313
353
|
enumerable: true,
|
|
314
|
-
get: function () { return
|
|
354
|
+
get: function () { return chunk5I2266VA_js.msgFromJSON; }
|
|
315
355
|
});
|
|
316
356
|
Object.defineProperty(exports, "msgToJSON", {
|
|
317
357
|
enumerable: true,
|
|
318
|
-
get: function () { return
|
|
358
|
+
get: function () { return chunk5I2266VA_js.msgToJSON; }
|
|
319
359
|
});
|
|
320
360
|
Object.defineProperty(exports, "msgsDirectRequestFromJSON", {
|
|
321
361
|
enumerable: true,
|
|
322
|
-
get: function () { return
|
|
362
|
+
get: function () { return chunk5I2266VA_js.msgsDirectRequestFromJSON; }
|
|
323
363
|
});
|
|
324
364
|
Object.defineProperty(exports, "msgsDirectRequestToJSON", {
|
|
325
365
|
enumerable: true,
|
|
326
|
-
get: function () { return
|
|
366
|
+
get: function () { return chunk5I2266VA_js.msgsDirectRequestToJSON; }
|
|
327
367
|
});
|
|
328
368
|
Object.defineProperty(exports, "msgsRequestFromJSON", {
|
|
329
369
|
enumerable: true,
|
|
330
|
-
get: function () { return
|
|
370
|
+
get: function () { return chunk5I2266VA_js.msgsRequestFromJSON; }
|
|
331
371
|
});
|
|
332
372
|
Object.defineProperty(exports, "msgsRequestToJSON", {
|
|
333
373
|
enumerable: true,
|
|
334
|
-
get: function () { return
|
|
374
|
+
get: function () { return chunk5I2266VA_js.msgsRequestToJSON; }
|
|
335
375
|
});
|
|
336
376
|
Object.defineProperty(exports, "multiChainMsgFromJSON", {
|
|
337
377
|
enumerable: true,
|
|
338
|
-
get: function () { return
|
|
378
|
+
get: function () { return chunk5I2266VA_js.multiChainMsgFromJSON; }
|
|
339
379
|
});
|
|
340
380
|
Object.defineProperty(exports, "multiChainMsgToJSON", {
|
|
341
381
|
enumerable: true,
|
|
342
|
-
get: function () { return
|
|
382
|
+
get: function () { return chunk5I2266VA_js.multiChainMsgToJSON; }
|
|
343
383
|
});
|
|
344
384
|
Object.defineProperty(exports, "nextBlockingTransferFromJSON", {
|
|
345
385
|
enumerable: true,
|
|
346
|
-
get: function () { return
|
|
386
|
+
get: function () { return chunk5I2266VA_js.nextBlockingTransferFromJSON; }
|
|
347
387
|
});
|
|
348
388
|
Object.defineProperty(exports, "nextBlockingTransferToJSON", {
|
|
349
389
|
enumerable: true,
|
|
350
|
-
get: function () { return
|
|
390
|
+
get: function () { return chunk5I2266VA_js.nextBlockingTransferToJSON; }
|
|
351
391
|
});
|
|
352
392
|
Object.defineProperty(exports, "opInitTransferFromJSON", {
|
|
353
393
|
enumerable: true,
|
|
354
|
-
get: function () { return
|
|
394
|
+
get: function () { return chunk5I2266VA_js.opInitTransferFromJSON; }
|
|
355
395
|
});
|
|
356
396
|
Object.defineProperty(exports, "opInitTransferInfoFromJSON", {
|
|
357
397
|
enumerable: true,
|
|
358
|
-
get: function () { return
|
|
398
|
+
get: function () { return chunk5I2266VA_js.opInitTransferInfoFromJSON; }
|
|
359
399
|
});
|
|
360
400
|
Object.defineProperty(exports, "opInitTransferInfoToJSON", {
|
|
361
401
|
enumerable: true,
|
|
362
|
-
get: function () { return
|
|
402
|
+
get: function () { return chunk5I2266VA_js.opInitTransferInfoToJSON; }
|
|
363
403
|
});
|
|
364
404
|
Object.defineProperty(exports, "opInitTransferToJSON", {
|
|
365
405
|
enumerable: true,
|
|
366
|
-
get: function () { return
|
|
406
|
+
get: function () { return chunk5I2266VA_js.opInitTransferToJSON; }
|
|
367
407
|
});
|
|
368
408
|
Object.defineProperty(exports, "opInitTransferTransactionsFromJSON", {
|
|
369
409
|
enumerable: true,
|
|
370
|
-
get: function () { return
|
|
410
|
+
get: function () { return chunk5I2266VA_js.opInitTransferTransactionsFromJSON; }
|
|
371
411
|
});
|
|
372
412
|
Object.defineProperty(exports, "opInitTransferTransactionsToJSON", {
|
|
373
413
|
enumerable: true,
|
|
374
|
-
get: function () { return
|
|
414
|
+
get: function () { return chunk5I2266VA_js.opInitTransferTransactionsToJSON; }
|
|
375
415
|
});
|
|
376
416
|
Object.defineProperty(exports, "operationFromJSON", {
|
|
377
417
|
enumerable: true,
|
|
378
|
-
get: function () { return
|
|
418
|
+
get: function () { return chunk5I2266VA_js.operationFromJSON; }
|
|
379
419
|
});
|
|
380
420
|
Object.defineProperty(exports, "operationToJSON", {
|
|
381
421
|
enumerable: true,
|
|
382
|
-
get: function () { return
|
|
422
|
+
get: function () { return chunk5I2266VA_js.operationToJSON; }
|
|
383
423
|
});
|
|
384
424
|
Object.defineProperty(exports, "originAssetsRequestFromJSON", {
|
|
385
425
|
enumerable: true,
|
|
386
|
-
get: function () { return
|
|
426
|
+
get: function () { return chunk5I2266VA_js.originAssetsRequestFromJSON; }
|
|
387
427
|
});
|
|
388
428
|
Object.defineProperty(exports, "originAssetsRequestToJSON", {
|
|
389
429
|
enumerable: true,
|
|
390
|
-
get: function () { return
|
|
430
|
+
get: function () { return chunk5I2266VA_js.originAssetsRequestToJSON; }
|
|
391
431
|
});
|
|
392
432
|
Object.defineProperty(exports, "originAssetsResponseFromJSON", {
|
|
393
433
|
enumerable: true,
|
|
394
|
-
get: function () { return
|
|
434
|
+
get: function () { return chunk5I2266VA_js.originAssetsResponseFromJSON; }
|
|
395
435
|
});
|
|
396
436
|
Object.defineProperty(exports, "originAssetsResponseToJSON", {
|
|
397
437
|
enumerable: true,
|
|
398
|
-
get: function () { return
|
|
438
|
+
get: function () { return chunk5I2266VA_js.originAssetsResponseToJSON; }
|
|
399
439
|
});
|
|
400
440
|
Object.defineProperty(exports, "packetFromJSON", {
|
|
401
441
|
enumerable: true,
|
|
402
|
-
get: function () { return
|
|
442
|
+
get: function () { return chunk5I2266VA_js.packetFromJSON; }
|
|
403
443
|
});
|
|
404
444
|
Object.defineProperty(exports, "packetToJSON", {
|
|
405
445
|
enumerable: true,
|
|
406
|
-
get: function () { return
|
|
446
|
+
get: function () { return chunk5I2266VA_js.packetToJSON; }
|
|
407
447
|
});
|
|
408
448
|
Object.defineProperty(exports, "postHandlerFromJSON", {
|
|
409
449
|
enumerable: true,
|
|
410
|
-
get: function () { return
|
|
450
|
+
get: function () { return chunk5I2266VA_js.postHandlerFromJSON; }
|
|
411
451
|
});
|
|
412
452
|
Object.defineProperty(exports, "postHandlerToJSON", {
|
|
413
453
|
enumerable: true,
|
|
414
|
-
get: function () { return
|
|
454
|
+
get: function () { return chunk5I2266VA_js.postHandlerToJSON; }
|
|
415
455
|
});
|
|
416
456
|
Object.defineProperty(exports, "recommendAssetsRequestFromJSON", {
|
|
417
457
|
enumerable: true,
|
|
418
|
-
get: function () { return
|
|
458
|
+
get: function () { return chunk5I2266VA_js.recommendAssetsRequestFromJSON; }
|
|
419
459
|
});
|
|
420
460
|
Object.defineProperty(exports, "recommendAssetsRequestToJSON", {
|
|
421
461
|
enumerable: true,
|
|
422
|
-
get: function () { return
|
|
462
|
+
get: function () { return chunk5I2266VA_js.recommendAssetsRequestToJSON; }
|
|
423
463
|
});
|
|
424
464
|
Object.defineProperty(exports, "recommendAssetsResponseFromJSON", {
|
|
425
465
|
enumerable: true,
|
|
426
|
-
get: function () { return
|
|
466
|
+
get: function () { return chunk5I2266VA_js.recommendAssetsResponseFromJSON; }
|
|
427
467
|
});
|
|
428
468
|
Object.defineProperty(exports, "recommendAssetsResponseToJSON", {
|
|
429
469
|
enumerable: true,
|
|
430
|
-
get: function () { return
|
|
470
|
+
get: function () { return chunk5I2266VA_js.recommendAssetsResponseToJSON; }
|
|
431
471
|
});
|
|
432
472
|
Object.defineProperty(exports, "recommendationEntryFromJSON", {
|
|
433
473
|
enumerable: true,
|
|
434
|
-
get: function () { return
|
|
474
|
+
get: function () { return chunk5I2266VA_js.recommendationEntryFromJSON; }
|
|
435
475
|
});
|
|
436
476
|
Object.defineProperty(exports, "recommendationEntryToJSON", {
|
|
437
477
|
enumerable: true,
|
|
438
|
-
get: function () { return
|
|
478
|
+
get: function () { return chunk5I2266VA_js.recommendationEntryToJSON; }
|
|
439
479
|
});
|
|
440
480
|
Object.defineProperty(exports, "routeRequestFromJSON", {
|
|
441
481
|
enumerable: true,
|
|
442
|
-
get: function () { return
|
|
482
|
+
get: function () { return chunk5I2266VA_js.routeRequestFromJSON; }
|
|
443
483
|
});
|
|
444
484
|
Object.defineProperty(exports, "routeRequestToJSON", {
|
|
445
485
|
enumerable: true,
|
|
446
|
-
get: function () { return
|
|
486
|
+
get: function () { return chunk5I2266VA_js.routeRequestToJSON; }
|
|
447
487
|
});
|
|
448
488
|
Object.defineProperty(exports, "routeResponseFromJSON", {
|
|
449
489
|
enumerable: true,
|
|
450
|
-
get: function () { return
|
|
490
|
+
get: function () { return chunk5I2266VA_js.routeResponseFromJSON; }
|
|
451
491
|
});
|
|
452
492
|
Object.defineProperty(exports, "routeResponseToJSON", {
|
|
453
493
|
enumerable: true,
|
|
454
|
-
get: function () { return
|
|
494
|
+
get: function () { return chunk5I2266VA_js.routeResponseToJSON; }
|
|
455
495
|
});
|
|
456
496
|
Object.defineProperty(exports, "sendTokenTransactionsFromJSON", {
|
|
457
497
|
enumerable: true,
|
|
458
|
-
get: function () { return
|
|
498
|
+
get: function () { return chunk5I2266VA_js.sendTokenTransactionsFromJSON; }
|
|
459
499
|
});
|
|
460
500
|
Object.defineProperty(exports, "sendTokenTransactionsToJSON", {
|
|
461
501
|
enumerable: true,
|
|
462
|
-
get: function () { return
|
|
502
|
+
get: function () { return chunk5I2266VA_js.sendTokenTransactionsToJSON; }
|
|
463
503
|
});
|
|
464
504
|
Object.defineProperty(exports, "smartRelayFeeQuoteFromJSON", {
|
|
465
505
|
enumerable: true,
|
|
466
|
-
get: function () { return
|
|
506
|
+
get: function () { return chunk5I2266VA_js.smartRelayFeeQuoteFromJSON; }
|
|
467
507
|
});
|
|
468
508
|
Object.defineProperty(exports, "smartRelayFeeQuoteToJSON", {
|
|
469
509
|
enumerable: true,
|
|
470
|
-
get: function () { return
|
|
510
|
+
get: function () { return chunk5I2266VA_js.smartRelayFeeQuoteToJSON; }
|
|
471
511
|
});
|
|
472
512
|
Object.defineProperty(exports, "smartSwapExactCoinInFromJSON", {
|
|
473
513
|
enumerable: true,
|
|
474
|
-
get: function () { return
|
|
514
|
+
get: function () { return chunk5I2266VA_js.smartSwapExactCoinInFromJSON; }
|
|
475
515
|
});
|
|
476
516
|
Object.defineProperty(exports, "smartSwapExactCoinInToJSON", {
|
|
477
517
|
enumerable: true,
|
|
478
|
-
get: function () { return
|
|
518
|
+
get: function () { return chunk5I2266VA_js.smartSwapExactCoinInToJSON; }
|
|
479
519
|
});
|
|
480
520
|
Object.defineProperty(exports, "smartSwapOptionsFromJSON", {
|
|
481
521
|
enumerable: true,
|
|
482
|
-
get: function () { return
|
|
522
|
+
get: function () { return chunk5I2266VA_js.smartSwapOptionsFromJSON; }
|
|
483
523
|
});
|
|
484
524
|
Object.defineProperty(exports, "smartSwapOptionsToJSON", {
|
|
485
525
|
enumerable: true,
|
|
486
|
-
get: function () { return
|
|
526
|
+
get: function () { return chunk5I2266VA_js.smartSwapOptionsToJSON; }
|
|
487
527
|
});
|
|
488
528
|
Object.defineProperty(exports, "submitTxRequestFromJSON", {
|
|
489
529
|
enumerable: true,
|
|
490
|
-
get: function () { return
|
|
530
|
+
get: function () { return chunk5I2266VA_js.submitTxRequestFromJSON; }
|
|
491
531
|
});
|
|
492
532
|
Object.defineProperty(exports, "submitTxRequestToJSON", {
|
|
493
533
|
enumerable: true,
|
|
494
|
-
get: function () { return
|
|
534
|
+
get: function () { return chunk5I2266VA_js.submitTxRequestToJSON; }
|
|
495
535
|
});
|
|
496
536
|
Object.defineProperty(exports, "submitTxResponseFromJSON", {
|
|
497
537
|
enumerable: true,
|
|
498
|
-
get: function () { return
|
|
538
|
+
get: function () { return chunk5I2266VA_js.submitTxResponseFromJSON; }
|
|
499
539
|
});
|
|
500
540
|
Object.defineProperty(exports, "submitTxResponseToJSON", {
|
|
501
541
|
enumerable: true,
|
|
502
|
-
get: function () { return
|
|
542
|
+
get: function () { return chunk5I2266VA_js.submitTxResponseToJSON; }
|
|
503
543
|
});
|
|
504
544
|
Object.defineProperty(exports, "svmTxFromJSON", {
|
|
505
545
|
enumerable: true,
|
|
506
|
-
get: function () { return
|
|
546
|
+
get: function () { return chunk5I2266VA_js.svmTxFromJSON; }
|
|
507
547
|
});
|
|
508
548
|
Object.defineProperty(exports, "svmTxToJSON", {
|
|
509
549
|
enumerable: true,
|
|
510
|
-
get: function () { return
|
|
550
|
+
get: function () { return chunk5I2266VA_js.svmTxToJSON; }
|
|
511
551
|
});
|
|
512
552
|
Object.defineProperty(exports, "swapExactCoinInFromJSON", {
|
|
513
553
|
enumerable: true,
|
|
514
|
-
get: function () { return
|
|
554
|
+
get: function () { return chunk5I2266VA_js.swapExactCoinInFromJSON; }
|
|
515
555
|
});
|
|
516
556
|
Object.defineProperty(exports, "swapExactCoinInToJSON", {
|
|
517
557
|
enumerable: true,
|
|
518
|
-
get: function () { return
|
|
558
|
+
get: function () { return chunk5I2266VA_js.swapExactCoinInToJSON; }
|
|
519
559
|
});
|
|
520
560
|
Object.defineProperty(exports, "swapExactCoinOutFromJSON", {
|
|
521
561
|
enumerable: true,
|
|
522
|
-
get: function () { return
|
|
562
|
+
get: function () { return chunk5I2266VA_js.swapExactCoinOutFromJSON; }
|
|
523
563
|
});
|
|
524
564
|
Object.defineProperty(exports, "swapExactCoinOutToJSON", {
|
|
525
565
|
enumerable: true,
|
|
526
|
-
get: function () { return
|
|
566
|
+
get: function () { return chunk5I2266VA_js.swapExactCoinOutToJSON; }
|
|
527
567
|
});
|
|
528
568
|
Object.defineProperty(exports, "swapFromJSON", {
|
|
529
569
|
enumerable: true,
|
|
530
|
-
get: function () { return
|
|
570
|
+
get: function () { return chunk5I2266VA_js.swapFromJSON; }
|
|
531
571
|
});
|
|
532
572
|
Object.defineProperty(exports, "swapOperationFromJSON", {
|
|
533
573
|
enumerable: true,
|
|
534
|
-
get: function () { return
|
|
574
|
+
get: function () { return chunk5I2266VA_js.swapOperationFromJSON; }
|
|
535
575
|
});
|
|
536
576
|
Object.defineProperty(exports, "swapOperationToJSON", {
|
|
537
577
|
enumerable: true,
|
|
538
|
-
get: function () { return
|
|
578
|
+
get: function () { return chunk5I2266VA_js.swapOperationToJSON; }
|
|
539
579
|
});
|
|
540
580
|
Object.defineProperty(exports, "swapRouteFromJSON", {
|
|
541
581
|
enumerable: true,
|
|
542
|
-
get: function () { return
|
|
582
|
+
get: function () { return chunk5I2266VA_js.swapRouteFromJSON; }
|
|
543
583
|
});
|
|
544
584
|
Object.defineProperty(exports, "swapRouteToJSON", {
|
|
545
585
|
enumerable: true,
|
|
546
|
-
get: function () { return
|
|
586
|
+
get: function () { return chunk5I2266VA_js.swapRouteToJSON; }
|
|
547
587
|
});
|
|
548
588
|
Object.defineProperty(exports, "swapToJSON", {
|
|
549
589
|
enumerable: true,
|
|
550
|
-
get: function () { return
|
|
590
|
+
get: function () { return chunk5I2266VA_js.swapToJSON; }
|
|
551
591
|
});
|
|
552
592
|
Object.defineProperty(exports, "swapVenueFromJSON", {
|
|
553
593
|
enumerable: true,
|
|
554
|
-
get: function () { return
|
|
594
|
+
get: function () { return chunk5I2266VA_js.swapVenueFromJSON; }
|
|
555
595
|
});
|
|
556
596
|
Object.defineProperty(exports, "swapVenueRequestFromJSON", {
|
|
557
597
|
enumerable: true,
|
|
558
|
-
get: function () { return
|
|
598
|
+
get: function () { return chunk5I2266VA_js.swapVenueRequestFromJSON; }
|
|
559
599
|
});
|
|
560
600
|
Object.defineProperty(exports, "swapVenueRequestToJSON", {
|
|
561
601
|
enumerable: true,
|
|
562
|
-
get: function () { return
|
|
602
|
+
get: function () { return chunk5I2266VA_js.swapVenueRequestToJSON; }
|
|
563
603
|
});
|
|
564
604
|
Object.defineProperty(exports, "swapVenueToJSON", {
|
|
565
605
|
enumerable: true,
|
|
566
|
-
get: function () { return
|
|
606
|
+
get: function () { return chunk5I2266VA_js.swapVenueToJSON; }
|
|
567
607
|
});
|
|
568
608
|
Object.defineProperty(exports, "trackTxRequestFromJSON", {
|
|
569
609
|
enumerable: true,
|
|
570
|
-
get: function () { return
|
|
610
|
+
get: function () { return chunk5I2266VA_js.trackTxRequestFromJSON; }
|
|
571
611
|
});
|
|
572
612
|
Object.defineProperty(exports, "trackTxRequestToJSON", {
|
|
573
613
|
enumerable: true,
|
|
574
|
-
get: function () { return
|
|
614
|
+
get: function () { return chunk5I2266VA_js.trackTxRequestToJSON; }
|
|
575
615
|
});
|
|
576
616
|
Object.defineProperty(exports, "trackTxResponseFromJSON", {
|
|
577
617
|
enumerable: true,
|
|
578
|
-
get: function () { return
|
|
618
|
+
get: function () { return chunk5I2266VA_js.trackTxResponseFromJSON; }
|
|
579
619
|
});
|
|
580
620
|
Object.defineProperty(exports, "trackTxResponseToJSON", {
|
|
581
621
|
enumerable: true,
|
|
582
|
-
get: function () { return
|
|
622
|
+
get: function () { return chunk5I2266VA_js.trackTxResponseToJSON; }
|
|
583
623
|
});
|
|
584
624
|
Object.defineProperty(exports, "transferAssetReleaseFromJSON", {
|
|
585
625
|
enumerable: true,
|
|
586
|
-
get: function () { return
|
|
626
|
+
get: function () { return chunk5I2266VA_js.transferAssetReleaseFromJSON; }
|
|
587
627
|
});
|
|
588
628
|
Object.defineProperty(exports, "transferAssetReleaseToJSON", {
|
|
589
629
|
enumerable: true,
|
|
590
|
-
get: function () { return
|
|
630
|
+
get: function () { return chunk5I2266VA_js.transferAssetReleaseToJSON; }
|
|
591
631
|
});
|
|
592
632
|
Object.defineProperty(exports, "transferEventFromJSON", {
|
|
593
633
|
enumerable: true,
|
|
594
|
-
get: function () { return
|
|
634
|
+
get: function () { return chunk5I2266VA_js.transferEventFromJSON; }
|
|
595
635
|
});
|
|
596
636
|
Object.defineProperty(exports, "transferEventToJSON", {
|
|
597
637
|
enumerable: true,
|
|
598
|
-
get: function () { return
|
|
638
|
+
get: function () { return chunk5I2266VA_js.transferEventToJSON; }
|
|
599
639
|
});
|
|
600
640
|
Object.defineProperty(exports, "transferFromJSON", {
|
|
601
641
|
enumerable: true,
|
|
602
|
-
get: function () { return
|
|
642
|
+
get: function () { return chunk5I2266VA_js.transferFromJSON; }
|
|
603
643
|
});
|
|
604
644
|
Object.defineProperty(exports, "transferInfoFromJSON", {
|
|
605
645
|
enumerable: true,
|
|
606
|
-
get: function () { return
|
|
646
|
+
get: function () { return chunk5I2266VA_js.transferInfoFromJSON; }
|
|
607
647
|
});
|
|
608
648
|
Object.defineProperty(exports, "transferInfoToJSON", {
|
|
609
649
|
enumerable: true,
|
|
610
|
-
get: function () { return
|
|
650
|
+
get: function () { return chunk5I2266VA_js.transferInfoToJSON; }
|
|
611
651
|
});
|
|
612
652
|
Object.defineProperty(exports, "transferStatusFromJSON", {
|
|
613
653
|
enumerable: true,
|
|
614
|
-
get: function () { return
|
|
654
|
+
get: function () { return chunk5I2266VA_js.transferStatusFromJSON; }
|
|
615
655
|
});
|
|
616
656
|
Object.defineProperty(exports, "transferStatusToJSON", {
|
|
617
657
|
enumerable: true,
|
|
618
|
-
get: function () { return
|
|
658
|
+
get: function () { return chunk5I2266VA_js.transferStatusToJSON; }
|
|
619
659
|
});
|
|
620
660
|
Object.defineProperty(exports, "transferToJSON", {
|
|
621
661
|
enumerable: true,
|
|
622
|
-
get: function () { return
|
|
662
|
+
get: function () { return chunk5I2266VA_js.transferToJSON; }
|
|
623
663
|
});
|
|
624
664
|
Object.defineProperty(exports, "txFromJSON", {
|
|
625
665
|
enumerable: true,
|
|
626
|
-
get: function () { return
|
|
666
|
+
get: function () { return chunk5I2266VA_js.txFromJSON; }
|
|
627
667
|
});
|
|
628
668
|
Object.defineProperty(exports, "txStatusRequestFromJSON", {
|
|
629
669
|
enumerable: true,
|
|
630
|
-
get: function () { return
|
|
670
|
+
get: function () { return chunk5I2266VA_js.txStatusRequestFromJSON; }
|
|
631
671
|
});
|
|
632
672
|
Object.defineProperty(exports, "txStatusRequestToJSON", {
|
|
633
673
|
enumerable: true,
|
|
634
|
-
get: function () { return
|
|
674
|
+
get: function () { return chunk5I2266VA_js.txStatusRequestToJSON; }
|
|
635
675
|
});
|
|
636
676
|
Object.defineProperty(exports, "txStatusResponseFromJSON", {
|
|
637
677
|
enumerable: true,
|
|
638
|
-
get: function () { return
|
|
678
|
+
get: function () { return chunk5I2266VA_js.txStatusResponseFromJSON; }
|
|
639
679
|
});
|
|
640
680
|
Object.defineProperty(exports, "txStatusResponseToJSON", {
|
|
641
681
|
enumerable: true,
|
|
642
|
-
get: function () { return
|
|
682
|
+
get: function () { return chunk5I2266VA_js.txStatusResponseToJSON; }
|
|
643
683
|
});
|
|
644
684
|
Object.defineProperty(exports, "txToJSON", {
|
|
645
685
|
enumerable: true,
|
|
646
|
-
get: function () { return
|
|
686
|
+
get: function () { return chunk5I2266VA_js.txToJSON; }
|
|
647
687
|
});
|