@transia/ripple-binary-codec 2.5.4-alpha.0 → 2.5.5-alpha.2
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/enums/definitions.json +1308 -974
- package/dist/enums/src/enums/definitions.json +1313 -974
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/src/enums/definitions.json +1308 -974
- package/dist/src/index.js +0 -3
- package/dist/src/index.js.map +1 -1
- package/dist/src/types/hash-128.js +1 -1
- package/dist/src/types/hash-128.js.map +1 -1
- package/dist/src/types/hash-160.js +1 -1
- package/dist/src/types/hash-160.js.map +1 -1
- package/dist/src/types/hash-192.js +1 -1
- package/dist/src/types/hash-192.js.map +1 -1
- package/dist/src/types/index.d.ts +2 -1
- package/dist/src/types/index.js +4 -1
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/types/int-32.d.ts +33 -0
- package/dist/src/types/int-32.js +64 -0
- package/dist/src/types/int-32.js.map +1 -0
- package/dist/src/types/int.d.ts +38 -0
- package/dist/src/types/int.js +57 -0
- package/dist/src/types/int.js.map +1 -0
- package/dist/src/types/issue.d.ts +10 -13
- package/dist/src/types/issue.js +42 -29
- package/dist/src/types/issue.js.map +1 -1
- package/dist/src/types/st-number.js +88 -33
- package/dist/src/types/st-number.js.map +1 -1
- package/dist/src/types/st-object.d.ts +3 -3
- package/dist/src/types/st-object.js +12 -12
- package/dist/src/types/st-object.js.map +1 -1
- package/dist/src/types/uint-16.js +2 -2
- package/dist/src/types/uint-16.js.map +1 -1
- package/dist/src/types/uint-32.js +1 -1
- package/dist/src/types/uint-32.js.map +1 -1
- package/dist/src/types/uint-64.js +1 -1
- package/dist/src/types/uint-64.js.map +1 -1
- package/dist/src/types/uint-8.js +1 -1
- package/dist/src/types/uint-8.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/hash-128.js +1 -1
- package/dist/types/hash-128.js.map +1 -1
- package/dist/types/hash-160.js +1 -1
- package/dist/types/hash-160.js.map +1 -1
- package/dist/types/hash-192.js +1 -1
- package/dist/types/hash-192.js.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.js +4 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/int-32.d.ts +33 -0
- package/dist/types/int-32.js +64 -0
- package/dist/types/int-32.js.map +1 -0
- package/dist/types/int.d.ts +38 -0
- package/dist/types/int.js +57 -0
- package/dist/types/int.js.map +1 -0
- package/dist/types/issue.d.ts +10 -13
- package/dist/types/issue.js +42 -29
- package/dist/types/issue.js.map +1 -1
- package/dist/types/st-number.js +88 -33
- package/dist/types/st-number.js.map +1 -1
- package/dist/types/st-object.d.ts +3 -3
- package/dist/types/st-object.js +12 -12
- package/dist/types/st-object.js.map +1 -1
- package/dist/types/uint-16.js +2 -2
- package/dist/types/uint-16.js.map +1 -1
- package/dist/types/uint-32.js +1 -1
- package/dist/types/uint-32.js.map +1 -1
- package/dist/types/uint-64.js +1 -1
- package/dist/types/uint-64.js.map +1 -1
- package/dist/types/uint-8.js +1 -1
- package/dist/types/uint-8.js.map +1 -1
- package/package.json +8 -5
- package/src/enums/definitions.json +1313 -974
- package/src/index.ts +1 -3
- package/src/types/hash-128.ts +1 -1
- package/src/types/hash-160.ts +1 -1
- package/src/types/hash-192.ts +1 -1
- package/src/types/index.ts +3 -0
- package/src/types/int-32.ts +72 -0
- package/src/types/int.ts +75 -0
- package/src/types/issue.ts +90 -57
- package/src/types/st-number.ts +107 -31
- package/src/types/st-object.ts +77 -73
- package/src/types/uint-16.ts +2 -2
- package/src/types/uint-32.ts +1 -1
- package/src/types/uint-64.ts +1 -1
- package/src/types/uint-8.ts +1 -1
|
@@ -61,572 +61,562 @@
|
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
[
|
|
64
|
-
"
|
|
64
|
+
"LedgerEntryType",
|
|
65
65
|
{
|
|
66
66
|
"isSerialized": true,
|
|
67
|
-
"isSigningField":
|
|
67
|
+
"isSigningField": true,
|
|
68
68
|
"isVLEncoded": false,
|
|
69
|
-
"nth":
|
|
70
|
-
"type": "
|
|
69
|
+
"nth": 1,
|
|
70
|
+
"type": "UInt16"
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
73
|
[
|
|
74
|
-
"
|
|
74
|
+
"TransactionType",
|
|
75
75
|
{
|
|
76
76
|
"isSerialized": true,
|
|
77
77
|
"isSigningField": true,
|
|
78
78
|
"isVLEncoded": false,
|
|
79
|
-
"nth":
|
|
80
|
-
"type": "
|
|
79
|
+
"nth": 2,
|
|
80
|
+
"type": "UInt16"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
83
83
|
[
|
|
84
|
-
"
|
|
84
|
+
"SignerWeight",
|
|
85
85
|
{
|
|
86
86
|
"isSerialized": true,
|
|
87
87
|
"isSigningField": true,
|
|
88
88
|
"isVLEncoded": false,
|
|
89
|
-
"nth":
|
|
90
|
-
"type": "
|
|
89
|
+
"nth": 3,
|
|
90
|
+
"type": "UInt16"
|
|
91
91
|
}
|
|
92
92
|
],
|
|
93
93
|
[
|
|
94
|
-
"
|
|
94
|
+
"TransferFee",
|
|
95
95
|
{
|
|
96
96
|
"isSerialized": true,
|
|
97
97
|
"isSigningField": true,
|
|
98
98
|
"isVLEncoded": false,
|
|
99
|
-
"nth":
|
|
100
|
-
"type": "
|
|
99
|
+
"nth": 4,
|
|
100
|
+
"type": "UInt16"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
103
103
|
[
|
|
104
|
-
"
|
|
104
|
+
"TradingFee",
|
|
105
105
|
{
|
|
106
106
|
"isSerialized": true,
|
|
107
107
|
"isSigningField": true,
|
|
108
108
|
"isVLEncoded": false,
|
|
109
|
-
"nth":
|
|
110
|
-
"type": "
|
|
109
|
+
"nth": 5,
|
|
110
|
+
"type": "UInt16"
|
|
111
111
|
}
|
|
112
112
|
],
|
|
113
113
|
[
|
|
114
|
-
"
|
|
114
|
+
"DiscountedFee",
|
|
115
115
|
{
|
|
116
116
|
"isSerialized": true,
|
|
117
117
|
"isSigningField": true,
|
|
118
118
|
"isVLEncoded": false,
|
|
119
|
-
"nth":
|
|
120
|
-
"type": "
|
|
119
|
+
"nth": 6,
|
|
120
|
+
"type": "UInt16"
|
|
121
121
|
}
|
|
122
122
|
],
|
|
123
123
|
[
|
|
124
|
-
"
|
|
124
|
+
"Version",
|
|
125
125
|
{
|
|
126
126
|
"isSerialized": true,
|
|
127
127
|
"isSigningField": true,
|
|
128
128
|
"isVLEncoded": false,
|
|
129
|
-
"nth":
|
|
130
|
-
"type": "
|
|
129
|
+
"nth": 16,
|
|
130
|
+
"type": "UInt16"
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
133
|
[
|
|
134
|
-
"
|
|
134
|
+
"LedgerFixType",
|
|
135
135
|
{
|
|
136
136
|
"isSerialized": true,
|
|
137
137
|
"isSigningField": true,
|
|
138
138
|
"isVLEncoded": false,
|
|
139
|
-
"nth":
|
|
140
|
-
"type": "
|
|
139
|
+
"nth": 21,
|
|
140
|
+
"type": "UInt16"
|
|
141
141
|
}
|
|
142
142
|
],
|
|
143
143
|
[
|
|
144
|
-
"
|
|
144
|
+
"ManagementFeeRate",
|
|
145
145
|
{
|
|
146
146
|
"isSerialized": true,
|
|
147
147
|
"isSigningField": true,
|
|
148
148
|
"isVLEncoded": false,
|
|
149
|
-
"nth":
|
|
150
|
-
"type": "
|
|
149
|
+
"nth": 22,
|
|
150
|
+
"type": "UInt16"
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
153
|
[
|
|
154
|
-
"
|
|
154
|
+
"NetworkID",
|
|
155
155
|
{
|
|
156
156
|
"isSerialized": true,
|
|
157
157
|
"isSigningField": true,
|
|
158
158
|
"isVLEncoded": false,
|
|
159
|
-
"nth":
|
|
160
|
-
"type": "
|
|
159
|
+
"nth": 1,
|
|
160
|
+
"type": "UInt32"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
163
163
|
[
|
|
164
|
-
"
|
|
164
|
+
"Flags",
|
|
165
165
|
{
|
|
166
166
|
"isSerialized": true,
|
|
167
167
|
"isSigningField": true,
|
|
168
168
|
"isVLEncoded": false,
|
|
169
|
-
"nth":
|
|
170
|
-
"type": "
|
|
169
|
+
"nth": 2,
|
|
170
|
+
"type": "UInt32"
|
|
171
171
|
}
|
|
172
172
|
],
|
|
173
173
|
[
|
|
174
|
-
"
|
|
174
|
+
"SourceTag",
|
|
175
175
|
{
|
|
176
176
|
"isSerialized": true,
|
|
177
177
|
"isSigningField": true,
|
|
178
178
|
"isVLEncoded": false,
|
|
179
|
-
"nth":
|
|
180
|
-
"type": "
|
|
179
|
+
"nth": 3,
|
|
180
|
+
"type": "UInt32"
|
|
181
181
|
}
|
|
182
182
|
],
|
|
183
183
|
[
|
|
184
|
-
"
|
|
184
|
+
"Sequence",
|
|
185
185
|
{
|
|
186
186
|
"isSerialized": true,
|
|
187
187
|
"isSigningField": true,
|
|
188
188
|
"isVLEncoded": false,
|
|
189
189
|
"nth": 4,
|
|
190
|
-
"type": "
|
|
190
|
+
"type": "UInt32"
|
|
191
191
|
}
|
|
192
192
|
],
|
|
193
193
|
[
|
|
194
|
-
"
|
|
194
|
+
"PreviousTxnLgrSeq",
|
|
195
195
|
{
|
|
196
196
|
"isSerialized": true,
|
|
197
|
-
"isSigningField":
|
|
197
|
+
"isSigningField": true,
|
|
198
198
|
"isVLEncoded": false,
|
|
199
|
-
"nth":
|
|
200
|
-
"type": "
|
|
199
|
+
"nth": 5,
|
|
200
|
+
"type": "UInt32"
|
|
201
201
|
}
|
|
202
202
|
],
|
|
203
203
|
[
|
|
204
|
-
"
|
|
204
|
+
"LedgerSequence",
|
|
205
205
|
{
|
|
206
206
|
"isSerialized": true,
|
|
207
207
|
"isSigningField": true,
|
|
208
208
|
"isVLEncoded": false,
|
|
209
|
-
"nth":
|
|
210
|
-
"type": "
|
|
209
|
+
"nth": 6,
|
|
210
|
+
"type": "UInt32"
|
|
211
211
|
}
|
|
212
212
|
],
|
|
213
213
|
[
|
|
214
|
-
"
|
|
214
|
+
"CloseTime",
|
|
215
215
|
{
|
|
216
216
|
"isSerialized": true,
|
|
217
217
|
"isSigningField": true,
|
|
218
218
|
"isVLEncoded": false,
|
|
219
|
-
"nth":
|
|
220
|
-
"type": "
|
|
219
|
+
"nth": 7,
|
|
220
|
+
"type": "UInt32"
|
|
221
221
|
}
|
|
222
222
|
],
|
|
223
223
|
[
|
|
224
|
-
"
|
|
224
|
+
"ParentCloseTime",
|
|
225
225
|
{
|
|
226
226
|
"isSerialized": true,
|
|
227
227
|
"isSigningField": true,
|
|
228
228
|
"isVLEncoded": false,
|
|
229
|
-
"nth":
|
|
230
|
-
"type": "
|
|
229
|
+
"nth": 8,
|
|
230
|
+
"type": "UInt32"
|
|
231
231
|
}
|
|
232
232
|
],
|
|
233
233
|
[
|
|
234
|
-
"
|
|
234
|
+
"SigningTime",
|
|
235
235
|
{
|
|
236
236
|
"isSerialized": true,
|
|
237
237
|
"isSigningField": true,
|
|
238
238
|
"isVLEncoded": false,
|
|
239
|
-
"nth":
|
|
240
|
-
"type": "
|
|
239
|
+
"nth": 9,
|
|
240
|
+
"type": "UInt32"
|
|
241
241
|
}
|
|
242
242
|
],
|
|
243
243
|
[
|
|
244
|
-
"
|
|
244
|
+
"Expiration",
|
|
245
245
|
{
|
|
246
246
|
"isSerialized": true,
|
|
247
247
|
"isSigningField": true,
|
|
248
248
|
"isVLEncoded": false,
|
|
249
|
-
"nth":
|
|
250
|
-
"type": "
|
|
249
|
+
"nth": 10,
|
|
250
|
+
"type": "UInt32"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
253
|
[
|
|
254
|
-
"
|
|
254
|
+
"TransferRate",
|
|
255
255
|
{
|
|
256
256
|
"isSerialized": true,
|
|
257
257
|
"isSigningField": true,
|
|
258
258
|
"isVLEncoded": false,
|
|
259
|
-
"nth":
|
|
259
|
+
"nth": 11,
|
|
260
260
|
"type": "UInt32"
|
|
261
261
|
}
|
|
262
262
|
],
|
|
263
263
|
[
|
|
264
|
-
"
|
|
264
|
+
"WalletSize",
|
|
265
265
|
{
|
|
266
266
|
"isSerialized": true,
|
|
267
267
|
"isSigningField": true,
|
|
268
268
|
"isVLEncoded": false,
|
|
269
|
-
"nth":
|
|
270
|
-
"type": "
|
|
269
|
+
"nth": 12,
|
|
270
|
+
"type": "UInt32"
|
|
271
271
|
}
|
|
272
272
|
],
|
|
273
273
|
[
|
|
274
|
-
"
|
|
274
|
+
"OwnerCount",
|
|
275
275
|
{
|
|
276
276
|
"isSerialized": true,
|
|
277
277
|
"isSigningField": true,
|
|
278
278
|
"isVLEncoded": false,
|
|
279
|
-
"nth":
|
|
280
|
-
"type": "
|
|
279
|
+
"nth": 13,
|
|
280
|
+
"type": "UInt32"
|
|
281
281
|
}
|
|
282
282
|
],
|
|
283
283
|
[
|
|
284
|
-
"
|
|
284
|
+
"DestinationTag",
|
|
285
285
|
{
|
|
286
286
|
"isSerialized": true,
|
|
287
287
|
"isSigningField": true,
|
|
288
288
|
"isVLEncoded": false,
|
|
289
|
-
"nth":
|
|
290
|
-
"type": "
|
|
289
|
+
"nth": 14,
|
|
290
|
+
"type": "UInt32"
|
|
291
291
|
}
|
|
292
292
|
],
|
|
293
293
|
[
|
|
294
|
-
"
|
|
294
|
+
"LastUpdateTime",
|
|
295
295
|
{
|
|
296
296
|
"isSerialized": true,
|
|
297
297
|
"isSigningField": true,
|
|
298
|
-
"isVLEncoded":
|
|
299
|
-
"nth":
|
|
300
|
-
"type": "
|
|
298
|
+
"isVLEncoded": false,
|
|
299
|
+
"nth": 15,
|
|
300
|
+
"type": "UInt32"
|
|
301
301
|
}
|
|
302
302
|
],
|
|
303
303
|
[
|
|
304
|
-
"
|
|
304
|
+
"HighQualityIn",
|
|
305
305
|
{
|
|
306
306
|
"isSerialized": true,
|
|
307
307
|
"isSigningField": true,
|
|
308
308
|
"isVLEncoded": false,
|
|
309
|
-
"nth":
|
|
310
|
-
"type": "
|
|
309
|
+
"nth": 16,
|
|
310
|
+
"type": "UInt32"
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
313
|
[
|
|
314
|
-
"
|
|
314
|
+
"HighQualityOut",
|
|
315
315
|
{
|
|
316
316
|
"isSerialized": true,
|
|
317
317
|
"isSigningField": true,
|
|
318
318
|
"isVLEncoded": false,
|
|
319
|
-
"nth":
|
|
320
|
-
"type": "
|
|
319
|
+
"nth": 17,
|
|
320
|
+
"type": "UInt32"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
323
323
|
[
|
|
324
|
-
"
|
|
324
|
+
"LowQualityIn",
|
|
325
325
|
{
|
|
326
326
|
"isSerialized": true,
|
|
327
327
|
"isSigningField": true,
|
|
328
328
|
"isVLEncoded": false,
|
|
329
|
-
"nth":
|
|
329
|
+
"nth": 18,
|
|
330
330
|
"type": "UInt32"
|
|
331
331
|
}
|
|
332
332
|
],
|
|
333
333
|
[
|
|
334
|
-
"
|
|
334
|
+
"LowQualityOut",
|
|
335
335
|
{
|
|
336
336
|
"isSerialized": true,
|
|
337
337
|
"isSigningField": true,
|
|
338
338
|
"isVLEncoded": false,
|
|
339
|
-
"nth":
|
|
340
|
-
"type": "
|
|
339
|
+
"nth": 19,
|
|
340
|
+
"type": "UInt32"
|
|
341
341
|
}
|
|
342
342
|
],
|
|
343
343
|
[
|
|
344
|
-
"
|
|
344
|
+
"QualityIn",
|
|
345
345
|
{
|
|
346
346
|
"isSerialized": true,
|
|
347
347
|
"isSigningField": true,
|
|
348
348
|
"isVLEncoded": false,
|
|
349
|
-
"nth":
|
|
350
|
-
"type": "
|
|
349
|
+
"nth": 20,
|
|
350
|
+
"type": "UInt32"
|
|
351
351
|
}
|
|
352
352
|
],
|
|
353
353
|
[
|
|
354
|
-
"
|
|
354
|
+
"QualityOut",
|
|
355
355
|
{
|
|
356
356
|
"isSerialized": true,
|
|
357
357
|
"isSigningField": true,
|
|
358
358
|
"isVLEncoded": false,
|
|
359
|
-
"nth":
|
|
360
|
-
"type": "
|
|
359
|
+
"nth": 21,
|
|
360
|
+
"type": "UInt32"
|
|
361
361
|
}
|
|
362
362
|
],
|
|
363
363
|
[
|
|
364
|
-
"
|
|
364
|
+
"StampEscrow",
|
|
365
365
|
{
|
|
366
366
|
"isSerialized": true,
|
|
367
367
|
"isSigningField": true,
|
|
368
|
-
"isVLEncoded":
|
|
369
|
-
"nth":
|
|
370
|
-
"type": "
|
|
368
|
+
"isVLEncoded": false,
|
|
369
|
+
"nth": 22,
|
|
370
|
+
"type": "UInt32"
|
|
371
371
|
}
|
|
372
372
|
],
|
|
373
373
|
[
|
|
374
|
-
"
|
|
374
|
+
"BondAmount",
|
|
375
375
|
{
|
|
376
376
|
"isSerialized": true,
|
|
377
377
|
"isSigningField": true,
|
|
378
|
-
"isVLEncoded":
|
|
379
|
-
"nth":
|
|
380
|
-
"type": "
|
|
378
|
+
"isVLEncoded": false,
|
|
379
|
+
"nth": 23,
|
|
380
|
+
"type": "UInt32"
|
|
381
381
|
}
|
|
382
382
|
],
|
|
383
383
|
[
|
|
384
|
-
"
|
|
384
|
+
"LoadFee",
|
|
385
385
|
{
|
|
386
386
|
"isSerialized": true,
|
|
387
387
|
"isSigningField": true,
|
|
388
388
|
"isVLEncoded": false,
|
|
389
|
-
"nth":
|
|
390
|
-
"type": "
|
|
389
|
+
"nth": 24,
|
|
390
|
+
"type": "UInt32"
|
|
391
391
|
}
|
|
392
392
|
],
|
|
393
393
|
[
|
|
394
|
-
"
|
|
394
|
+
"OfferSequence",
|
|
395
395
|
{
|
|
396
396
|
"isSerialized": true,
|
|
397
397
|
"isSigningField": true,
|
|
398
398
|
"isVLEncoded": false,
|
|
399
|
-
"nth":
|
|
400
|
-
"type": "
|
|
399
|
+
"nth": 25,
|
|
400
|
+
"type": "UInt32"
|
|
401
401
|
}
|
|
402
402
|
],
|
|
403
403
|
[
|
|
404
|
-
"
|
|
404
|
+
"FirstLedgerSequence",
|
|
405
405
|
{
|
|
406
406
|
"isSerialized": true,
|
|
407
407
|
"isSigningField": true,
|
|
408
408
|
"isVLEncoded": false,
|
|
409
|
-
"nth":
|
|
409
|
+
"nth": 26,
|
|
410
410
|
"type": "UInt32"
|
|
411
411
|
}
|
|
412
412
|
],
|
|
413
413
|
[
|
|
414
|
-
"
|
|
414
|
+
"LastLedgerSequence",
|
|
415
415
|
{
|
|
416
416
|
"isSerialized": true,
|
|
417
417
|
"isSigningField": true,
|
|
418
418
|
"isVLEncoded": false,
|
|
419
|
-
"nth":
|
|
420
|
-
"type": "
|
|
419
|
+
"nth": 27,
|
|
420
|
+
"type": "UInt32"
|
|
421
421
|
}
|
|
422
422
|
],
|
|
423
423
|
[
|
|
424
|
-
"
|
|
424
|
+
"TransactionIndex",
|
|
425
425
|
{
|
|
426
426
|
"isSerialized": true,
|
|
427
427
|
"isSigningField": true,
|
|
428
428
|
"isVLEncoded": false,
|
|
429
|
-
"nth":
|
|
430
|
-
"type": "
|
|
429
|
+
"nth": 28,
|
|
430
|
+
"type": "UInt32"
|
|
431
431
|
}
|
|
432
432
|
],
|
|
433
433
|
[
|
|
434
|
-
"
|
|
434
|
+
"OperationLimit",
|
|
435
435
|
{
|
|
436
436
|
"isSerialized": true,
|
|
437
437
|
"isSigningField": true,
|
|
438
|
-
"isVLEncoded":
|
|
439
|
-
"nth":
|
|
440
|
-
"type": "
|
|
438
|
+
"isVLEncoded": false,
|
|
439
|
+
"nth": 29,
|
|
440
|
+
"type": "UInt32"
|
|
441
441
|
}
|
|
442
442
|
],
|
|
443
443
|
[
|
|
444
|
-
"
|
|
444
|
+
"ReferenceFeeUnits",
|
|
445
445
|
{
|
|
446
446
|
"isSerialized": true,
|
|
447
447
|
"isSigningField": true,
|
|
448
448
|
"isVLEncoded": false,
|
|
449
|
-
"nth":
|
|
450
|
-
"type": "
|
|
449
|
+
"nth": 30,
|
|
450
|
+
"type": "UInt32"
|
|
451
451
|
}
|
|
452
452
|
],
|
|
453
453
|
[
|
|
454
|
-
"
|
|
454
|
+
"ReserveBase",
|
|
455
455
|
{
|
|
456
456
|
"isSerialized": true,
|
|
457
457
|
"isSigningField": true,
|
|
458
|
-
"isVLEncoded":
|
|
459
|
-
"nth":
|
|
460
|
-
"type": "
|
|
458
|
+
"isVLEncoded": false,
|
|
459
|
+
"nth": 31,
|
|
460
|
+
"type": "UInt32"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
463
463
|
[
|
|
464
|
-
"
|
|
464
|
+
"ReserveIncrement",
|
|
465
465
|
{
|
|
466
466
|
"isSerialized": true,
|
|
467
467
|
"isSigningField": true,
|
|
468
|
-
"isVLEncoded":
|
|
469
|
-
"nth":
|
|
470
|
-
"type": "
|
|
468
|
+
"isVLEncoded": false,
|
|
469
|
+
"nth": 32,
|
|
470
|
+
"type": "UInt32"
|
|
471
471
|
}
|
|
472
472
|
],
|
|
473
473
|
[
|
|
474
|
-
"
|
|
474
|
+
"SetFlag",
|
|
475
475
|
{
|
|
476
476
|
"isSerialized": true,
|
|
477
477
|
"isSigningField": true,
|
|
478
478
|
"isVLEncoded": false,
|
|
479
|
-
"nth":
|
|
480
|
-
"type": "
|
|
479
|
+
"nth": 33,
|
|
480
|
+
"type": "UInt32"
|
|
481
481
|
}
|
|
482
482
|
],
|
|
483
483
|
[
|
|
484
|
-
"
|
|
484
|
+
"ClearFlag",
|
|
485
485
|
{
|
|
486
486
|
"isSerialized": true,
|
|
487
487
|
"isSigningField": true,
|
|
488
488
|
"isVLEncoded": false,
|
|
489
|
-
"nth":
|
|
490
|
-
"type": "
|
|
489
|
+
"nth": 34,
|
|
490
|
+
"type": "UInt32"
|
|
491
491
|
}
|
|
492
492
|
],
|
|
493
493
|
[
|
|
494
|
-
"
|
|
494
|
+
"SignerQuorum",
|
|
495
495
|
{
|
|
496
496
|
"isSerialized": true,
|
|
497
497
|
"isSigningField": true,
|
|
498
498
|
"isVLEncoded": false,
|
|
499
|
-
"nth":
|
|
500
|
-
"type": "
|
|
499
|
+
"nth": 35,
|
|
500
|
+
"type": "UInt32"
|
|
501
501
|
}
|
|
502
502
|
],
|
|
503
503
|
[
|
|
504
|
-
"
|
|
504
|
+
"CancelAfter",
|
|
505
505
|
{
|
|
506
506
|
"isSerialized": true,
|
|
507
507
|
"isSigningField": true,
|
|
508
508
|
"isVLEncoded": false,
|
|
509
|
-
"nth":
|
|
509
|
+
"nth": 36,
|
|
510
510
|
"type": "UInt32"
|
|
511
511
|
}
|
|
512
512
|
],
|
|
513
513
|
[
|
|
514
|
-
"
|
|
514
|
+
"FinishAfter",
|
|
515
515
|
{
|
|
516
516
|
"isSerialized": true,
|
|
517
517
|
"isSigningField": true,
|
|
518
518
|
"isVLEncoded": false,
|
|
519
|
-
"nth":
|
|
520
|
-
"type": "
|
|
519
|
+
"nth": 37,
|
|
520
|
+
"type": "UInt32"
|
|
521
521
|
}
|
|
522
522
|
],
|
|
523
523
|
[
|
|
524
|
-
"
|
|
524
|
+
"SignerListID",
|
|
525
525
|
{
|
|
526
526
|
"isSerialized": true,
|
|
527
527
|
"isSigningField": true,
|
|
528
528
|
"isVLEncoded": false,
|
|
529
|
-
"nth":
|
|
530
|
-
"type": "
|
|
529
|
+
"nth": 38,
|
|
530
|
+
"type": "UInt32"
|
|
531
531
|
}
|
|
532
532
|
],
|
|
533
533
|
[
|
|
534
|
-
"
|
|
534
|
+
"SettleDelay",
|
|
535
535
|
{
|
|
536
536
|
"isSerialized": true,
|
|
537
537
|
"isSigningField": true,
|
|
538
538
|
"isVLEncoded": false,
|
|
539
|
-
"nth":
|
|
540
|
-
"type": "
|
|
541
|
-
}
|
|
542
|
-
],
|
|
543
|
-
[
|
|
544
|
-
"MemoType",
|
|
545
|
-
{
|
|
546
|
-
"isSerialized": true,
|
|
547
|
-
"isSigningField": true,
|
|
548
|
-
"isVLEncoded": true,
|
|
549
|
-
"nth": 12,
|
|
550
|
-
"type": "Blob"
|
|
539
|
+
"nth": 39,
|
|
540
|
+
"type": "UInt32"
|
|
551
541
|
}
|
|
552
542
|
],
|
|
553
543
|
[
|
|
554
|
-
"
|
|
544
|
+
"TicketCount",
|
|
555
545
|
{
|
|
556
546
|
"isSerialized": true,
|
|
557
547
|
"isSigningField": true,
|
|
558
548
|
"isVLEncoded": false,
|
|
559
|
-
"nth":
|
|
560
|
-
"type": "
|
|
549
|
+
"nth": 40,
|
|
550
|
+
"type": "UInt32"
|
|
561
551
|
}
|
|
562
552
|
],
|
|
563
553
|
[
|
|
564
|
-
"
|
|
554
|
+
"TicketSequence",
|
|
565
555
|
{
|
|
566
556
|
"isSerialized": true,
|
|
567
557
|
"isSigningField": true,
|
|
568
|
-
"isVLEncoded":
|
|
569
|
-
"nth":
|
|
570
|
-
"type": "
|
|
558
|
+
"isVLEncoded": false,
|
|
559
|
+
"nth": 41,
|
|
560
|
+
"type": "UInt32"
|
|
571
561
|
}
|
|
572
562
|
],
|
|
573
563
|
[
|
|
574
|
-
"
|
|
564
|
+
"NFTokenTaxon",
|
|
575
565
|
{
|
|
576
566
|
"isSerialized": true,
|
|
577
567
|
"isSigningField": true,
|
|
578
568
|
"isVLEncoded": false,
|
|
579
|
-
"nth":
|
|
580
|
-
"type": "
|
|
569
|
+
"nth": 42,
|
|
570
|
+
"type": "UInt32"
|
|
581
571
|
}
|
|
582
572
|
],
|
|
583
573
|
[
|
|
584
|
-
"
|
|
574
|
+
"MintedNFTokens",
|
|
585
575
|
{
|
|
586
576
|
"isSerialized": true,
|
|
587
577
|
"isSigningField": true,
|
|
588
578
|
"isVLEncoded": false,
|
|
589
|
-
"nth":
|
|
590
|
-
"type": "
|
|
579
|
+
"nth": 43,
|
|
580
|
+
"type": "UInt32"
|
|
591
581
|
}
|
|
592
582
|
],
|
|
593
583
|
[
|
|
594
|
-
"
|
|
584
|
+
"BurnedNFTokens",
|
|
595
585
|
{
|
|
596
586
|
"isSerialized": true,
|
|
597
587
|
"isSigningField": true,
|
|
598
588
|
"isVLEncoded": false,
|
|
599
|
-
"nth":
|
|
589
|
+
"nth": 44,
|
|
600
590
|
"type": "UInt32"
|
|
601
591
|
}
|
|
602
592
|
],
|
|
603
593
|
[
|
|
604
|
-
"
|
|
594
|
+
"VoteWeight",
|
|
605
595
|
{
|
|
606
596
|
"isSerialized": true,
|
|
607
597
|
"isSigningField": true,
|
|
608
598
|
"isVLEncoded": false,
|
|
609
|
-
"nth":
|
|
599
|
+
"nth": 48,
|
|
610
600
|
"type": "UInt32"
|
|
611
601
|
}
|
|
612
602
|
],
|
|
613
603
|
[
|
|
614
|
-
"
|
|
604
|
+
"FirstNFTokenSequence",
|
|
615
605
|
{
|
|
616
606
|
"isSerialized": true,
|
|
617
607
|
"isSigningField": true,
|
|
618
608
|
"isVLEncoded": false,
|
|
619
|
-
"nth":
|
|
609
|
+
"nth": 50,
|
|
620
610
|
"type": "UInt32"
|
|
621
611
|
}
|
|
622
612
|
],
|
|
623
613
|
[
|
|
624
|
-
"
|
|
614
|
+
"OracleDocumentID",
|
|
625
615
|
{
|
|
626
616
|
"isSerialized": true,
|
|
627
617
|
"isSigningField": true,
|
|
628
618
|
"isVLEncoded": false,
|
|
629
|
-
"nth":
|
|
619
|
+
"nth": 51,
|
|
630
620
|
"type": "UInt32"
|
|
631
621
|
}
|
|
632
622
|
],
|
|
@@ -641,2343 +631,2673 @@
|
|
|
641
631
|
}
|
|
642
632
|
],
|
|
643
633
|
[
|
|
644
|
-
"
|
|
634
|
+
"MutableFlags",
|
|
645
635
|
{
|
|
646
636
|
"isSerialized": true,
|
|
647
637
|
"isSigningField": true,
|
|
648
638
|
"isVLEncoded": false,
|
|
649
|
-
"nth":
|
|
639
|
+
"nth": 53,
|
|
650
640
|
"type": "UInt32"
|
|
651
641
|
}
|
|
652
642
|
],
|
|
653
643
|
[
|
|
654
|
-
"
|
|
644
|
+
"StartDate",
|
|
655
645
|
{
|
|
656
646
|
"isSerialized": true,
|
|
657
647
|
"isSigningField": true,
|
|
658
648
|
"isVLEncoded": false,
|
|
659
|
-
"nth":
|
|
649
|
+
"nth": 54,
|
|
660
650
|
"type": "UInt32"
|
|
661
651
|
}
|
|
662
652
|
],
|
|
663
653
|
[
|
|
664
|
-
"
|
|
654
|
+
"PaymentInterval",
|
|
665
655
|
{
|
|
666
656
|
"isSerialized": true,
|
|
667
657
|
"isSigningField": true,
|
|
668
658
|
"isVLEncoded": false,
|
|
669
|
-
"nth":
|
|
659
|
+
"nth": 55,
|
|
670
660
|
"type": "UInt32"
|
|
671
661
|
}
|
|
672
662
|
],
|
|
673
663
|
[
|
|
674
|
-
"
|
|
664
|
+
"GracePeriod",
|
|
675
665
|
{
|
|
676
666
|
"isSerialized": true,
|
|
677
667
|
"isSigningField": true,
|
|
678
668
|
"isVLEncoded": false,
|
|
679
|
-
"nth":
|
|
669
|
+
"nth": 56,
|
|
680
670
|
"type": "UInt32"
|
|
681
671
|
}
|
|
682
672
|
],
|
|
683
673
|
[
|
|
684
|
-
"
|
|
674
|
+
"PreviousPaymentDueDate",
|
|
685
675
|
{
|
|
686
676
|
"isSerialized": true,
|
|
687
677
|
"isSigningField": true,
|
|
688
678
|
"isVLEncoded": false,
|
|
689
|
-
"nth":
|
|
679
|
+
"nth": 57,
|
|
690
680
|
"type": "UInt32"
|
|
691
681
|
}
|
|
692
682
|
],
|
|
693
683
|
[
|
|
694
|
-
"
|
|
684
|
+
"NextPaymentDueDate",
|
|
695
685
|
{
|
|
696
686
|
"isSerialized": true,
|
|
697
687
|
"isSigningField": true,
|
|
698
688
|
"isVLEncoded": false,
|
|
699
|
-
"nth":
|
|
689
|
+
"nth": 58,
|
|
700
690
|
"type": "UInt32"
|
|
701
691
|
}
|
|
702
692
|
],
|
|
703
693
|
[
|
|
704
|
-
"
|
|
694
|
+
"PaymentRemaining",
|
|
705
695
|
{
|
|
706
696
|
"isSerialized": true,
|
|
707
697
|
"isSigningField": true,
|
|
708
698
|
"isVLEncoded": false,
|
|
709
|
-
"nth":
|
|
710
|
-
"type": "
|
|
699
|
+
"nth": 59,
|
|
700
|
+
"type": "UInt32"
|
|
711
701
|
}
|
|
712
702
|
],
|
|
713
703
|
[
|
|
714
|
-
"
|
|
704
|
+
"PaymentTotal",
|
|
715
705
|
{
|
|
716
706
|
"isSerialized": true,
|
|
717
707
|
"isSigningField": true,
|
|
718
|
-
"isVLEncoded":
|
|
719
|
-
"nth":
|
|
720
|
-
"type": "
|
|
708
|
+
"isVLEncoded": false,
|
|
709
|
+
"nth": 60,
|
|
710
|
+
"type": "UInt32"
|
|
721
711
|
}
|
|
722
712
|
],
|
|
723
713
|
[
|
|
724
|
-
"
|
|
714
|
+
"LoanSequence",
|
|
725
715
|
{
|
|
726
716
|
"isSerialized": true,
|
|
727
717
|
"isSigningField": true,
|
|
728
718
|
"isVLEncoded": false,
|
|
729
|
-
"nth":
|
|
730
|
-
"type": "
|
|
719
|
+
"nth": 61,
|
|
720
|
+
"type": "UInt32"
|
|
731
721
|
}
|
|
732
722
|
],
|
|
733
723
|
[
|
|
734
|
-
"
|
|
724
|
+
"CoverRateMinimum",
|
|
735
725
|
{
|
|
736
726
|
"isSerialized": true,
|
|
737
727
|
"isSigningField": true,
|
|
738
|
-
"isVLEncoded":
|
|
739
|
-
"nth":
|
|
740
|
-
"type": "
|
|
728
|
+
"isVLEncoded": false,
|
|
729
|
+
"nth": 62,
|
|
730
|
+
"type": "UInt32"
|
|
741
731
|
}
|
|
742
732
|
],
|
|
743
733
|
[
|
|
744
|
-
"
|
|
734
|
+
"CoverRateLiquidation",
|
|
745
735
|
{
|
|
746
736
|
"isSerialized": true,
|
|
747
737
|
"isSigningField": true,
|
|
748
738
|
"isVLEncoded": false,
|
|
749
|
-
"nth":
|
|
739
|
+
"nth": 63,
|
|
750
740
|
"type": "UInt32"
|
|
751
741
|
}
|
|
752
742
|
],
|
|
753
743
|
[
|
|
754
|
-
"
|
|
744
|
+
"OverpaymentFee",
|
|
755
745
|
{
|
|
756
746
|
"isSerialized": true,
|
|
757
747
|
"isSigningField": true,
|
|
758
748
|
"isVLEncoded": false,
|
|
759
|
-
"nth":
|
|
760
|
-
"type": "
|
|
749
|
+
"nth": 64,
|
|
750
|
+
"type": "UInt32"
|
|
761
751
|
}
|
|
762
752
|
],
|
|
763
753
|
[
|
|
764
|
-
"
|
|
754
|
+
"InterestRate",
|
|
765
755
|
{
|
|
766
756
|
"isSerialized": true,
|
|
767
757
|
"isSigningField": true,
|
|
768
|
-
"isVLEncoded":
|
|
769
|
-
"nth":
|
|
770
|
-
"type": "
|
|
758
|
+
"isVLEncoded": false,
|
|
759
|
+
"nth": 65,
|
|
760
|
+
"type": "UInt32"
|
|
771
761
|
}
|
|
772
762
|
],
|
|
773
763
|
[
|
|
774
|
-
"
|
|
764
|
+
"LateInterestRate",
|
|
775
765
|
{
|
|
776
766
|
"isSerialized": true,
|
|
777
767
|
"isSigningField": true,
|
|
778
768
|
"isVLEncoded": false,
|
|
779
|
-
"nth":
|
|
769
|
+
"nth": 66,
|
|
780
770
|
"type": "UInt32"
|
|
781
771
|
}
|
|
782
772
|
],
|
|
783
773
|
[
|
|
784
|
-
"
|
|
774
|
+
"CloseInterestRate",
|
|
785
775
|
{
|
|
786
776
|
"isSerialized": true,
|
|
787
777
|
"isSigningField": true,
|
|
788
778
|
"isVLEncoded": false,
|
|
789
|
-
"nth":
|
|
790
|
-
"type": "
|
|
779
|
+
"nth": 67,
|
|
780
|
+
"type": "UInt32"
|
|
791
781
|
}
|
|
792
782
|
],
|
|
793
783
|
[
|
|
794
|
-
"
|
|
784
|
+
"OverpaymentInterestRate",
|
|
795
785
|
{
|
|
796
786
|
"isSerialized": true,
|
|
797
787
|
"isSigningField": true,
|
|
798
|
-
"isVLEncoded":
|
|
799
|
-
"nth":
|
|
800
|
-
"type": "
|
|
788
|
+
"isVLEncoded": false,
|
|
789
|
+
"nth": 68,
|
|
790
|
+
"type": "UInt32"
|
|
801
791
|
}
|
|
802
792
|
],
|
|
803
793
|
[
|
|
804
|
-
"
|
|
794
|
+
"ExtensionComputeLimit",
|
|
805
795
|
{
|
|
806
796
|
"isSerialized": true,
|
|
807
797
|
"isSigningField": true,
|
|
808
798
|
"isVLEncoded": false,
|
|
809
|
-
"nth":
|
|
799
|
+
"nth": 69,
|
|
810
800
|
"type": "UInt32"
|
|
811
801
|
}
|
|
812
802
|
],
|
|
813
803
|
[
|
|
814
|
-
"
|
|
804
|
+
"ExtensionSizeLimit",
|
|
815
805
|
{
|
|
816
806
|
"isSerialized": true,
|
|
817
807
|
"isSigningField": true,
|
|
818
808
|
"isVLEncoded": false,
|
|
819
|
-
"nth":
|
|
820
|
-
"type": "
|
|
809
|
+
"nth": 70,
|
|
810
|
+
"type": "UInt32"
|
|
821
811
|
}
|
|
822
812
|
],
|
|
823
813
|
[
|
|
824
|
-
"
|
|
814
|
+
"GasPrice",
|
|
825
815
|
{
|
|
826
816
|
"isSerialized": true,
|
|
827
817
|
"isSigningField": true,
|
|
828
|
-
"isVLEncoded":
|
|
829
|
-
"nth":
|
|
830
|
-
"type": "
|
|
818
|
+
"isVLEncoded": false,
|
|
819
|
+
"nth": 71,
|
|
820
|
+
"type": "UInt32"
|
|
831
821
|
}
|
|
832
822
|
],
|
|
833
823
|
[
|
|
834
|
-
"
|
|
824
|
+
"ComputationAllowance",
|
|
835
825
|
{
|
|
836
826
|
"isSerialized": true,
|
|
837
827
|
"isSigningField": true,
|
|
838
828
|
"isVLEncoded": false,
|
|
839
|
-
"nth":
|
|
829
|
+
"nth": 72,
|
|
840
830
|
"type": "UInt32"
|
|
841
831
|
}
|
|
842
832
|
],
|
|
843
833
|
[
|
|
844
|
-
"
|
|
834
|
+
"GasUsed",
|
|
845
835
|
{
|
|
846
836
|
"isSerialized": true,
|
|
847
837
|
"isSigningField": true,
|
|
848
|
-
"isVLEncoded":
|
|
849
|
-
"nth":
|
|
850
|
-
"type": "
|
|
838
|
+
"isVLEncoded": false,
|
|
839
|
+
"nth": 73,
|
|
840
|
+
"type": "UInt32"
|
|
851
841
|
}
|
|
852
842
|
],
|
|
853
843
|
[
|
|
854
|
-
"
|
|
844
|
+
"ParameterFlag",
|
|
855
845
|
{
|
|
856
846
|
"isSerialized": true,
|
|
857
847
|
"isSigningField": true,
|
|
858
848
|
"isVLEncoded": false,
|
|
859
|
-
"nth":
|
|
849
|
+
"nth": 74,
|
|
860
850
|
"type": "UInt32"
|
|
861
851
|
}
|
|
862
852
|
],
|
|
863
853
|
[
|
|
864
|
-
"
|
|
854
|
+
"IndexNext",
|
|
865
855
|
{
|
|
866
856
|
"isSerialized": true,
|
|
867
857
|
"isSigningField": true,
|
|
868
858
|
"isVLEncoded": false,
|
|
869
|
-
"nth":
|
|
870
|
-
"type": "
|
|
859
|
+
"nth": 1,
|
|
860
|
+
"type": "UInt64"
|
|
871
861
|
}
|
|
872
862
|
],
|
|
873
863
|
[
|
|
874
|
-
"
|
|
864
|
+
"IndexPrevious",
|
|
875
865
|
{
|
|
876
866
|
"isSerialized": true,
|
|
877
867
|
"isSigningField": true,
|
|
878
|
-
"isVLEncoded":
|
|
879
|
-
"nth":
|
|
880
|
-
"type": "
|
|
868
|
+
"isVLEncoded": false,
|
|
869
|
+
"nth": 2,
|
|
870
|
+
"type": "UInt64"
|
|
881
871
|
}
|
|
882
872
|
],
|
|
883
873
|
[
|
|
884
|
-
"
|
|
874
|
+
"BookNode",
|
|
885
875
|
{
|
|
886
876
|
"isSerialized": true,
|
|
887
877
|
"isSigningField": true,
|
|
888
878
|
"isVLEncoded": false,
|
|
889
|
-
"nth":
|
|
879
|
+
"nth": 3,
|
|
890
880
|
"type": "UInt64"
|
|
891
881
|
}
|
|
892
882
|
],
|
|
893
883
|
[
|
|
894
|
-
"
|
|
884
|
+
"OwnerNode",
|
|
895
885
|
{
|
|
896
886
|
"isSerialized": true,
|
|
897
887
|
"isSigningField": true,
|
|
898
888
|
"isVLEncoded": false,
|
|
899
|
-
"nth":
|
|
900
|
-
"type": "
|
|
889
|
+
"nth": 4,
|
|
890
|
+
"type": "UInt64"
|
|
901
891
|
}
|
|
902
892
|
],
|
|
903
893
|
[
|
|
904
|
-
"
|
|
894
|
+
"BaseFee",
|
|
905
895
|
{
|
|
906
896
|
"isSerialized": true,
|
|
907
897
|
"isSigningField": true,
|
|
908
898
|
"isVLEncoded": false,
|
|
909
|
-
"nth":
|
|
910
|
-
"type": "
|
|
899
|
+
"nth": 5,
|
|
900
|
+
"type": "UInt64"
|
|
911
901
|
}
|
|
912
902
|
],
|
|
913
903
|
[
|
|
914
|
-
"
|
|
904
|
+
"ExchangeRate",
|
|
915
905
|
{
|
|
916
906
|
"isSerialized": true,
|
|
917
907
|
"isSigningField": true,
|
|
918
908
|
"isVLEncoded": false,
|
|
919
|
-
"nth":
|
|
920
|
-
"type": "
|
|
909
|
+
"nth": 6,
|
|
910
|
+
"type": "UInt64"
|
|
921
911
|
}
|
|
922
912
|
],
|
|
923
913
|
[
|
|
924
|
-
"
|
|
914
|
+
"LowNode",
|
|
925
915
|
{
|
|
926
916
|
"isSerialized": true,
|
|
927
917
|
"isSigningField": true,
|
|
928
|
-
"isVLEncoded":
|
|
929
|
-
"nth":
|
|
930
|
-
"type": "
|
|
918
|
+
"isVLEncoded": false,
|
|
919
|
+
"nth": 7,
|
|
920
|
+
"type": "UInt64"
|
|
931
921
|
}
|
|
932
922
|
],
|
|
933
923
|
[
|
|
934
|
-
"
|
|
924
|
+
"HighNode",
|
|
935
925
|
{
|
|
936
926
|
"isSerialized": true,
|
|
937
927
|
"isSigningField": true,
|
|
938
|
-
"isVLEncoded":
|
|
939
|
-
"nth":
|
|
940
|
-
"type": "
|
|
928
|
+
"isVLEncoded": false,
|
|
929
|
+
"nth": 8,
|
|
930
|
+
"type": "UInt64"
|
|
941
931
|
}
|
|
942
932
|
],
|
|
943
933
|
[
|
|
944
|
-
"
|
|
934
|
+
"DestinationNode",
|
|
945
935
|
{
|
|
946
936
|
"isSerialized": true,
|
|
947
937
|
"isSigningField": true,
|
|
948
938
|
"isVLEncoded": false,
|
|
949
|
-
"nth":
|
|
950
|
-
"type": "
|
|
939
|
+
"nth": 9,
|
|
940
|
+
"type": "UInt64"
|
|
951
941
|
}
|
|
952
942
|
],
|
|
953
943
|
[
|
|
954
|
-
"
|
|
944
|
+
"Cookie",
|
|
955
945
|
{
|
|
956
946
|
"isSerialized": true,
|
|
957
947
|
"isSigningField": true,
|
|
958
948
|
"isVLEncoded": false,
|
|
959
|
-
"nth":
|
|
960
|
-
"type": "
|
|
949
|
+
"nth": 10,
|
|
950
|
+
"type": "UInt64"
|
|
961
951
|
}
|
|
962
952
|
],
|
|
963
953
|
[
|
|
964
|
-
"
|
|
954
|
+
"ServerVersion",
|
|
965
955
|
{
|
|
966
956
|
"isSerialized": true,
|
|
967
957
|
"isSigningField": true,
|
|
968
|
-
"isVLEncoded":
|
|
969
|
-
"nth":
|
|
970
|
-
"type": "
|
|
958
|
+
"isVLEncoded": false,
|
|
959
|
+
"nth": 11,
|
|
960
|
+
"type": "UInt64"
|
|
971
961
|
}
|
|
972
962
|
],
|
|
973
963
|
[
|
|
974
|
-
"
|
|
964
|
+
"NFTokenOfferNode",
|
|
975
965
|
{
|
|
976
966
|
"isSerialized": true,
|
|
977
967
|
"isSigningField": true,
|
|
978
968
|
"isVLEncoded": false,
|
|
979
|
-
"nth":
|
|
980
|
-
"type": "
|
|
969
|
+
"nth": 12,
|
|
970
|
+
"type": "UInt64"
|
|
981
971
|
}
|
|
982
972
|
],
|
|
983
973
|
[
|
|
984
|
-
"
|
|
974
|
+
"EmitBurden",
|
|
985
975
|
{
|
|
986
976
|
"isSerialized": true,
|
|
987
977
|
"isSigningField": true,
|
|
988
978
|
"isVLEncoded": false,
|
|
989
|
-
"nth":
|
|
990
|
-
"type": "
|
|
979
|
+
"nth": 13,
|
|
980
|
+
"type": "UInt64"
|
|
991
981
|
}
|
|
992
982
|
],
|
|
993
983
|
[
|
|
994
|
-
"
|
|
984
|
+
"ReferenceCount",
|
|
995
985
|
{
|
|
996
986
|
"isSerialized": true,
|
|
997
987
|
"isSigningField": true,
|
|
998
988
|
"isVLEncoded": false,
|
|
999
|
-
"nth":
|
|
989
|
+
"nth": 19,
|
|
1000
990
|
"type": "UInt64"
|
|
1001
991
|
}
|
|
1002
992
|
],
|
|
1003
993
|
[
|
|
1004
|
-
"
|
|
994
|
+
"XChainClaimID",
|
|
1005
995
|
{
|
|
1006
996
|
"isSerialized": true,
|
|
1007
997
|
"isSigningField": true,
|
|
1008
998
|
"isVLEncoded": false,
|
|
1009
|
-
"nth":
|
|
1010
|
-
"type": "
|
|
999
|
+
"nth": 20,
|
|
1000
|
+
"type": "UInt64"
|
|
1011
1001
|
}
|
|
1012
1002
|
],
|
|
1013
1003
|
[
|
|
1014
|
-
"
|
|
1004
|
+
"XChainAccountCreateCount",
|
|
1015
1005
|
{
|
|
1016
1006
|
"isSerialized": true,
|
|
1017
1007
|
"isSigningField": true,
|
|
1018
|
-
"isVLEncoded":
|
|
1019
|
-
"nth":
|
|
1020
|
-
"type": "
|
|
1008
|
+
"isVLEncoded": false,
|
|
1009
|
+
"nth": 21,
|
|
1010
|
+
"type": "UInt64"
|
|
1021
1011
|
}
|
|
1022
1012
|
],
|
|
1023
1013
|
[
|
|
1024
|
-
"
|
|
1014
|
+
"XChainAccountClaimCount",
|
|
1025
1015
|
{
|
|
1026
1016
|
"isSerialized": true,
|
|
1027
1017
|
"isSigningField": true,
|
|
1028
|
-
"isVLEncoded":
|
|
1029
|
-
"nth":
|
|
1030
|
-
"type": "
|
|
1018
|
+
"isVLEncoded": false,
|
|
1019
|
+
"nth": 22,
|
|
1020
|
+
"type": "UInt64"
|
|
1031
1021
|
}
|
|
1032
1022
|
],
|
|
1033
1023
|
[
|
|
1034
|
-
"
|
|
1024
|
+
"AssetPrice",
|
|
1035
1025
|
{
|
|
1036
1026
|
"isSerialized": true,
|
|
1037
1027
|
"isSigningField": true,
|
|
1038
1028
|
"isVLEncoded": false,
|
|
1039
|
-
"nth":
|
|
1040
|
-
"type": "
|
|
1029
|
+
"nth": 23,
|
|
1030
|
+
"type": "UInt64"
|
|
1041
1031
|
}
|
|
1042
1032
|
],
|
|
1043
1033
|
[
|
|
1044
|
-
"
|
|
1034
|
+
"MaximumAmount",
|
|
1045
1035
|
{
|
|
1046
|
-
"isSerialized":
|
|
1047
|
-
"isSigningField":
|
|
1036
|
+
"isSerialized": true,
|
|
1037
|
+
"isSigningField": true,
|
|
1048
1038
|
"isVLEncoded": false,
|
|
1049
|
-
"nth":
|
|
1050
|
-
"type": "
|
|
1039
|
+
"nth": 24,
|
|
1040
|
+
"type": "UInt64"
|
|
1051
1041
|
}
|
|
1052
1042
|
],
|
|
1053
1043
|
[
|
|
1054
|
-
"
|
|
1044
|
+
"OutstandingAmount",
|
|
1055
1045
|
{
|
|
1056
1046
|
"isSerialized": true,
|
|
1057
1047
|
"isSigningField": true,
|
|
1058
1048
|
"isVLEncoded": false,
|
|
1059
|
-
"nth":
|
|
1060
|
-
"type": "
|
|
1049
|
+
"nth": 25,
|
|
1050
|
+
"type": "UInt64"
|
|
1061
1051
|
}
|
|
1062
1052
|
],
|
|
1063
1053
|
[
|
|
1064
|
-
"
|
|
1054
|
+
"MPTAmount",
|
|
1065
1055
|
{
|
|
1066
1056
|
"isSerialized": true,
|
|
1067
1057
|
"isSigningField": true,
|
|
1068
1058
|
"isVLEncoded": false,
|
|
1069
|
-
"nth":
|
|
1059
|
+
"nth": 26,
|
|
1070
1060
|
"type": "UInt64"
|
|
1071
1061
|
}
|
|
1072
1062
|
],
|
|
1073
1063
|
[
|
|
1074
|
-
"
|
|
1064
|
+
"IssuerNode",
|
|
1075
1065
|
{
|
|
1076
1066
|
"isSerialized": true,
|
|
1077
1067
|
"isSigningField": true,
|
|
1078
1068
|
"isVLEncoded": false,
|
|
1079
|
-
"nth":
|
|
1080
|
-
"type": "
|
|
1069
|
+
"nth": 27,
|
|
1070
|
+
"type": "UInt64"
|
|
1081
1071
|
}
|
|
1082
1072
|
],
|
|
1083
1073
|
[
|
|
1084
|
-
"
|
|
1074
|
+
"SubjectNode",
|
|
1085
1075
|
{
|
|
1086
1076
|
"isSerialized": true,
|
|
1087
1077
|
"isSigningField": true,
|
|
1088
1078
|
"isVLEncoded": false,
|
|
1089
|
-
"nth":
|
|
1090
|
-
"type": "
|
|
1079
|
+
"nth": 28,
|
|
1080
|
+
"type": "UInt64"
|
|
1091
1081
|
}
|
|
1092
1082
|
],
|
|
1093
1083
|
[
|
|
1094
|
-
"
|
|
1084
|
+
"LockedAmount",
|
|
1095
1085
|
{
|
|
1096
1086
|
"isSerialized": true,
|
|
1097
1087
|
"isSigningField": true,
|
|
1098
1088
|
"isVLEncoded": false,
|
|
1099
|
-
"nth":
|
|
1089
|
+
"nth": 29,
|
|
1100
1090
|
"type": "UInt64"
|
|
1101
1091
|
}
|
|
1102
1092
|
],
|
|
1103
1093
|
[
|
|
1104
|
-
"
|
|
1094
|
+
"VaultNode",
|
|
1105
1095
|
{
|
|
1106
1096
|
"isSerialized": true,
|
|
1107
1097
|
"isSigningField": true,
|
|
1108
1098
|
"isVLEncoded": false,
|
|
1109
|
-
"nth":
|
|
1110
|
-
"type": "
|
|
1099
|
+
"nth": 30,
|
|
1100
|
+
"type": "UInt64"
|
|
1111
1101
|
}
|
|
1112
1102
|
],
|
|
1113
1103
|
[
|
|
1114
|
-
"
|
|
1104
|
+
"LoanBrokerNode",
|
|
1115
1105
|
{
|
|
1116
1106
|
"isSerialized": true,
|
|
1117
1107
|
"isSigningField": true,
|
|
1118
1108
|
"isVLEncoded": false,
|
|
1119
|
-
"nth":
|
|
1120
|
-
"type": "
|
|
1109
|
+
"nth": 31,
|
|
1110
|
+
"type": "UInt64"
|
|
1121
1111
|
}
|
|
1122
1112
|
],
|
|
1123
1113
|
[
|
|
1124
|
-
"
|
|
1114
|
+
"EmailHash",
|
|
1125
1115
|
{
|
|
1126
1116
|
"isSerialized": true,
|
|
1127
1117
|
"isSigningField": true,
|
|
1128
1118
|
"isVLEncoded": false,
|
|
1129
1119
|
"nth": 1,
|
|
1130
|
-
"type": "
|
|
1120
|
+
"type": "Hash128"
|
|
1131
1121
|
}
|
|
1132
1122
|
],
|
|
1133
1123
|
[
|
|
1134
|
-
"
|
|
1124
|
+
"LedgerHash",
|
|
1135
1125
|
{
|
|
1136
1126
|
"isSerialized": true,
|
|
1137
1127
|
"isSigningField": true,
|
|
1138
1128
|
"isVLEncoded": false,
|
|
1139
|
-
"nth":
|
|
1140
|
-
"type": "
|
|
1129
|
+
"nth": 1,
|
|
1130
|
+
"type": "Hash256"
|
|
1141
1131
|
}
|
|
1142
1132
|
],
|
|
1143
1133
|
[
|
|
1144
|
-
"
|
|
1134
|
+
"ParentHash",
|
|
1145
1135
|
{
|
|
1146
1136
|
"isSerialized": true,
|
|
1147
|
-
"isSigningField":
|
|
1148
|
-
"isVLEncoded":
|
|
1149
|
-
"nth":
|
|
1150
|
-
"type": "
|
|
1137
|
+
"isSigningField": true,
|
|
1138
|
+
"isVLEncoded": false,
|
|
1139
|
+
"nth": 2,
|
|
1140
|
+
"type": "Hash256"
|
|
1151
1141
|
}
|
|
1152
1142
|
],
|
|
1153
1143
|
[
|
|
1154
|
-
"
|
|
1144
|
+
"TransactionHash",
|
|
1155
1145
|
{
|
|
1156
1146
|
"isSerialized": true,
|
|
1157
1147
|
"isSigningField": true,
|
|
1158
|
-
"isVLEncoded":
|
|
1148
|
+
"isVLEncoded": false,
|
|
1159
1149
|
"nth": 3,
|
|
1160
|
-
"type": "
|
|
1150
|
+
"type": "Hash256"
|
|
1161
1151
|
}
|
|
1162
1152
|
],
|
|
1163
1153
|
[
|
|
1164
|
-
"
|
|
1154
|
+
"AccountHash",
|
|
1165
1155
|
{
|
|
1166
1156
|
"isSerialized": true,
|
|
1167
1157
|
"isSigningField": true,
|
|
1168
1158
|
"isVLEncoded": false,
|
|
1169
|
-
"nth":
|
|
1170
|
-
"type": "
|
|
1159
|
+
"nth": 4,
|
|
1160
|
+
"type": "Hash256"
|
|
1171
1161
|
}
|
|
1172
1162
|
],
|
|
1173
1163
|
[
|
|
1174
|
-
"
|
|
1164
|
+
"PreviousTxnID",
|
|
1175
1165
|
{
|
|
1176
1166
|
"isSerialized": true,
|
|
1177
1167
|
"isSigningField": true,
|
|
1178
1168
|
"isVLEncoded": false,
|
|
1179
|
-
"nth":
|
|
1180
|
-
"type": "
|
|
1169
|
+
"nth": 5,
|
|
1170
|
+
"type": "Hash256"
|
|
1181
1171
|
}
|
|
1182
1172
|
],
|
|
1183
1173
|
[
|
|
1184
|
-
"
|
|
1174
|
+
"LedgerIndex",
|
|
1185
1175
|
{
|
|
1186
1176
|
"isSerialized": true,
|
|
1187
1177
|
"isSigningField": true,
|
|
1188
1178
|
"isVLEncoded": false,
|
|
1189
|
-
"nth":
|
|
1190
|
-
"type": "
|
|
1179
|
+
"nth": 6,
|
|
1180
|
+
"type": "Hash256"
|
|
1191
1181
|
}
|
|
1192
1182
|
],
|
|
1193
1183
|
[
|
|
1194
|
-
"
|
|
1184
|
+
"WalletLocator",
|
|
1195
1185
|
{
|
|
1196
1186
|
"isSerialized": true,
|
|
1197
1187
|
"isSigningField": true,
|
|
1198
1188
|
"isVLEncoded": false,
|
|
1199
|
-
"nth":
|
|
1200
|
-
"type": "
|
|
1189
|
+
"nth": 7,
|
|
1190
|
+
"type": "Hash256"
|
|
1201
1191
|
}
|
|
1202
1192
|
],
|
|
1203
1193
|
[
|
|
1204
|
-
"
|
|
1194
|
+
"RootIndex",
|
|
1205
1195
|
{
|
|
1206
1196
|
"isSerialized": true,
|
|
1207
1197
|
"isSigningField": true,
|
|
1208
1198
|
"isVLEncoded": false,
|
|
1209
|
-
"nth":
|
|
1199
|
+
"nth": 8,
|
|
1210
1200
|
"type": "Hash256"
|
|
1211
1201
|
}
|
|
1212
1202
|
],
|
|
1213
1203
|
[
|
|
1214
|
-
"
|
|
1204
|
+
"AccountTxnID",
|
|
1215
1205
|
{
|
|
1216
1206
|
"isSerialized": true,
|
|
1217
1207
|
"isSigningField": true,
|
|
1218
1208
|
"isVLEncoded": false,
|
|
1219
|
-
"nth":
|
|
1220
|
-
"type": "
|
|
1209
|
+
"nth": 9,
|
|
1210
|
+
"type": "Hash256"
|
|
1221
1211
|
}
|
|
1222
1212
|
],
|
|
1223
1213
|
[
|
|
1224
|
-
"
|
|
1214
|
+
"NFTokenID",
|
|
1225
1215
|
{
|
|
1226
1216
|
"isSerialized": true,
|
|
1227
1217
|
"isSigningField": true,
|
|
1228
|
-
"isVLEncoded":
|
|
1229
|
-
"nth":
|
|
1230
|
-
"type": "
|
|
1218
|
+
"isVLEncoded": false,
|
|
1219
|
+
"nth": 10,
|
|
1220
|
+
"type": "Hash256"
|
|
1231
1221
|
}
|
|
1232
1222
|
],
|
|
1233
1223
|
[
|
|
1234
|
-
"
|
|
1224
|
+
"EmitParentTxnID",
|
|
1235
1225
|
{
|
|
1236
1226
|
"isSerialized": true,
|
|
1237
1227
|
"isSigningField": true,
|
|
1238
1228
|
"isVLEncoded": false,
|
|
1239
|
-
"nth":
|
|
1240
|
-
"type": "
|
|
1229
|
+
"nth": 11,
|
|
1230
|
+
"type": "Hash256"
|
|
1241
1231
|
}
|
|
1242
1232
|
],
|
|
1243
1233
|
[
|
|
1244
|
-
"
|
|
1234
|
+
"EmitNonce",
|
|
1245
1235
|
{
|
|
1246
1236
|
"isSerialized": true,
|
|
1247
1237
|
"isSigningField": true,
|
|
1248
1238
|
"isVLEncoded": false,
|
|
1249
|
-
"nth":
|
|
1250
|
-
"type": "
|
|
1239
|
+
"nth": 12,
|
|
1240
|
+
"type": "Hash256"
|
|
1251
1241
|
}
|
|
1252
1242
|
],
|
|
1253
1243
|
[
|
|
1254
|
-
"
|
|
1244
|
+
"EmitHookHash",
|
|
1255
1245
|
{
|
|
1256
1246
|
"isSerialized": true,
|
|
1257
1247
|
"isSigningField": true,
|
|
1258
1248
|
"isVLEncoded": false,
|
|
1259
|
-
"nth":
|
|
1260
|
-
"type": "
|
|
1249
|
+
"nth": 13,
|
|
1250
|
+
"type": "Hash256"
|
|
1261
1251
|
}
|
|
1262
1252
|
],
|
|
1263
1253
|
[
|
|
1264
|
-
"
|
|
1254
|
+
"AMMID",
|
|
1265
1255
|
{
|
|
1266
1256
|
"isSerialized": true,
|
|
1267
1257
|
"isSigningField": true,
|
|
1268
1258
|
"isVLEncoded": false,
|
|
1269
|
-
"nth":
|
|
1270
|
-
"type": "
|
|
1259
|
+
"nth": 14,
|
|
1260
|
+
"type": "Hash256"
|
|
1271
1261
|
}
|
|
1272
1262
|
],
|
|
1273
1263
|
[
|
|
1274
|
-
"
|
|
1264
|
+
"BookDirectory",
|
|
1275
1265
|
{
|
|
1276
1266
|
"isSerialized": true,
|
|
1277
1267
|
"isSigningField": true,
|
|
1278
1268
|
"isVLEncoded": false,
|
|
1279
|
-
"nth":
|
|
1280
|
-
"type": "
|
|
1269
|
+
"nth": 16,
|
|
1270
|
+
"type": "Hash256"
|
|
1281
1271
|
}
|
|
1282
1272
|
],
|
|
1283
1273
|
[
|
|
1284
|
-
"
|
|
1274
|
+
"InvoiceID",
|
|
1285
1275
|
{
|
|
1286
1276
|
"isSerialized": true,
|
|
1287
1277
|
"isSigningField": true,
|
|
1288
1278
|
"isVLEncoded": false,
|
|
1289
|
-
"nth":
|
|
1290
|
-
"type": "
|
|
1279
|
+
"nth": 17,
|
|
1280
|
+
"type": "Hash256"
|
|
1291
1281
|
}
|
|
1292
1282
|
],
|
|
1293
1283
|
[
|
|
1294
|
-
"
|
|
1284
|
+
"Nickname",
|
|
1295
1285
|
{
|
|
1296
1286
|
"isSerialized": true,
|
|
1297
1287
|
"isSigningField": true,
|
|
1298
1288
|
"isVLEncoded": false,
|
|
1299
|
-
"nth":
|
|
1300
|
-
"type": "
|
|
1289
|
+
"nth": 18,
|
|
1290
|
+
"type": "Hash256"
|
|
1301
1291
|
}
|
|
1302
1292
|
],
|
|
1303
1293
|
[
|
|
1304
|
-
"
|
|
1294
|
+
"Amendment",
|
|
1305
1295
|
{
|
|
1306
1296
|
"isSerialized": true,
|
|
1307
1297
|
"isSigningField": true,
|
|
1308
1298
|
"isVLEncoded": false,
|
|
1309
|
-
"nth":
|
|
1310
|
-
"type": "
|
|
1299
|
+
"nth": 19,
|
|
1300
|
+
"type": "Hash256"
|
|
1311
1301
|
}
|
|
1312
1302
|
],
|
|
1313
1303
|
[
|
|
1314
|
-
"
|
|
1304
|
+
"Digest",
|
|
1315
1305
|
{
|
|
1316
1306
|
"isSerialized": true,
|
|
1317
1307
|
"isSigningField": true,
|
|
1318
|
-
"isVLEncoded":
|
|
1319
|
-
"nth":
|
|
1320
|
-
"type": "
|
|
1308
|
+
"isVLEncoded": false,
|
|
1309
|
+
"nth": 21,
|
|
1310
|
+
"type": "Hash256"
|
|
1321
1311
|
}
|
|
1322
1312
|
],
|
|
1323
1313
|
[
|
|
1324
|
-
"
|
|
1314
|
+
"Channel",
|
|
1325
1315
|
{
|
|
1326
1316
|
"isSerialized": true,
|
|
1327
1317
|
"isSigningField": true,
|
|
1328
1318
|
"isVLEncoded": false,
|
|
1329
|
-
"nth":
|
|
1330
|
-
"type": "
|
|
1319
|
+
"nth": 22,
|
|
1320
|
+
"type": "Hash256"
|
|
1331
1321
|
}
|
|
1332
1322
|
],
|
|
1333
1323
|
[
|
|
1334
|
-
"
|
|
1324
|
+
"ConsensusHash",
|
|
1335
1325
|
{
|
|
1336
1326
|
"isSerialized": true,
|
|
1337
1327
|
"isSigningField": true,
|
|
1338
1328
|
"isVLEncoded": false,
|
|
1339
|
-
"nth":
|
|
1340
|
-
"type": "
|
|
1329
|
+
"nth": 23,
|
|
1330
|
+
"type": "Hash256"
|
|
1341
1331
|
}
|
|
1342
1332
|
],
|
|
1343
1333
|
[
|
|
1344
|
-
"
|
|
1334
|
+
"CheckID",
|
|
1345
1335
|
{
|
|
1346
1336
|
"isSerialized": true,
|
|
1347
1337
|
"isSigningField": true,
|
|
1348
1338
|
"isVLEncoded": false,
|
|
1349
|
-
"nth":
|
|
1339
|
+
"nth": 24,
|
|
1350
1340
|
"type": "Hash256"
|
|
1351
1341
|
}
|
|
1352
1342
|
],
|
|
1353
1343
|
[
|
|
1354
|
-
"
|
|
1344
|
+
"ValidatedHash",
|
|
1355
1345
|
{
|
|
1356
1346
|
"isSerialized": true,
|
|
1357
1347
|
"isSigningField": true,
|
|
1358
1348
|
"isVLEncoded": false,
|
|
1359
|
-
"nth":
|
|
1360
|
-
"type": "
|
|
1349
|
+
"nth": 25,
|
|
1350
|
+
"type": "Hash256"
|
|
1361
1351
|
}
|
|
1362
1352
|
],
|
|
1363
1353
|
[
|
|
1364
|
-
"
|
|
1354
|
+
"PreviousPageMin",
|
|
1365
1355
|
{
|
|
1366
1356
|
"isSerialized": true,
|
|
1367
1357
|
"isSigningField": true,
|
|
1368
1358
|
"isVLEncoded": false,
|
|
1369
|
-
"nth":
|
|
1370
|
-
"type": "
|
|
1359
|
+
"nth": 26,
|
|
1360
|
+
"type": "Hash256"
|
|
1371
1361
|
}
|
|
1372
1362
|
],
|
|
1373
1363
|
[
|
|
1374
|
-
"
|
|
1364
|
+
"NextPageMin",
|
|
1375
1365
|
{
|
|
1376
1366
|
"isSerialized": true,
|
|
1377
1367
|
"isSigningField": true,
|
|
1378
1368
|
"isVLEncoded": false,
|
|
1379
|
-
"nth":
|
|
1380
|
-
"type": "
|
|
1369
|
+
"nth": 27,
|
|
1370
|
+
"type": "Hash256"
|
|
1381
1371
|
}
|
|
1382
1372
|
],
|
|
1383
1373
|
[
|
|
1384
|
-
"
|
|
1374
|
+
"NFTokenBuyOffer",
|
|
1385
1375
|
{
|
|
1386
1376
|
"isSerialized": true,
|
|
1387
1377
|
"isSigningField": true,
|
|
1388
1378
|
"isVLEncoded": false,
|
|
1389
|
-
"nth":
|
|
1390
|
-
"type": "
|
|
1379
|
+
"nth": 28,
|
|
1380
|
+
"type": "Hash256"
|
|
1391
1381
|
}
|
|
1392
1382
|
],
|
|
1393
1383
|
[
|
|
1394
|
-
"
|
|
1384
|
+
"NFTokenSellOffer",
|
|
1395
1385
|
{
|
|
1396
1386
|
"isSerialized": true,
|
|
1397
1387
|
"isSigningField": true,
|
|
1398
1388
|
"isVLEncoded": false,
|
|
1399
|
-
"nth":
|
|
1400
|
-
"type": "
|
|
1389
|
+
"nth": 29,
|
|
1390
|
+
"type": "Hash256"
|
|
1401
1391
|
}
|
|
1402
1392
|
],
|
|
1403
1393
|
[
|
|
1404
|
-
"
|
|
1394
|
+
"DomainID",
|
|
1405
1395
|
{
|
|
1406
1396
|
"isSerialized": true,
|
|
1407
1397
|
"isSigningField": true,
|
|
1408
1398
|
"isVLEncoded": false,
|
|
1409
|
-
"nth":
|
|
1399
|
+
"nth": 34,
|
|
1410
1400
|
"type": "Hash256"
|
|
1411
1401
|
}
|
|
1412
1402
|
],
|
|
1413
1403
|
[
|
|
1414
|
-
"
|
|
1404
|
+
"VaultID",
|
|
1415
1405
|
{
|
|
1416
1406
|
"isSerialized": true,
|
|
1417
1407
|
"isSigningField": true,
|
|
1418
1408
|
"isVLEncoded": false,
|
|
1419
|
-
"nth":
|
|
1420
|
-
"type": "
|
|
1409
|
+
"nth": 35,
|
|
1410
|
+
"type": "Hash256"
|
|
1421
1411
|
}
|
|
1422
1412
|
],
|
|
1423
1413
|
[
|
|
1424
|
-
"
|
|
1414
|
+
"ParentBatchID",
|
|
1425
1415
|
{
|
|
1426
1416
|
"isSerialized": true,
|
|
1427
1417
|
"isSigningField": true,
|
|
1428
1418
|
"isVLEncoded": false,
|
|
1429
|
-
"nth":
|
|
1430
|
-
"type": "
|
|
1419
|
+
"nth": 36,
|
|
1420
|
+
"type": "Hash256"
|
|
1431
1421
|
}
|
|
1432
1422
|
],
|
|
1433
1423
|
[
|
|
1434
|
-
"
|
|
1424
|
+
"LoanBrokerID",
|
|
1435
1425
|
{
|
|
1436
1426
|
"isSerialized": true,
|
|
1437
1427
|
"isSigningField": true,
|
|
1438
1428
|
"isVLEncoded": false,
|
|
1439
|
-
"nth":
|
|
1440
|
-
"type": "
|
|
1441
|
-
}
|
|
1442
|
-
],
|
|
1443
|
-
[
|
|
1444
|
-
"Signature",
|
|
1445
|
-
{
|
|
1446
|
-
"isSerialized": true,
|
|
1447
|
-
"isSigningField": false,
|
|
1448
|
-
"isVLEncoded": true,
|
|
1449
|
-
"nth": 6,
|
|
1450
|
-
"type": "Blob"
|
|
1429
|
+
"nth": 37,
|
|
1430
|
+
"type": "Hash256"
|
|
1451
1431
|
}
|
|
1452
1432
|
],
|
|
1453
1433
|
[
|
|
1454
|
-
"
|
|
1434
|
+
"LoanID",
|
|
1455
1435
|
{
|
|
1456
1436
|
"isSerialized": true,
|
|
1457
1437
|
"isSigningField": true,
|
|
1458
1438
|
"isVLEncoded": false,
|
|
1459
|
-
"nth":
|
|
1460
|
-
"type": "
|
|
1439
|
+
"nth": 38,
|
|
1440
|
+
"type": "Hash256"
|
|
1461
1441
|
}
|
|
1462
1442
|
],
|
|
1463
1443
|
[
|
|
1464
|
-
"
|
|
1444
|
+
"ContractHash",
|
|
1465
1445
|
{
|
|
1466
1446
|
"isSerialized": true,
|
|
1467
1447
|
"isSigningField": true,
|
|
1468
|
-
"isVLEncoded":
|
|
1469
|
-
"nth":
|
|
1470
|
-
"type": "
|
|
1448
|
+
"isVLEncoded": false,
|
|
1449
|
+
"nth": 39,
|
|
1450
|
+
"type": "Hash256"
|
|
1471
1451
|
}
|
|
1472
1452
|
],
|
|
1473
1453
|
[
|
|
1474
|
-
"
|
|
1454
|
+
"ContractID",
|
|
1475
1455
|
{
|
|
1476
1456
|
"isSerialized": true,
|
|
1477
1457
|
"isSigningField": true,
|
|
1478
1458
|
"isVLEncoded": false,
|
|
1479
|
-
"nth":
|
|
1480
|
-
"type": "
|
|
1459
|
+
"nth": 40,
|
|
1460
|
+
"type": "Hash256"
|
|
1481
1461
|
}
|
|
1482
1462
|
],
|
|
1483
1463
|
[
|
|
1484
|
-
"
|
|
1464
|
+
"hash",
|
|
1485
1465
|
{
|
|
1486
|
-
"isSerialized":
|
|
1487
|
-
"isSigningField":
|
|
1466
|
+
"isSerialized": false,
|
|
1467
|
+
"isSigningField": false,
|
|
1488
1468
|
"isVLEncoded": false,
|
|
1489
|
-
"nth":
|
|
1490
|
-
"type": "
|
|
1469
|
+
"nth": 257,
|
|
1470
|
+
"type": "Hash256"
|
|
1491
1471
|
}
|
|
1492
1472
|
],
|
|
1493
1473
|
[
|
|
1494
|
-
"
|
|
1474
|
+
"index",
|
|
1495
1475
|
{
|
|
1496
|
-
"isSerialized":
|
|
1497
|
-
"isSigningField":
|
|
1476
|
+
"isSerialized": false,
|
|
1477
|
+
"isSigningField": false,
|
|
1498
1478
|
"isVLEncoded": false,
|
|
1499
|
-
"nth":
|
|
1479
|
+
"nth": 258,
|
|
1500
1480
|
"type": "Hash256"
|
|
1501
1481
|
}
|
|
1502
1482
|
],
|
|
1503
1483
|
[
|
|
1504
|
-
"
|
|
1484
|
+
"Amount",
|
|
1505
1485
|
{
|
|
1506
1486
|
"isSerialized": true,
|
|
1507
1487
|
"isSigningField": true,
|
|
1508
1488
|
"isVLEncoded": false,
|
|
1509
|
-
"nth":
|
|
1489
|
+
"nth": 1,
|
|
1510
1490
|
"type": "Amount"
|
|
1511
1491
|
}
|
|
1512
1492
|
],
|
|
1513
1493
|
[
|
|
1514
|
-
"
|
|
1494
|
+
"Balance",
|
|
1515
1495
|
{
|
|
1516
1496
|
"isSerialized": true,
|
|
1517
1497
|
"isSigningField": true,
|
|
1518
1498
|
"isVLEncoded": false,
|
|
1519
|
-
"nth":
|
|
1520
|
-
"type": "
|
|
1499
|
+
"nth": 2,
|
|
1500
|
+
"type": "Amount"
|
|
1521
1501
|
}
|
|
1522
1502
|
],
|
|
1523
1503
|
[
|
|
1524
|
-
"
|
|
1504
|
+
"LimitAmount",
|
|
1525
1505
|
{
|
|
1526
1506
|
"isSerialized": true,
|
|
1527
1507
|
"isSigningField": true,
|
|
1528
|
-
"isVLEncoded":
|
|
1529
|
-
"nth":
|
|
1530
|
-
"type": "
|
|
1508
|
+
"isVLEncoded": false,
|
|
1509
|
+
"nth": 3,
|
|
1510
|
+
"type": "Amount"
|
|
1531
1511
|
}
|
|
1532
1512
|
],
|
|
1533
1513
|
[
|
|
1534
|
-
"
|
|
1514
|
+
"TakerPays",
|
|
1535
1515
|
{
|
|
1536
1516
|
"isSerialized": true,
|
|
1537
1517
|
"isSigningField": true,
|
|
1538
1518
|
"isVLEncoded": false,
|
|
1539
|
-
"nth":
|
|
1540
|
-
"type": "
|
|
1519
|
+
"nth": 4,
|
|
1520
|
+
"type": "Amount"
|
|
1541
1521
|
}
|
|
1542
1522
|
],
|
|
1543
1523
|
[
|
|
1544
|
-
"
|
|
1524
|
+
"TakerGets",
|
|
1545
1525
|
{
|
|
1546
1526
|
"isSerialized": true,
|
|
1547
1527
|
"isSigningField": true,
|
|
1548
|
-
"isVLEncoded":
|
|
1549
|
-
"nth":
|
|
1550
|
-
"type": "
|
|
1528
|
+
"isVLEncoded": false,
|
|
1529
|
+
"nth": 5,
|
|
1530
|
+
"type": "Amount"
|
|
1551
1531
|
}
|
|
1552
1532
|
],
|
|
1553
1533
|
[
|
|
1554
|
-
"
|
|
1534
|
+
"LowLimit",
|
|
1555
1535
|
{
|
|
1556
1536
|
"isSerialized": true,
|
|
1557
1537
|
"isSigningField": true,
|
|
1558
1538
|
"isVLEncoded": false,
|
|
1559
|
-
"nth":
|
|
1560
|
-
"type": "
|
|
1539
|
+
"nth": 6,
|
|
1540
|
+
"type": "Amount"
|
|
1561
1541
|
}
|
|
1562
1542
|
],
|
|
1563
1543
|
[
|
|
1564
|
-
"
|
|
1544
|
+
"HighLimit",
|
|
1565
1545
|
{
|
|
1566
1546
|
"isSerialized": true,
|
|
1567
1547
|
"isSigningField": true,
|
|
1568
1548
|
"isVLEncoded": false,
|
|
1569
|
-
"nth":
|
|
1570
|
-
"type": "
|
|
1549
|
+
"nth": 7,
|
|
1550
|
+
"type": "Amount"
|
|
1571
1551
|
}
|
|
1572
1552
|
],
|
|
1573
1553
|
[
|
|
1574
|
-
"
|
|
1554
|
+
"Fee",
|
|
1575
1555
|
{
|
|
1576
1556
|
"isSerialized": true,
|
|
1577
1557
|
"isSigningField": true,
|
|
1578
1558
|
"isVLEncoded": false,
|
|
1579
|
-
"nth":
|
|
1580
|
-
"type": "
|
|
1559
|
+
"nth": 8,
|
|
1560
|
+
"type": "Amount"
|
|
1581
1561
|
}
|
|
1582
1562
|
],
|
|
1583
1563
|
[
|
|
1584
|
-
"
|
|
1564
|
+
"SendMax",
|
|
1585
1565
|
{
|
|
1586
1566
|
"isSerialized": true,
|
|
1587
1567
|
"isSigningField": true,
|
|
1588
1568
|
"isVLEncoded": false,
|
|
1589
|
-
"nth":
|
|
1590
|
-
"type": "
|
|
1569
|
+
"nth": 9,
|
|
1570
|
+
"type": "Amount"
|
|
1591
1571
|
}
|
|
1592
1572
|
],
|
|
1593
1573
|
[
|
|
1594
|
-
"
|
|
1574
|
+
"DeliverMin",
|
|
1595
1575
|
{
|
|
1596
1576
|
"isSerialized": true,
|
|
1597
1577
|
"isSigningField": true,
|
|
1598
1578
|
"isVLEncoded": false,
|
|
1599
|
-
"nth":
|
|
1579
|
+
"nth": 10,
|
|
1600
1580
|
"type": "Amount"
|
|
1601
1581
|
}
|
|
1602
1582
|
],
|
|
1603
1583
|
[
|
|
1604
|
-
"
|
|
1584
|
+
"Amount2",
|
|
1605
1585
|
{
|
|
1606
1586
|
"isSerialized": true,
|
|
1607
1587
|
"isSigningField": true,
|
|
1608
|
-
"isVLEncoded": true,
|
|
1609
|
-
"nth": 24,
|
|
1610
|
-
"type": "AccountID"
|
|
1611
|
-
}
|
|
1612
|
-
],
|
|
1613
|
-
[
|
|
1614
|
-
"Transaction",
|
|
1615
|
-
{
|
|
1616
|
-
"isSerialized": false,
|
|
1617
|
-
"isSigningField": false,
|
|
1618
1588
|
"isVLEncoded": false,
|
|
1619
|
-
"nth":
|
|
1620
|
-
"type": "
|
|
1589
|
+
"nth": 11,
|
|
1590
|
+
"type": "Amount"
|
|
1621
1591
|
}
|
|
1622
1592
|
],
|
|
1623
1593
|
[
|
|
1624
|
-
"
|
|
1594
|
+
"BidMin",
|
|
1625
1595
|
{
|
|
1626
1596
|
"isSerialized": true,
|
|
1627
1597
|
"isSigningField": true,
|
|
1628
1598
|
"isVLEncoded": false,
|
|
1629
|
-
"nth":
|
|
1630
|
-
"type": "
|
|
1599
|
+
"nth": 12,
|
|
1600
|
+
"type": "Amount"
|
|
1631
1601
|
}
|
|
1632
1602
|
],
|
|
1633
1603
|
[
|
|
1634
|
-
"
|
|
1604
|
+
"BidMax",
|
|
1635
1605
|
{
|
|
1636
1606
|
"isSerialized": true,
|
|
1637
1607
|
"isSigningField": true,
|
|
1638
1608
|
"isVLEncoded": false,
|
|
1639
|
-
"nth":
|
|
1640
|
-
"type": "
|
|
1609
|
+
"nth": 13,
|
|
1610
|
+
"type": "Amount"
|
|
1641
1611
|
}
|
|
1642
1612
|
],
|
|
1643
1613
|
[
|
|
1644
|
-
"
|
|
1614
|
+
"MinimumOffer",
|
|
1645
1615
|
{
|
|
1646
1616
|
"isSerialized": true,
|
|
1647
1617
|
"isSigningField": true,
|
|
1648
1618
|
"isVLEncoded": false,
|
|
1649
|
-
"nth":
|
|
1650
|
-
"type": "
|
|
1619
|
+
"nth": 16,
|
|
1620
|
+
"type": "Amount"
|
|
1651
1621
|
}
|
|
1652
1622
|
],
|
|
1653
1623
|
[
|
|
1654
|
-
"
|
|
1624
|
+
"RippleEscrow",
|
|
1655
1625
|
{
|
|
1656
1626
|
"isSerialized": true,
|
|
1657
1627
|
"isSigningField": true,
|
|
1658
1628
|
"isVLEncoded": false,
|
|
1659
1629
|
"nth": 17,
|
|
1660
|
-
"type": "
|
|
1630
|
+
"type": "Amount"
|
|
1661
1631
|
}
|
|
1662
1632
|
],
|
|
1663
1633
|
[
|
|
1664
|
-
"
|
|
1634
|
+
"DeliveredAmount",
|
|
1665
1635
|
{
|
|
1666
1636
|
"isSerialized": true,
|
|
1667
1637
|
"isSigningField": true,
|
|
1668
1638
|
"isVLEncoded": false,
|
|
1669
|
-
"nth":
|
|
1670
|
-
"type": "
|
|
1639
|
+
"nth": 18,
|
|
1640
|
+
"type": "Amount"
|
|
1671
1641
|
}
|
|
1672
1642
|
],
|
|
1673
1643
|
[
|
|
1674
|
-
"
|
|
1644
|
+
"NFTokenBrokerFee",
|
|
1675
1645
|
{
|
|
1676
1646
|
"isSerialized": true,
|
|
1677
1647
|
"isSigningField": true,
|
|
1678
1648
|
"isVLEncoded": false,
|
|
1679
|
-
"nth":
|
|
1649
|
+
"nth": 19,
|
|
1680
1650
|
"type": "Amount"
|
|
1681
1651
|
}
|
|
1682
1652
|
],
|
|
1683
1653
|
[
|
|
1684
|
-
"
|
|
1654
|
+
"BaseFeeDrops",
|
|
1685
1655
|
{
|
|
1686
1656
|
"isSerialized": true,
|
|
1687
1657
|
"isSigningField": true,
|
|
1688
1658
|
"isVLEncoded": false,
|
|
1689
|
-
"nth":
|
|
1690
|
-
"type": "
|
|
1659
|
+
"nth": 22,
|
|
1660
|
+
"type": "Amount"
|
|
1691
1661
|
}
|
|
1692
1662
|
],
|
|
1693
1663
|
[
|
|
1694
|
-
"
|
|
1664
|
+
"ReserveBaseDrops",
|
|
1695
1665
|
{
|
|
1696
1666
|
"isSerialized": true,
|
|
1697
1667
|
"isSigningField": true,
|
|
1698
|
-
"isVLEncoded":
|
|
1699
|
-
"nth":
|
|
1700
|
-
"type": "
|
|
1668
|
+
"isVLEncoded": false,
|
|
1669
|
+
"nth": 23,
|
|
1670
|
+
"type": "Amount"
|
|
1701
1671
|
}
|
|
1702
1672
|
],
|
|
1703
1673
|
[
|
|
1704
|
-
"
|
|
1674
|
+
"ReserveIncrementDrops",
|
|
1705
1675
|
{
|
|
1706
1676
|
"isSerialized": true,
|
|
1707
1677
|
"isSigningField": true,
|
|
1708
|
-
"isVLEncoded":
|
|
1709
|
-
"nth":
|
|
1710
|
-
"type": "
|
|
1678
|
+
"isVLEncoded": false,
|
|
1679
|
+
"nth": 24,
|
|
1680
|
+
"type": "Amount"
|
|
1711
1681
|
}
|
|
1712
1682
|
],
|
|
1713
1683
|
[
|
|
1714
|
-
"
|
|
1684
|
+
"LPTokenOut",
|
|
1715
1685
|
{
|
|
1716
1686
|
"isSerialized": true,
|
|
1717
1687
|
"isSigningField": true,
|
|
1718
1688
|
"isVLEncoded": false,
|
|
1719
|
-
"nth":
|
|
1720
|
-
"type": "
|
|
1689
|
+
"nth": 25,
|
|
1690
|
+
"type": "Amount"
|
|
1721
1691
|
}
|
|
1722
1692
|
],
|
|
1723
1693
|
[
|
|
1724
|
-
"
|
|
1694
|
+
"LPTokenIn",
|
|
1725
1695
|
{
|
|
1726
1696
|
"isSerialized": true,
|
|
1727
1697
|
"isSigningField": true,
|
|
1728
|
-
"isVLEncoded":
|
|
1729
|
-
"nth":
|
|
1730
|
-
"type": "
|
|
1698
|
+
"isVLEncoded": false,
|
|
1699
|
+
"nth": 26,
|
|
1700
|
+
"type": "Amount"
|
|
1731
1701
|
}
|
|
1732
1702
|
],
|
|
1733
1703
|
[
|
|
1734
|
-
"
|
|
1704
|
+
"EPrice",
|
|
1735
1705
|
{
|
|
1736
|
-
"isSerialized":
|
|
1706
|
+
"isSerialized": true,
|
|
1737
1707
|
"isSigningField": true,
|
|
1738
1708
|
"isVLEncoded": false,
|
|
1739
|
-
"nth":
|
|
1740
|
-
"type": "
|
|
1709
|
+
"nth": 27,
|
|
1710
|
+
"type": "Amount"
|
|
1741
1711
|
}
|
|
1742
1712
|
],
|
|
1743
1713
|
[
|
|
1744
|
-
"
|
|
1714
|
+
"Price",
|
|
1745
1715
|
{
|
|
1746
1716
|
"isSerialized": true,
|
|
1747
1717
|
"isSigningField": true,
|
|
1748
1718
|
"isVLEncoded": false,
|
|
1749
|
-
"nth":
|
|
1750
|
-
"type": "
|
|
1719
|
+
"nth": 28,
|
|
1720
|
+
"type": "Amount"
|
|
1751
1721
|
}
|
|
1752
1722
|
],
|
|
1753
1723
|
[
|
|
1754
|
-
"
|
|
1724
|
+
"SignatureReward",
|
|
1755
1725
|
{
|
|
1756
1726
|
"isSerialized": true,
|
|
1757
1727
|
"isSigningField": true,
|
|
1758
1728
|
"isVLEncoded": false,
|
|
1759
|
-
"nth":
|
|
1760
|
-
"type": "
|
|
1729
|
+
"nth": 29,
|
|
1730
|
+
"type": "Amount"
|
|
1761
1731
|
}
|
|
1762
1732
|
],
|
|
1763
1733
|
[
|
|
1764
|
-
"
|
|
1734
|
+
"MinAccountCreateAmount",
|
|
1765
1735
|
{
|
|
1766
1736
|
"isSerialized": true,
|
|
1767
1737
|
"isSigningField": true,
|
|
1768
1738
|
"isVLEncoded": false,
|
|
1769
|
-
"nth":
|
|
1770
|
-
"type": "
|
|
1739
|
+
"nth": 30,
|
|
1740
|
+
"type": "Amount"
|
|
1771
1741
|
}
|
|
1772
1742
|
],
|
|
1773
1743
|
[
|
|
1774
|
-
"
|
|
1744
|
+
"LPTokenBalance",
|
|
1775
1745
|
{
|
|
1776
1746
|
"isSerialized": true,
|
|
1777
1747
|
"isSigningField": true,
|
|
1778
1748
|
"isVLEncoded": false,
|
|
1779
|
-
"nth":
|
|
1749
|
+
"nth": 31,
|
|
1780
1750
|
"type": "Amount"
|
|
1781
1751
|
}
|
|
1782
1752
|
],
|
|
1783
1753
|
[
|
|
1784
|
-
"
|
|
1754
|
+
"PublicKey",
|
|
1785
1755
|
{
|
|
1786
1756
|
"isSerialized": true,
|
|
1787
1757
|
"isSigningField": true,
|
|
1788
|
-
"isVLEncoded":
|
|
1789
|
-
"nth":
|
|
1790
|
-
"type": "
|
|
1758
|
+
"isVLEncoded": true,
|
|
1759
|
+
"nth": 1,
|
|
1760
|
+
"type": "Blob"
|
|
1791
1761
|
}
|
|
1792
1762
|
],
|
|
1793
1763
|
[
|
|
1794
|
-
"
|
|
1764
|
+
"MessageKey",
|
|
1795
1765
|
{
|
|
1796
1766
|
"isSerialized": true,
|
|
1797
1767
|
"isSigningField": true,
|
|
1798
1768
|
"isVLEncoded": true,
|
|
1799
|
-
"nth":
|
|
1800
|
-
"type": "
|
|
1769
|
+
"nth": 2,
|
|
1770
|
+
"type": "Blob"
|
|
1801
1771
|
}
|
|
1802
1772
|
],
|
|
1803
1773
|
[
|
|
1804
|
-
"
|
|
1774
|
+
"SigningPubKey",
|
|
1805
1775
|
{
|
|
1806
1776
|
"isSerialized": true,
|
|
1807
1777
|
"isSigningField": true,
|
|
1808
|
-
"isVLEncoded":
|
|
1809
|
-
"nth":
|
|
1810
|
-
"type": "
|
|
1778
|
+
"isVLEncoded": true,
|
|
1779
|
+
"nth": 3,
|
|
1780
|
+
"type": "Blob"
|
|
1811
1781
|
}
|
|
1812
1782
|
],
|
|
1813
1783
|
[
|
|
1814
|
-
"
|
|
1784
|
+
"TxnSignature",
|
|
1815
1785
|
{
|
|
1816
|
-
"isSerialized":
|
|
1786
|
+
"isSerialized": true,
|
|
1817
1787
|
"isSigningField": false,
|
|
1818
|
-
"isVLEncoded":
|
|
1819
|
-
"nth":
|
|
1820
|
-
"type": "
|
|
1788
|
+
"isVLEncoded": true,
|
|
1789
|
+
"nth": 4,
|
|
1790
|
+
"type": "Blob"
|
|
1821
1791
|
}
|
|
1822
1792
|
],
|
|
1823
1793
|
[
|
|
1824
|
-
"
|
|
1794
|
+
"URI",
|
|
1825
1795
|
{
|
|
1826
1796
|
"isSerialized": true,
|
|
1827
1797
|
"isSigningField": true,
|
|
1828
|
-
"isVLEncoded":
|
|
1829
|
-
"nth":
|
|
1830
|
-
"type": "
|
|
1798
|
+
"isVLEncoded": true,
|
|
1799
|
+
"nth": 5,
|
|
1800
|
+
"type": "Blob"
|
|
1831
1801
|
}
|
|
1832
1802
|
],
|
|
1833
1803
|
[
|
|
1834
|
-
"
|
|
1804
|
+
"Signature",
|
|
1805
|
+
{
|
|
1806
|
+
"isSerialized": true,
|
|
1807
|
+
"isSigningField": false,
|
|
1808
|
+
"isVLEncoded": true,
|
|
1809
|
+
"nth": 6,
|
|
1810
|
+
"type": "Blob"
|
|
1811
|
+
}
|
|
1812
|
+
],
|
|
1813
|
+
[
|
|
1814
|
+
"Domain",
|
|
1835
1815
|
{
|
|
1836
1816
|
"isSerialized": true,
|
|
1837
1817
|
"isSigningField": true,
|
|
1838
|
-
"isVLEncoded":
|
|
1818
|
+
"isVLEncoded": true,
|
|
1839
1819
|
"nth": 7,
|
|
1840
|
-
"type": "
|
|
1820
|
+
"type": "Blob"
|
|
1841
1821
|
}
|
|
1842
1822
|
],
|
|
1843
1823
|
[
|
|
1844
|
-
"
|
|
1824
|
+
"FundCode",
|
|
1845
1825
|
{
|
|
1846
1826
|
"isSerialized": true,
|
|
1847
1827
|
"isSigningField": true,
|
|
1848
|
-
"isVLEncoded":
|
|
1849
|
-
"nth":
|
|
1850
|
-
"type": "
|
|
1828
|
+
"isVLEncoded": true,
|
|
1829
|
+
"nth": 8,
|
|
1830
|
+
"type": "Blob"
|
|
1851
1831
|
}
|
|
1852
1832
|
],
|
|
1853
1833
|
[
|
|
1854
|
-
"
|
|
1834
|
+
"RemoveCode",
|
|
1855
1835
|
{
|
|
1856
1836
|
"isSerialized": true,
|
|
1857
1837
|
"isSigningField": true,
|
|
1858
|
-
"isVLEncoded":
|
|
1838
|
+
"isVLEncoded": true,
|
|
1839
|
+
"nth": 9,
|
|
1840
|
+
"type": "Blob"
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
[
|
|
1844
|
+
"ExpireCode",
|
|
1845
|
+
{
|
|
1846
|
+
"isSerialized": true,
|
|
1847
|
+
"isSigningField": true,
|
|
1848
|
+
"isVLEncoded": true,
|
|
1849
|
+
"nth": 10,
|
|
1850
|
+
"type": "Blob"
|
|
1851
|
+
}
|
|
1852
|
+
],
|
|
1853
|
+
[
|
|
1854
|
+
"CreateCode",
|
|
1855
|
+
{
|
|
1856
|
+
"isSerialized": true,
|
|
1857
|
+
"isSigningField": true,
|
|
1858
|
+
"isVLEncoded": true,
|
|
1859
|
+
"nth": 11,
|
|
1860
|
+
"type": "Blob"
|
|
1861
|
+
}
|
|
1862
|
+
],
|
|
1863
|
+
[
|
|
1864
|
+
"MemoType",
|
|
1865
|
+
{
|
|
1866
|
+
"isSerialized": true,
|
|
1867
|
+
"isSigningField": true,
|
|
1868
|
+
"isVLEncoded": true,
|
|
1869
|
+
"nth": 12,
|
|
1870
|
+
"type": "Blob"
|
|
1871
|
+
}
|
|
1872
|
+
],
|
|
1873
|
+
[
|
|
1874
|
+
"MemoData",
|
|
1875
|
+
{
|
|
1876
|
+
"isSerialized": true,
|
|
1877
|
+
"isSigningField": true,
|
|
1878
|
+
"isVLEncoded": true,
|
|
1879
|
+
"nth": 13,
|
|
1880
|
+
"type": "Blob"
|
|
1881
|
+
}
|
|
1882
|
+
],
|
|
1883
|
+
[
|
|
1884
|
+
"MemoFormat",
|
|
1885
|
+
{
|
|
1886
|
+
"isSerialized": true,
|
|
1887
|
+
"isSigningField": true,
|
|
1888
|
+
"isVLEncoded": true,
|
|
1889
|
+
"nth": 14,
|
|
1890
|
+
"type": "Blob"
|
|
1891
|
+
}
|
|
1892
|
+
],
|
|
1893
|
+
[
|
|
1894
|
+
"Fulfillment",
|
|
1895
|
+
{
|
|
1896
|
+
"isSerialized": true,
|
|
1897
|
+
"isSigningField": true,
|
|
1898
|
+
"isVLEncoded": true,
|
|
1899
|
+
"nth": 16,
|
|
1900
|
+
"type": "Blob"
|
|
1901
|
+
}
|
|
1902
|
+
],
|
|
1903
|
+
[
|
|
1904
|
+
"Condition",
|
|
1905
|
+
{
|
|
1906
|
+
"isSerialized": true,
|
|
1907
|
+
"isSigningField": true,
|
|
1908
|
+
"isVLEncoded": true,
|
|
1909
|
+
"nth": 17,
|
|
1910
|
+
"type": "Blob"
|
|
1911
|
+
}
|
|
1912
|
+
],
|
|
1913
|
+
[
|
|
1914
|
+
"MasterSignature",
|
|
1915
|
+
{
|
|
1916
|
+
"isSerialized": true,
|
|
1917
|
+
"isSigningField": false,
|
|
1918
|
+
"isVLEncoded": true,
|
|
1919
|
+
"nth": 18,
|
|
1920
|
+
"type": "Blob"
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
[
|
|
1924
|
+
"UNLModifyValidator",
|
|
1925
|
+
{
|
|
1926
|
+
"isSerialized": true,
|
|
1927
|
+
"isSigningField": true,
|
|
1928
|
+
"isVLEncoded": true,
|
|
1929
|
+
"nth": 19,
|
|
1930
|
+
"type": "Blob"
|
|
1931
|
+
}
|
|
1932
|
+
],
|
|
1933
|
+
[
|
|
1934
|
+
"ValidatorToDisable",
|
|
1935
|
+
{
|
|
1936
|
+
"isSerialized": true,
|
|
1937
|
+
"isSigningField": true,
|
|
1938
|
+
"isVLEncoded": true,
|
|
1939
|
+
"nth": 20,
|
|
1940
|
+
"type": "Blob"
|
|
1941
|
+
}
|
|
1942
|
+
],
|
|
1943
|
+
[
|
|
1944
|
+
"ValidatorToReEnable",
|
|
1945
|
+
{
|
|
1946
|
+
"isSerialized": true,
|
|
1947
|
+
"isSigningField": true,
|
|
1948
|
+
"isVLEncoded": true,
|
|
1949
|
+
"nth": 21,
|
|
1950
|
+
"type": "Blob"
|
|
1951
|
+
}
|
|
1952
|
+
],
|
|
1953
|
+
[
|
|
1954
|
+
"DIDDocument",
|
|
1955
|
+
{
|
|
1956
|
+
"isSerialized": true,
|
|
1957
|
+
"isSigningField": true,
|
|
1958
|
+
"isVLEncoded": true,
|
|
1959
|
+
"nth": 26,
|
|
1960
|
+
"type": "Blob"
|
|
1961
|
+
}
|
|
1962
|
+
],
|
|
1963
|
+
[
|
|
1964
|
+
"Data",
|
|
1965
|
+
{
|
|
1966
|
+
"isSerialized": true,
|
|
1967
|
+
"isSigningField": true,
|
|
1968
|
+
"isVLEncoded": true,
|
|
1969
|
+
"nth": 27,
|
|
1970
|
+
"type": "Blob"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
[
|
|
1974
|
+
"AssetClass",
|
|
1975
|
+
{
|
|
1976
|
+
"isSerialized": true,
|
|
1977
|
+
"isSigningField": true,
|
|
1978
|
+
"isVLEncoded": true,
|
|
1979
|
+
"nth": 28,
|
|
1980
|
+
"type": "Blob"
|
|
1981
|
+
}
|
|
1982
|
+
],
|
|
1983
|
+
[
|
|
1984
|
+
"Provider",
|
|
1985
|
+
{
|
|
1986
|
+
"isSerialized": true,
|
|
1987
|
+
"isSigningField": true,
|
|
1988
|
+
"isVLEncoded": true,
|
|
1989
|
+
"nth": 29,
|
|
1990
|
+
"type": "Blob"
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1993
|
+
[
|
|
1994
|
+
"MPTokenMetadata",
|
|
1995
|
+
{
|
|
1996
|
+
"isSerialized": true,
|
|
1997
|
+
"isSigningField": true,
|
|
1998
|
+
"isVLEncoded": true,
|
|
1999
|
+
"nth": 30,
|
|
2000
|
+
"type": "Blob"
|
|
2001
|
+
}
|
|
2002
|
+
],
|
|
2003
|
+
[
|
|
2004
|
+
"CredentialType",
|
|
2005
|
+
{
|
|
2006
|
+
"isSerialized": true,
|
|
2007
|
+
"isSigningField": true,
|
|
2008
|
+
"isVLEncoded": true,
|
|
2009
|
+
"nth": 31,
|
|
2010
|
+
"type": "Blob"
|
|
2011
|
+
}
|
|
2012
|
+
],
|
|
2013
|
+
[
|
|
2014
|
+
"FinishFunction",
|
|
2015
|
+
{
|
|
2016
|
+
"isSerialized": true,
|
|
2017
|
+
"isSigningField": true,
|
|
2018
|
+
"isVLEncoded": true,
|
|
2019
|
+
"nth": 32,
|
|
2020
|
+
"type": "Blob"
|
|
2021
|
+
}
|
|
2022
|
+
],
|
|
2023
|
+
[
|
|
2024
|
+
"ContractCode",
|
|
2025
|
+
{
|
|
2026
|
+
"isSerialized": true,
|
|
2027
|
+
"isSigningField": true,
|
|
2028
|
+
"isVLEncoded": true,
|
|
2029
|
+
"nth": 33,
|
|
2030
|
+
"type": "Blob"
|
|
2031
|
+
}
|
|
2032
|
+
],
|
|
2033
|
+
[
|
|
2034
|
+
"FunctionName",
|
|
2035
|
+
{
|
|
2036
|
+
"isSerialized": true,
|
|
2037
|
+
"isSigningField": true,
|
|
2038
|
+
"isVLEncoded": true,
|
|
2039
|
+
"nth": 34,
|
|
2040
|
+
"type": "Blob"
|
|
2041
|
+
}
|
|
2042
|
+
],
|
|
2043
|
+
[
|
|
2044
|
+
"Account",
|
|
2045
|
+
{
|
|
2046
|
+
"isSerialized": true,
|
|
2047
|
+
"isSigningField": true,
|
|
2048
|
+
"isVLEncoded": true,
|
|
2049
|
+
"nth": 1,
|
|
2050
|
+
"type": "AccountID"
|
|
2051
|
+
}
|
|
2052
|
+
],
|
|
2053
|
+
[
|
|
2054
|
+
"Owner",
|
|
2055
|
+
{
|
|
2056
|
+
"isSerialized": true,
|
|
2057
|
+
"isSigningField": true,
|
|
2058
|
+
"isVLEncoded": true,
|
|
2059
|
+
"nth": 2,
|
|
2060
|
+
"type": "AccountID"
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
[
|
|
2064
|
+
"Destination",
|
|
2065
|
+
{
|
|
2066
|
+
"isSerialized": true,
|
|
2067
|
+
"isSigningField": true,
|
|
2068
|
+
"isVLEncoded": true,
|
|
1859
2069
|
"nth": 3,
|
|
1860
|
-
"type": "
|
|
2070
|
+
"type": "AccountID"
|
|
1861
2071
|
}
|
|
1862
2072
|
],
|
|
1863
2073
|
[
|
|
1864
|
-
"
|
|
2074
|
+
"Issuer",
|
|
1865
2075
|
{
|
|
1866
2076
|
"isSerialized": true,
|
|
1867
2077
|
"isSigningField": true,
|
|
1868
|
-
"isVLEncoded":
|
|
2078
|
+
"isVLEncoded": true,
|
|
2079
|
+
"nth": 4,
|
|
2080
|
+
"type": "AccountID"
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2083
|
+
[
|
|
2084
|
+
"Authorize",
|
|
2085
|
+
{
|
|
2086
|
+
"isSerialized": true,
|
|
2087
|
+
"isSigningField": true,
|
|
2088
|
+
"isVLEncoded": true,
|
|
2089
|
+
"nth": 5,
|
|
2090
|
+
"type": "AccountID"
|
|
2091
|
+
}
|
|
2092
|
+
],
|
|
2093
|
+
[
|
|
2094
|
+
"Unauthorize",
|
|
2095
|
+
{
|
|
2096
|
+
"isSerialized": true,
|
|
2097
|
+
"isSigningField": true,
|
|
2098
|
+
"isVLEncoded": true,
|
|
2099
|
+
"nth": 6,
|
|
2100
|
+
"type": "AccountID"
|
|
2101
|
+
}
|
|
2102
|
+
],
|
|
2103
|
+
[
|
|
2104
|
+
"RegularKey",
|
|
2105
|
+
{
|
|
2106
|
+
"isSerialized": true,
|
|
2107
|
+
"isSigningField": true,
|
|
2108
|
+
"isVLEncoded": true,
|
|
2109
|
+
"nth": 8,
|
|
2110
|
+
"type": "AccountID"
|
|
2111
|
+
}
|
|
2112
|
+
],
|
|
2113
|
+
[
|
|
2114
|
+
"NFTokenMinter",
|
|
2115
|
+
{
|
|
2116
|
+
"isSerialized": true,
|
|
2117
|
+
"isSigningField": true,
|
|
2118
|
+
"isVLEncoded": true,
|
|
2119
|
+
"nth": 9,
|
|
2120
|
+
"type": "AccountID"
|
|
2121
|
+
}
|
|
2122
|
+
],
|
|
2123
|
+
[
|
|
2124
|
+
"EmitCallback",
|
|
2125
|
+
{
|
|
2126
|
+
"isSerialized": true,
|
|
2127
|
+
"isSigningField": true,
|
|
2128
|
+
"isVLEncoded": true,
|
|
2129
|
+
"nth": 10,
|
|
2130
|
+
"type": "AccountID"
|
|
2131
|
+
}
|
|
2132
|
+
],
|
|
2133
|
+
[
|
|
2134
|
+
"Holder",
|
|
2135
|
+
{
|
|
2136
|
+
"isSerialized": true,
|
|
2137
|
+
"isSigningField": true,
|
|
2138
|
+
"isVLEncoded": true,
|
|
2139
|
+
"nth": 11,
|
|
2140
|
+
"type": "AccountID"
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
2143
|
+
[
|
|
2144
|
+
"Delegate",
|
|
2145
|
+
{
|
|
2146
|
+
"isSerialized": true,
|
|
2147
|
+
"isSigningField": true,
|
|
2148
|
+
"isVLEncoded": true,
|
|
2149
|
+
"nth": 12,
|
|
2150
|
+
"type": "AccountID"
|
|
2151
|
+
}
|
|
2152
|
+
],
|
|
2153
|
+
[
|
|
2154
|
+
"OtherChainSource",
|
|
2155
|
+
{
|
|
2156
|
+
"isSerialized": true,
|
|
2157
|
+
"isSigningField": true,
|
|
2158
|
+
"isVLEncoded": true,
|
|
1869
2159
|
"nth": 18,
|
|
1870
|
-
"type": "
|
|
2160
|
+
"type": "AccountID"
|
|
1871
2161
|
}
|
|
1872
2162
|
],
|
|
1873
2163
|
[
|
|
1874
|
-
"
|
|
2164
|
+
"OtherChainDestination",
|
|
2165
|
+
{
|
|
2166
|
+
"isSerialized": true,
|
|
2167
|
+
"isSigningField": true,
|
|
2168
|
+
"isVLEncoded": true,
|
|
2169
|
+
"nth": 19,
|
|
2170
|
+
"type": "AccountID"
|
|
2171
|
+
}
|
|
2172
|
+
],
|
|
2173
|
+
[
|
|
2174
|
+
"AttestationSignerAccount",
|
|
2175
|
+
{
|
|
2176
|
+
"isSerialized": true,
|
|
2177
|
+
"isSigningField": true,
|
|
2178
|
+
"isVLEncoded": true,
|
|
2179
|
+
"nth": 20,
|
|
2180
|
+
"type": "AccountID"
|
|
2181
|
+
}
|
|
2182
|
+
],
|
|
2183
|
+
[
|
|
2184
|
+
"AttestationRewardAccount",
|
|
2185
|
+
{
|
|
2186
|
+
"isSerialized": true,
|
|
2187
|
+
"isSigningField": true,
|
|
2188
|
+
"isVLEncoded": true,
|
|
2189
|
+
"nth": 21,
|
|
2190
|
+
"type": "AccountID"
|
|
2191
|
+
}
|
|
2192
|
+
],
|
|
2193
|
+
[
|
|
2194
|
+
"LockingChainDoor",
|
|
1875
2195
|
{
|
|
1876
2196
|
"isSerialized": true,
|
|
1877
2197
|
"isSigningField": true,
|
|
1878
2198
|
"isVLEncoded": true,
|
|
1879
|
-
"nth":
|
|
1880
|
-
"type": "
|
|
2199
|
+
"nth": 22,
|
|
2200
|
+
"type": "AccountID"
|
|
1881
2201
|
}
|
|
1882
2202
|
],
|
|
1883
2203
|
[
|
|
1884
|
-
"
|
|
2204
|
+
"IssuingChainDoor",
|
|
1885
2205
|
{
|
|
1886
2206
|
"isSerialized": true,
|
|
1887
2207
|
"isSigningField": true,
|
|
1888
|
-
"isVLEncoded":
|
|
1889
|
-
"nth":
|
|
1890
|
-
"type": "
|
|
2208
|
+
"isVLEncoded": true,
|
|
2209
|
+
"nth": 23,
|
|
2210
|
+
"type": "AccountID"
|
|
1891
2211
|
}
|
|
1892
2212
|
],
|
|
1893
2213
|
[
|
|
1894
|
-
"
|
|
2214
|
+
"Subject",
|
|
1895
2215
|
{
|
|
1896
2216
|
"isSerialized": true,
|
|
1897
2217
|
"isSigningField": true,
|
|
1898
2218
|
"isVLEncoded": true,
|
|
1899
|
-
"nth":
|
|
2219
|
+
"nth": 24,
|
|
1900
2220
|
"type": "AccountID"
|
|
1901
2221
|
}
|
|
1902
2222
|
],
|
|
1903
2223
|
[
|
|
1904
|
-
"
|
|
2224
|
+
"Borrower",
|
|
1905
2225
|
{
|
|
1906
2226
|
"isSerialized": true,
|
|
1907
2227
|
"isSigningField": true,
|
|
1908
|
-
"isVLEncoded":
|
|
1909
|
-
"nth":
|
|
1910
|
-
"type": "
|
|
2228
|
+
"isVLEncoded": true,
|
|
2229
|
+
"nth": 25,
|
|
2230
|
+
"type": "AccountID"
|
|
1911
2231
|
}
|
|
1912
2232
|
],
|
|
1913
2233
|
[
|
|
1914
|
-
"
|
|
2234
|
+
"Counterparty",
|
|
1915
2235
|
{
|
|
1916
2236
|
"isSerialized": true,
|
|
1917
2237
|
"isSigningField": true,
|
|
1918
|
-
"isVLEncoded":
|
|
1919
|
-
"nth":
|
|
1920
|
-
"type": "
|
|
2238
|
+
"isVLEncoded": true,
|
|
2239
|
+
"nth": 26,
|
|
2240
|
+
"type": "AccountID"
|
|
1921
2241
|
}
|
|
1922
2242
|
],
|
|
1923
2243
|
[
|
|
1924
|
-
"
|
|
2244
|
+
"ContractAccount",
|
|
1925
2245
|
{
|
|
1926
2246
|
"isSerialized": true,
|
|
1927
2247
|
"isSigningField": true,
|
|
1928
|
-
"isVLEncoded":
|
|
1929
|
-
"nth":
|
|
1930
|
-
"type": "
|
|
2248
|
+
"isVLEncoded": true,
|
|
2249
|
+
"nth": 27,
|
|
2250
|
+
"type": "AccountID"
|
|
1931
2251
|
}
|
|
1932
2252
|
],
|
|
1933
2253
|
[
|
|
1934
|
-
"
|
|
2254
|
+
"Number",
|
|
1935
2255
|
{
|
|
1936
2256
|
"isSerialized": true,
|
|
1937
2257
|
"isSigningField": true,
|
|
1938
2258
|
"isVLEncoded": false,
|
|
1939
|
-
"nth":
|
|
1940
|
-
"type": "
|
|
2259
|
+
"nth": 1,
|
|
2260
|
+
"type": "Number"
|
|
1941
2261
|
}
|
|
1942
2262
|
],
|
|
1943
2263
|
[
|
|
1944
|
-
"
|
|
2264
|
+
"AssetsAvailable",
|
|
1945
2265
|
{
|
|
1946
2266
|
"isSerialized": true,
|
|
1947
2267
|
"isSigningField": true,
|
|
1948
|
-
"isVLEncoded":
|
|
1949
|
-
"nth":
|
|
1950
|
-
"type": "
|
|
2268
|
+
"isVLEncoded": false,
|
|
2269
|
+
"nth": 2,
|
|
2270
|
+
"type": "Number"
|
|
1951
2271
|
}
|
|
1952
2272
|
],
|
|
1953
2273
|
[
|
|
1954
|
-
"
|
|
2274
|
+
"AssetsMaximum",
|
|
1955
2275
|
{
|
|
1956
2276
|
"isSerialized": true,
|
|
1957
2277
|
"isSigningField": true,
|
|
1958
2278
|
"isVLEncoded": false,
|
|
1959
|
-
"nth":
|
|
1960
|
-
"type": "
|
|
2279
|
+
"nth": 3,
|
|
2280
|
+
"type": "Number"
|
|
1961
2281
|
}
|
|
1962
2282
|
],
|
|
1963
2283
|
[
|
|
1964
|
-
"
|
|
2284
|
+
"AssetsTotal",
|
|
1965
2285
|
{
|
|
1966
2286
|
"isSerialized": true,
|
|
1967
2287
|
"isSigningField": true,
|
|
1968
2288
|
"isVLEncoded": false,
|
|
1969
|
-
"nth":
|
|
1970
|
-
"type": "
|
|
2289
|
+
"nth": 4,
|
|
2290
|
+
"type": "Number"
|
|
1971
2291
|
}
|
|
1972
2292
|
],
|
|
1973
2293
|
[
|
|
1974
|
-
"
|
|
2294
|
+
"LossUnrealized",
|
|
1975
2295
|
{
|
|
1976
2296
|
"isSerialized": true,
|
|
1977
2297
|
"isSigningField": true,
|
|
1978
2298
|
"isVLEncoded": false,
|
|
1979
|
-
"nth":
|
|
1980
|
-
"type": "
|
|
2299
|
+
"nth": 5,
|
|
2300
|
+
"type": "Number"
|
|
1981
2301
|
}
|
|
1982
2302
|
],
|
|
1983
2303
|
[
|
|
1984
|
-
"
|
|
2304
|
+
"DebtTotal",
|
|
1985
2305
|
{
|
|
1986
2306
|
"isSerialized": true,
|
|
1987
2307
|
"isSigningField": true,
|
|
1988
2308
|
"isVLEncoded": false,
|
|
1989
|
-
"nth":
|
|
1990
|
-
"type": "
|
|
2309
|
+
"nth": 6,
|
|
2310
|
+
"type": "Number"
|
|
1991
2311
|
}
|
|
1992
2312
|
],
|
|
1993
2313
|
[
|
|
1994
|
-
"
|
|
2314
|
+
"DebtMaximum",
|
|
1995
2315
|
{
|
|
1996
2316
|
"isSerialized": true,
|
|
1997
2317
|
"isSigningField": true,
|
|
1998
2318
|
"isVLEncoded": false,
|
|
1999
|
-
"nth":
|
|
2000
|
-
"type": "
|
|
2319
|
+
"nth": 7,
|
|
2320
|
+
"type": "Number"
|
|
2001
2321
|
}
|
|
2002
2322
|
],
|
|
2003
2323
|
[
|
|
2004
|
-
"
|
|
2324
|
+
"CoverAvailable",
|
|
2005
2325
|
{
|
|
2006
2326
|
"isSerialized": true,
|
|
2007
2327
|
"isSigningField": true,
|
|
2008
2328
|
"isVLEncoded": false,
|
|
2009
|
-
"nth":
|
|
2010
|
-
"type": "
|
|
2329
|
+
"nth": 8,
|
|
2330
|
+
"type": "Number"
|
|
2011
2331
|
}
|
|
2012
2332
|
],
|
|
2013
2333
|
[
|
|
2014
|
-
"
|
|
2334
|
+
"LoanOriginationFee",
|
|
2015
2335
|
{
|
|
2016
2336
|
"isSerialized": true,
|
|
2017
2337
|
"isSigningField": true,
|
|
2018
2338
|
"isVLEncoded": false,
|
|
2019
|
-
"nth":
|
|
2020
|
-
"type": "
|
|
2339
|
+
"nth": 9,
|
|
2340
|
+
"type": "Number"
|
|
2021
2341
|
}
|
|
2022
2342
|
],
|
|
2023
2343
|
[
|
|
2024
|
-
"
|
|
2344
|
+
"LoanServiceFee",
|
|
2025
2345
|
{
|
|
2026
2346
|
"isSerialized": true,
|
|
2027
2347
|
"isSigningField": true,
|
|
2028
|
-
"isVLEncoded":
|
|
2029
|
-
"nth":
|
|
2030
|
-
"type": "
|
|
2348
|
+
"isVLEncoded": false,
|
|
2349
|
+
"nth": 10,
|
|
2350
|
+
"type": "Number"
|
|
2031
2351
|
}
|
|
2032
2352
|
],
|
|
2033
2353
|
[
|
|
2034
|
-
"
|
|
2354
|
+
"LatePaymentFee",
|
|
2035
2355
|
{
|
|
2036
2356
|
"isSerialized": true,
|
|
2037
2357
|
"isSigningField": true,
|
|
2038
2358
|
"isVLEncoded": false,
|
|
2039
|
-
"nth":
|
|
2040
|
-
"type": "
|
|
2359
|
+
"nth": 11,
|
|
2360
|
+
"type": "Number"
|
|
2041
2361
|
}
|
|
2042
2362
|
],
|
|
2043
2363
|
[
|
|
2044
|
-
"
|
|
2364
|
+
"ClosePaymentFee",
|
|
2045
2365
|
{
|
|
2046
2366
|
"isSerialized": true,
|
|
2047
2367
|
"isSigningField": true,
|
|
2048
|
-
"isVLEncoded":
|
|
2049
|
-
"nth":
|
|
2050
|
-
"type": "
|
|
2368
|
+
"isVLEncoded": false,
|
|
2369
|
+
"nth": 12,
|
|
2370
|
+
"type": "Number"
|
|
2051
2371
|
}
|
|
2052
2372
|
],
|
|
2053
2373
|
[
|
|
2054
|
-
"
|
|
2374
|
+
"PrincipalOutstanding",
|
|
2055
2375
|
{
|
|
2056
2376
|
"isSerialized": true,
|
|
2057
2377
|
"isSigningField": true,
|
|
2058
2378
|
"isVLEncoded": false,
|
|
2059
|
-
"nth":
|
|
2060
|
-
"type": "
|
|
2379
|
+
"nth": 13,
|
|
2380
|
+
"type": "Number"
|
|
2061
2381
|
}
|
|
2062
2382
|
],
|
|
2063
2383
|
[
|
|
2064
|
-
"
|
|
2384
|
+
"PrincipalRequested",
|
|
2065
2385
|
{
|
|
2066
2386
|
"isSerialized": true,
|
|
2067
2387
|
"isSigningField": true,
|
|
2068
2388
|
"isVLEncoded": false,
|
|
2069
|
-
"nth":
|
|
2070
|
-
"type": "
|
|
2389
|
+
"nth": 14,
|
|
2390
|
+
"type": "Number"
|
|
2071
2391
|
}
|
|
2072
2392
|
],
|
|
2073
2393
|
[
|
|
2074
|
-
"
|
|
2394
|
+
"TotalValueOutstanding",
|
|
2075
2395
|
{
|
|
2076
2396
|
"isSerialized": true,
|
|
2077
2397
|
"isSigningField": true,
|
|
2078
2398
|
"isVLEncoded": false,
|
|
2079
|
-
"nth":
|
|
2080
|
-
"type": "
|
|
2399
|
+
"nth": 15,
|
|
2400
|
+
"type": "Number"
|
|
2081
2401
|
}
|
|
2082
2402
|
],
|
|
2083
2403
|
[
|
|
2084
|
-
"
|
|
2404
|
+
"PeriodicPayment",
|
|
2085
2405
|
{
|
|
2086
2406
|
"isSerialized": true,
|
|
2087
2407
|
"isSigningField": true,
|
|
2088
2408
|
"isVLEncoded": false,
|
|
2089
|
-
"nth":
|
|
2090
|
-
"type": "
|
|
2409
|
+
"nth": 16,
|
|
2410
|
+
"type": "Number"
|
|
2091
2411
|
}
|
|
2092
2412
|
],
|
|
2093
2413
|
[
|
|
2094
|
-
"
|
|
2414
|
+
"ManagementFeeOutstanding",
|
|
2095
2415
|
{
|
|
2096
2416
|
"isSerialized": true,
|
|
2097
2417
|
"isSigningField": true,
|
|
2098
2418
|
"isVLEncoded": false,
|
|
2099
|
-
"nth":
|
|
2100
|
-
"type": "
|
|
2419
|
+
"nth": 17,
|
|
2420
|
+
"type": "Number"
|
|
2101
2421
|
}
|
|
2102
2422
|
],
|
|
2103
2423
|
[
|
|
2104
|
-
"
|
|
2424
|
+
"LoanScale",
|
|
2105
2425
|
{
|
|
2106
2426
|
"isSerialized": true,
|
|
2107
2427
|
"isSigningField": true,
|
|
2108
|
-
"isVLEncoded":
|
|
2428
|
+
"isVLEncoded": false,
|
|
2109
2429
|
"nth": 1,
|
|
2110
|
-
"type": "
|
|
2430
|
+
"type": "Int32"
|
|
2111
2431
|
}
|
|
2112
2432
|
],
|
|
2113
2433
|
[
|
|
2114
|
-
"
|
|
2434
|
+
"WasmReturnCode",
|
|
2115
2435
|
{
|
|
2116
2436
|
"isSerialized": true,
|
|
2117
2437
|
"isSigningField": true,
|
|
2118
2438
|
"isVLEncoded": false,
|
|
2119
|
-
"nth":
|
|
2120
|
-
"type": "
|
|
2439
|
+
"nth": 2,
|
|
2440
|
+
"type": "Int32"
|
|
2121
2441
|
}
|
|
2122
2442
|
],
|
|
2123
2443
|
[
|
|
2124
|
-
"
|
|
2444
|
+
"TransactionMetaData",
|
|
2125
2445
|
{
|
|
2126
2446
|
"isSerialized": true,
|
|
2127
2447
|
"isSigningField": true,
|
|
2128
2448
|
"isVLEncoded": false,
|
|
2129
|
-
"nth":
|
|
2130
|
-
"type": "
|
|
2449
|
+
"nth": 2,
|
|
2450
|
+
"type": "STObject"
|
|
2131
2451
|
}
|
|
2132
2452
|
],
|
|
2133
2453
|
[
|
|
2134
|
-
"
|
|
2454
|
+
"CreatedNode",
|
|
2135
2455
|
{
|
|
2136
2456
|
"isSerialized": true,
|
|
2137
2457
|
"isSigningField": true,
|
|
2138
2458
|
"isVLEncoded": false,
|
|
2139
|
-
"nth":
|
|
2140
|
-
"type": "
|
|
2459
|
+
"nth": 3,
|
|
2460
|
+
"type": "STObject"
|
|
2141
2461
|
}
|
|
2142
2462
|
],
|
|
2143
2463
|
[
|
|
2144
|
-
"
|
|
2464
|
+
"DeletedNode",
|
|
2145
2465
|
{
|
|
2146
2466
|
"isSerialized": true,
|
|
2147
2467
|
"isSigningField": true,
|
|
2148
2468
|
"isVLEncoded": false,
|
|
2149
|
-
"nth":
|
|
2150
|
-
"type": "
|
|
2469
|
+
"nth": 4,
|
|
2470
|
+
"type": "STObject"
|
|
2151
2471
|
}
|
|
2152
2472
|
],
|
|
2153
2473
|
[
|
|
2154
|
-
"
|
|
2474
|
+
"ModifiedNode",
|
|
2155
2475
|
{
|
|
2156
2476
|
"isSerialized": true,
|
|
2157
2477
|
"isSigningField": true,
|
|
2158
2478
|
"isVLEncoded": false,
|
|
2159
2479
|
"nth": 5,
|
|
2160
|
-
"type": "
|
|
2480
|
+
"type": "STObject"
|
|
2161
2481
|
}
|
|
2162
2482
|
],
|
|
2163
2483
|
[
|
|
2164
|
-
"
|
|
2484
|
+
"PreviousFields",
|
|
2165
2485
|
{
|
|
2166
2486
|
"isSerialized": true,
|
|
2167
2487
|
"isSigningField": true,
|
|
2168
2488
|
"isVLEncoded": false,
|
|
2169
|
-
"nth":
|
|
2170
|
-
"type": "
|
|
2489
|
+
"nth": 6,
|
|
2490
|
+
"type": "STObject"
|
|
2171
2491
|
}
|
|
2172
2492
|
],
|
|
2173
2493
|
[
|
|
2174
|
-
"
|
|
2494
|
+
"FinalFields",
|
|
2175
2495
|
{
|
|
2176
2496
|
"isSerialized": true,
|
|
2177
2497
|
"isSigningField": true,
|
|
2178
|
-
"isVLEncoded":
|
|
2498
|
+
"isVLEncoded": false,
|
|
2179
2499
|
"nth": 7,
|
|
2180
|
-
"type": "
|
|
2500
|
+
"type": "STObject"
|
|
2181
2501
|
}
|
|
2182
2502
|
],
|
|
2183
2503
|
[
|
|
2184
|
-
"
|
|
2504
|
+
"NewFields",
|
|
2185
2505
|
{
|
|
2186
2506
|
"isSerialized": true,
|
|
2187
2507
|
"isSigningField": true,
|
|
2188
2508
|
"isVLEncoded": false,
|
|
2189
|
-
"nth":
|
|
2190
|
-
"type": "
|
|
2509
|
+
"nth": 8,
|
|
2510
|
+
"type": "STObject"
|
|
2191
2511
|
}
|
|
2192
2512
|
],
|
|
2193
2513
|
[
|
|
2194
|
-
"
|
|
2514
|
+
"TemplateEntry",
|
|
2195
2515
|
{
|
|
2196
2516
|
"isSerialized": true,
|
|
2197
2517
|
"isSigningField": true,
|
|
2198
|
-
"isVLEncoded":
|
|
2199
|
-
"nth":
|
|
2200
|
-
"type": "
|
|
2518
|
+
"isVLEncoded": false,
|
|
2519
|
+
"nth": 9,
|
|
2520
|
+
"type": "STObject"
|
|
2201
2521
|
}
|
|
2202
2522
|
],
|
|
2203
2523
|
[
|
|
2204
|
-
"
|
|
2524
|
+
"Memo",
|
|
2205
2525
|
{
|
|
2206
2526
|
"isSerialized": true,
|
|
2207
2527
|
"isSigningField": true,
|
|
2208
2528
|
"isVLEncoded": false,
|
|
2209
|
-
"nth":
|
|
2210
|
-
"type": "
|
|
2529
|
+
"nth": 10,
|
|
2530
|
+
"type": "STObject"
|
|
2211
2531
|
}
|
|
2212
2532
|
],
|
|
2213
2533
|
[
|
|
2214
|
-
"
|
|
2534
|
+
"SignerEntry",
|
|
2215
2535
|
{
|
|
2216
2536
|
"isSerialized": true,
|
|
2217
2537
|
"isSigningField": true,
|
|
2218
2538
|
"isVLEncoded": false,
|
|
2219
|
-
"nth":
|
|
2220
|
-
"type": "
|
|
2539
|
+
"nth": 11,
|
|
2540
|
+
"type": "STObject"
|
|
2221
2541
|
}
|
|
2222
2542
|
],
|
|
2223
2543
|
[
|
|
2224
|
-
"
|
|
2544
|
+
"NFToken",
|
|
2225
2545
|
{
|
|
2226
2546
|
"isSerialized": true,
|
|
2227
2547
|
"isSigningField": true,
|
|
2228
2548
|
"isVLEncoded": false,
|
|
2229
2549
|
"nth": 12,
|
|
2230
|
-
"type": "
|
|
2550
|
+
"type": "STObject"
|
|
2231
2551
|
}
|
|
2232
2552
|
],
|
|
2233
2553
|
[
|
|
2234
|
-
"
|
|
2554
|
+
"EmitDetails",
|
|
2235
2555
|
{
|
|
2236
2556
|
"isSerialized": true,
|
|
2237
2557
|
"isSigningField": true,
|
|
2238
2558
|
"isVLEncoded": false,
|
|
2239
|
-
"nth":
|
|
2240
|
-
"type": "
|
|
2559
|
+
"nth": 13,
|
|
2560
|
+
"type": "STObject"
|
|
2241
2561
|
}
|
|
2242
2562
|
],
|
|
2243
2563
|
[
|
|
2244
|
-
"
|
|
2564
|
+
"Permission",
|
|
2245
2565
|
{
|
|
2246
2566
|
"isSerialized": true,
|
|
2247
2567
|
"isSigningField": true,
|
|
2248
2568
|
"isVLEncoded": false,
|
|
2249
|
-
"nth":
|
|
2569
|
+
"nth": 15,
|
|
2250
2570
|
"type": "STObject"
|
|
2251
2571
|
}
|
|
2252
2572
|
],
|
|
2253
2573
|
[
|
|
2254
|
-
"
|
|
2574
|
+
"Signer",
|
|
2255
2575
|
{
|
|
2256
2576
|
"isSerialized": true,
|
|
2257
2577
|
"isSigningField": true,
|
|
2258
|
-
"isVLEncoded":
|
|
2259
|
-
"nth":
|
|
2260
|
-
"type": "
|
|
2578
|
+
"isVLEncoded": false,
|
|
2579
|
+
"nth": 16,
|
|
2580
|
+
"type": "STObject"
|
|
2261
2581
|
}
|
|
2262
2582
|
],
|
|
2263
2583
|
[
|
|
2264
|
-
"
|
|
2584
|
+
"Majority",
|
|
2265
2585
|
{
|
|
2266
2586
|
"isSerialized": true,
|
|
2267
2587
|
"isSigningField": true,
|
|
2268
2588
|
"isVLEncoded": false,
|
|
2269
|
-
"nth":
|
|
2270
|
-
"type": "
|
|
2589
|
+
"nth": 18,
|
|
2590
|
+
"type": "STObject"
|
|
2271
2591
|
}
|
|
2272
2592
|
],
|
|
2273
2593
|
[
|
|
2274
|
-
"
|
|
2594
|
+
"DisabledValidator",
|
|
2275
2595
|
{
|
|
2276
2596
|
"isSerialized": true,
|
|
2277
2597
|
"isSigningField": true,
|
|
2278
|
-
"isVLEncoded":
|
|
2279
|
-
"nth":
|
|
2280
|
-
"type": "
|
|
2598
|
+
"isVLEncoded": false,
|
|
2599
|
+
"nth": 19,
|
|
2600
|
+
"type": "STObject"
|
|
2281
2601
|
}
|
|
2282
2602
|
],
|
|
2283
2603
|
[
|
|
2284
|
-
"
|
|
2604
|
+
"VoteEntry",
|
|
2285
2605
|
{
|
|
2286
2606
|
"isSerialized": true,
|
|
2287
2607
|
"isSigningField": true,
|
|
2288
2608
|
"isVLEncoded": false,
|
|
2289
|
-
"nth":
|
|
2609
|
+
"nth": 25,
|
|
2290
2610
|
"type": "STObject"
|
|
2291
2611
|
}
|
|
2292
2612
|
],
|
|
2293
2613
|
[
|
|
2294
|
-
"
|
|
2614
|
+
"AuctionSlot",
|
|
2295
2615
|
{
|
|
2296
2616
|
"isSerialized": true,
|
|
2297
2617
|
"isSigningField": true,
|
|
2298
2618
|
"isVLEncoded": false,
|
|
2299
|
-
"nth":
|
|
2300
|
-
"type": "
|
|
2619
|
+
"nth": 26,
|
|
2620
|
+
"type": "STObject"
|
|
2301
2621
|
}
|
|
2302
2622
|
],
|
|
2303
2623
|
[
|
|
2304
|
-
"
|
|
2305
|
-
{
|
|
2306
|
-
"isSerialized":
|
|
2307
|
-
"isSigningField":
|
|
2624
|
+
"AuthAccount",
|
|
2625
|
+
{
|
|
2626
|
+
"isSerialized": true,
|
|
2627
|
+
"isSigningField": true,
|
|
2308
2628
|
"isVLEncoded": false,
|
|
2309
|
-
"nth":
|
|
2310
|
-
"type": "
|
|
2629
|
+
"nth": 27,
|
|
2630
|
+
"type": "STObject"
|
|
2311
2631
|
}
|
|
2312
2632
|
],
|
|
2313
2633
|
[
|
|
2314
|
-
"
|
|
2634
|
+
"XChainClaimProofSig",
|
|
2315
2635
|
{
|
|
2316
2636
|
"isSerialized": true,
|
|
2317
2637
|
"isSigningField": true,
|
|
2318
2638
|
"isVLEncoded": false,
|
|
2319
|
-
"nth":
|
|
2320
|
-
"type": "
|
|
2639
|
+
"nth": 28,
|
|
2640
|
+
"type": "STObject"
|
|
2321
2641
|
}
|
|
2322
2642
|
],
|
|
2323
2643
|
[
|
|
2324
|
-
"
|
|
2644
|
+
"XChainCreateAccountProofSig",
|
|
2325
2645
|
{
|
|
2326
2646
|
"isSerialized": true,
|
|
2327
2647
|
"isSigningField": true,
|
|
2328
2648
|
"isVLEncoded": false,
|
|
2329
|
-
"nth":
|
|
2330
|
-
"type": "
|
|
2649
|
+
"nth": 29,
|
|
2650
|
+
"type": "STObject"
|
|
2331
2651
|
}
|
|
2332
2652
|
],
|
|
2333
2653
|
[
|
|
2334
|
-
"
|
|
2654
|
+
"XChainClaimAttestationCollectionElement",
|
|
2335
2655
|
{
|
|
2336
2656
|
"isSerialized": true,
|
|
2337
2657
|
"isSigningField": true,
|
|
2338
2658
|
"isVLEncoded": false,
|
|
2339
|
-
"nth":
|
|
2340
|
-
"type": "
|
|
2659
|
+
"nth": 30,
|
|
2660
|
+
"type": "STObject"
|
|
2341
2661
|
}
|
|
2342
2662
|
],
|
|
2343
2663
|
[
|
|
2344
|
-
"
|
|
2664
|
+
"XChainCreateAccountAttestationCollectionElement",
|
|
2345
2665
|
{
|
|
2346
|
-
"isSerialized":
|
|
2347
|
-
"isSigningField":
|
|
2666
|
+
"isSerialized": true,
|
|
2667
|
+
"isSigningField": true,
|
|
2348
2668
|
"isVLEncoded": false,
|
|
2349
|
-
"nth":
|
|
2350
|
-
"type": "
|
|
2669
|
+
"nth": 31,
|
|
2670
|
+
"type": "STObject"
|
|
2351
2671
|
}
|
|
2352
2672
|
],
|
|
2353
2673
|
[
|
|
2354
|
-
"
|
|
2674
|
+
"PriceData",
|
|
2355
2675
|
{
|
|
2356
2676
|
"isSerialized": true,
|
|
2357
2677
|
"isSigningField": true,
|
|
2358
2678
|
"isVLEncoded": false,
|
|
2359
|
-
"nth":
|
|
2360
|
-
"type": "
|
|
2679
|
+
"nth": 32,
|
|
2680
|
+
"type": "STObject"
|
|
2361
2681
|
}
|
|
2362
2682
|
],
|
|
2363
2683
|
[
|
|
2364
|
-
"
|
|
2684
|
+
"Credential",
|
|
2365
2685
|
{
|
|
2366
2686
|
"isSerialized": true,
|
|
2367
2687
|
"isSigningField": true,
|
|
2368
2688
|
"isVLEncoded": false,
|
|
2369
|
-
"nth":
|
|
2370
|
-
"type": "
|
|
2689
|
+
"nth": 33,
|
|
2690
|
+
"type": "STObject"
|
|
2371
2691
|
}
|
|
2372
2692
|
],
|
|
2373
2693
|
[
|
|
2374
|
-
"
|
|
2694
|
+
"RawTransaction",
|
|
2375
2695
|
{
|
|
2376
2696
|
"isSerialized": true,
|
|
2377
2697
|
"isSigningField": true,
|
|
2378
2698
|
"isVLEncoded": false,
|
|
2379
|
-
"nth":
|
|
2380
|
-
"type": "
|
|
2699
|
+
"nth": 34,
|
|
2700
|
+
"type": "STObject"
|
|
2381
2701
|
}
|
|
2382
2702
|
],
|
|
2383
2703
|
[
|
|
2384
|
-
"
|
|
2704
|
+
"BatchSigner",
|
|
2385
2705
|
{
|
|
2386
2706
|
"isSerialized": true,
|
|
2387
2707
|
"isSigningField": true,
|
|
2388
2708
|
"isVLEncoded": false,
|
|
2389
|
-
"nth":
|
|
2390
|
-
"type": "
|
|
2709
|
+
"nth": 35,
|
|
2710
|
+
"type": "STObject"
|
|
2391
2711
|
}
|
|
2392
2712
|
],
|
|
2393
2713
|
[
|
|
2394
|
-
"
|
|
2714
|
+
"Book",
|
|
2395
2715
|
{
|
|
2396
2716
|
"isSerialized": true,
|
|
2397
2717
|
"isSigningField": true,
|
|
2398
2718
|
"isVLEncoded": false,
|
|
2399
|
-
"nth":
|
|
2400
|
-
"type": "
|
|
2719
|
+
"nth": 36,
|
|
2720
|
+
"type": "STObject"
|
|
2401
2721
|
}
|
|
2402
2722
|
],
|
|
2403
2723
|
[
|
|
2404
|
-
"
|
|
2724
|
+
"CounterpartySignature",
|
|
2405
2725
|
{
|
|
2406
2726
|
"isSerialized": true,
|
|
2407
|
-
"isSigningField":
|
|
2727
|
+
"isSigningField": false,
|
|
2408
2728
|
"isVLEncoded": false,
|
|
2409
2729
|
"nth": 37,
|
|
2410
2730
|
"type": "STObject"
|
|
2411
2731
|
}
|
|
2412
2732
|
],
|
|
2413
2733
|
[
|
|
2414
|
-
"
|
|
2734
|
+
"Function",
|
|
2415
2735
|
{
|
|
2416
2736
|
"isSerialized": true,
|
|
2417
2737
|
"isSigningField": true,
|
|
2418
|
-
"isVLEncoded":
|
|
2419
|
-
"nth":
|
|
2420
|
-
"type": "
|
|
2738
|
+
"isVLEncoded": false,
|
|
2739
|
+
"nth": 38,
|
|
2740
|
+
"type": "STObject"
|
|
2421
2741
|
}
|
|
2422
2742
|
],
|
|
2423
2743
|
[
|
|
2424
|
-
"
|
|
2744
|
+
"InstanceParameter",
|
|
2425
2745
|
{
|
|
2426
2746
|
"isSerialized": true,
|
|
2427
2747
|
"isSigningField": true,
|
|
2428
2748
|
"isVLEncoded": false,
|
|
2429
|
-
"nth":
|
|
2430
|
-
"type": "
|
|
2749
|
+
"nth": 39,
|
|
2750
|
+
"type": "STObject"
|
|
2431
2751
|
}
|
|
2432
2752
|
],
|
|
2433
2753
|
[
|
|
2434
|
-
"
|
|
2754
|
+
"InstanceParameterValue",
|
|
2435
2755
|
{
|
|
2436
2756
|
"isSerialized": true,
|
|
2437
2757
|
"isSigningField": true,
|
|
2438
2758
|
"isVLEncoded": false,
|
|
2439
|
-
"nth":
|
|
2440
|
-
"type": "
|
|
2759
|
+
"nth": 40,
|
|
2760
|
+
"type": "STObject"
|
|
2441
2761
|
}
|
|
2442
2762
|
],
|
|
2443
2763
|
[
|
|
2444
|
-
"
|
|
2764
|
+
"Parameter",
|
|
2445
2765
|
{
|
|
2446
2766
|
"isSerialized": true,
|
|
2447
2767
|
"isSigningField": true,
|
|
2448
|
-
"isVLEncoded":
|
|
2449
|
-
"nth":
|
|
2450
|
-
"type": "
|
|
2768
|
+
"isVLEncoded": false,
|
|
2769
|
+
"nth": 41,
|
|
2770
|
+
"type": "STObject"
|
|
2451
2771
|
}
|
|
2452
2772
|
],
|
|
2453
2773
|
[
|
|
2454
|
-
"
|
|
2774
|
+
"Signers",
|
|
2455
2775
|
{
|
|
2456
2776
|
"isSerialized": true,
|
|
2457
|
-
"isSigningField":
|
|
2777
|
+
"isSigningField": false,
|
|
2458
2778
|
"isVLEncoded": false,
|
|
2459
|
-
"nth":
|
|
2460
|
-
"type": "
|
|
2779
|
+
"nth": 3,
|
|
2780
|
+
"type": "STArray"
|
|
2461
2781
|
}
|
|
2462
2782
|
],
|
|
2463
2783
|
[
|
|
2464
|
-
"
|
|
2784
|
+
"SignerEntries",
|
|
2465
2785
|
{
|
|
2466
2786
|
"isSerialized": true,
|
|
2467
2787
|
"isSigningField": true,
|
|
2468
2788
|
"isVLEncoded": false,
|
|
2469
|
-
"nth":
|
|
2470
|
-
"type": "
|
|
2789
|
+
"nth": 4,
|
|
2790
|
+
"type": "STArray"
|
|
2471
2791
|
}
|
|
2472
2792
|
],
|
|
2473
2793
|
[
|
|
2474
|
-
"
|
|
2794
|
+
"Template",
|
|
2475
2795
|
{
|
|
2476
2796
|
"isSerialized": true,
|
|
2477
2797
|
"isSigningField": true,
|
|
2478
2798
|
"isVLEncoded": false,
|
|
2479
|
-
"nth":
|
|
2480
|
-
"type": "
|
|
2799
|
+
"nth": 5,
|
|
2800
|
+
"type": "STArray"
|
|
2481
2801
|
}
|
|
2482
2802
|
],
|
|
2483
2803
|
[
|
|
2484
|
-
"
|
|
2804
|
+
"Necessary",
|
|
2485
2805
|
{
|
|
2486
2806
|
"isSerialized": true,
|
|
2487
2807
|
"isSigningField": true,
|
|
2488
2808
|
"isVLEncoded": false,
|
|
2489
|
-
"nth":
|
|
2490
|
-
"type": "
|
|
2809
|
+
"nth": 6,
|
|
2810
|
+
"type": "STArray"
|
|
2491
2811
|
}
|
|
2492
2812
|
],
|
|
2493
2813
|
[
|
|
2494
|
-
"
|
|
2814
|
+
"Sufficient",
|
|
2495
2815
|
{
|
|
2496
2816
|
"isSerialized": true,
|
|
2497
2817
|
"isSigningField": true,
|
|
2498
2818
|
"isVLEncoded": false,
|
|
2499
|
-
"nth":
|
|
2500
|
-
"type": "
|
|
2819
|
+
"nth": 7,
|
|
2820
|
+
"type": "STArray"
|
|
2501
2821
|
}
|
|
2502
2822
|
],
|
|
2503
2823
|
[
|
|
2504
|
-
"
|
|
2824
|
+
"AffectedNodes",
|
|
2505
2825
|
{
|
|
2506
2826
|
"isSerialized": true,
|
|
2507
2827
|
"isSigningField": true,
|
|
2508
|
-
"isVLEncoded":
|
|
2509
|
-
"nth":
|
|
2510
|
-
"type": "
|
|
2828
|
+
"isVLEncoded": false,
|
|
2829
|
+
"nth": 8,
|
|
2830
|
+
"type": "STArray"
|
|
2511
2831
|
}
|
|
2512
2832
|
],
|
|
2513
2833
|
[
|
|
2514
|
-
"
|
|
2834
|
+
"Memos",
|
|
2515
2835
|
{
|
|
2516
2836
|
"isSerialized": true,
|
|
2517
2837
|
"isSigningField": true,
|
|
2518
2838
|
"isVLEncoded": false,
|
|
2519
|
-
"nth":
|
|
2520
|
-
"type": "
|
|
2839
|
+
"nth": 9,
|
|
2840
|
+
"type": "STArray"
|
|
2521
2841
|
}
|
|
2522
2842
|
],
|
|
2523
2843
|
[
|
|
2524
|
-
"
|
|
2844
|
+
"NFTokens",
|
|
2525
2845
|
{
|
|
2526
2846
|
"isSerialized": true,
|
|
2527
2847
|
"isSigningField": true,
|
|
2528
2848
|
"isVLEncoded": false,
|
|
2529
|
-
"nth":
|
|
2530
|
-
"type": "
|
|
2849
|
+
"nth": 10,
|
|
2850
|
+
"type": "STArray"
|
|
2531
2851
|
}
|
|
2532
2852
|
],
|
|
2533
2853
|
[
|
|
2534
|
-
"
|
|
2854
|
+
"VoteSlots",
|
|
2535
2855
|
{
|
|
2536
2856
|
"isSerialized": true,
|
|
2537
2857
|
"isSigningField": true,
|
|
2538
2858
|
"isVLEncoded": false,
|
|
2539
|
-
"nth":
|
|
2540
|
-
"type": "
|
|
2859
|
+
"nth": 12,
|
|
2860
|
+
"type": "STArray"
|
|
2541
2861
|
}
|
|
2542
2862
|
],
|
|
2543
2863
|
[
|
|
2544
|
-
"
|
|
2864
|
+
"AdditionalBooks",
|
|
2545
2865
|
{
|
|
2546
2866
|
"isSerialized": true,
|
|
2547
2867
|
"isSigningField": true,
|
|
2548
2868
|
"isVLEncoded": false,
|
|
2549
|
-
"nth":
|
|
2550
|
-
"type": "
|
|
2869
|
+
"nth": 13,
|
|
2870
|
+
"type": "STArray"
|
|
2551
2871
|
}
|
|
2552
2872
|
],
|
|
2553
2873
|
[
|
|
2554
|
-
"
|
|
2874
|
+
"Majorities",
|
|
2555
2875
|
{
|
|
2556
2876
|
"isSerialized": true,
|
|
2557
|
-
"isSigningField":
|
|
2558
|
-
"isVLEncoded":
|
|
2559
|
-
"nth":
|
|
2560
|
-
"type": "
|
|
2877
|
+
"isSigningField": true,
|
|
2878
|
+
"isVLEncoded": false,
|
|
2879
|
+
"nth": 16,
|
|
2880
|
+
"type": "STArray"
|
|
2561
2881
|
}
|
|
2562
2882
|
],
|
|
2563
2883
|
[
|
|
2564
|
-
"
|
|
2884
|
+
"DisabledValidators",
|
|
2565
2885
|
{
|
|
2566
2886
|
"isSerialized": true,
|
|
2567
2887
|
"isSigningField": true,
|
|
2568
2888
|
"isVLEncoded": false,
|
|
2569
|
-
"nth":
|
|
2570
|
-
"type": "
|
|
2889
|
+
"nth": 17,
|
|
2890
|
+
"type": "STArray"
|
|
2571
2891
|
}
|
|
2572
2892
|
],
|
|
2573
2893
|
[
|
|
2574
|
-
"
|
|
2894
|
+
"XChainClaimAttestations",
|
|
2575
2895
|
{
|
|
2576
2896
|
"isSerialized": true,
|
|
2577
2897
|
"isSigningField": true,
|
|
2578
2898
|
"isVLEncoded": false,
|
|
2579
|
-
"nth":
|
|
2580
|
-
"type": "
|
|
2899
|
+
"nth": 21,
|
|
2900
|
+
"type": "STArray"
|
|
2581
2901
|
}
|
|
2582
2902
|
],
|
|
2583
2903
|
[
|
|
2584
|
-
"
|
|
2904
|
+
"XChainCreateAccountAttestations",
|
|
2585
2905
|
{
|
|
2586
2906
|
"isSerialized": true,
|
|
2587
2907
|
"isSigningField": true,
|
|
2588
2908
|
"isVLEncoded": false,
|
|
2589
|
-
"nth":
|
|
2590
|
-
"type": "
|
|
2909
|
+
"nth": 22,
|
|
2910
|
+
"type": "STArray"
|
|
2591
2911
|
}
|
|
2592
2912
|
],
|
|
2593
2913
|
[
|
|
2594
|
-
"
|
|
2914
|
+
"PriceDataSeries",
|
|
2595
2915
|
{
|
|
2596
2916
|
"isSerialized": true,
|
|
2597
2917
|
"isSigningField": true,
|
|
2598
2918
|
"isVLEncoded": false,
|
|
2599
|
-
"nth":
|
|
2600
|
-
"type": "
|
|
2919
|
+
"nth": 24,
|
|
2920
|
+
"type": "STArray"
|
|
2601
2921
|
}
|
|
2602
2922
|
],
|
|
2603
2923
|
[
|
|
2604
|
-
"
|
|
2924
|
+
"AuthAccounts",
|
|
2605
2925
|
{
|
|
2606
2926
|
"isSerialized": true,
|
|
2607
2927
|
"isSigningField": true,
|
|
2608
2928
|
"isVLEncoded": false,
|
|
2609
2929
|
"nth": 25,
|
|
2610
|
-
"type": "
|
|
2930
|
+
"type": "STArray"
|
|
2611
2931
|
}
|
|
2612
2932
|
],
|
|
2613
2933
|
[
|
|
2614
|
-
"
|
|
2934
|
+
"AuthorizeCredentials",
|
|
2615
2935
|
{
|
|
2616
2936
|
"isSerialized": true,
|
|
2617
2937
|
"isSigningField": true,
|
|
2618
2938
|
"isVLEncoded": false,
|
|
2619
|
-
"nth":
|
|
2620
|
-
"type": "
|
|
2939
|
+
"nth": 26,
|
|
2940
|
+
"type": "STArray"
|
|
2621
2941
|
}
|
|
2622
2942
|
],
|
|
2623
2943
|
[
|
|
2624
|
-
"
|
|
2944
|
+
"UnauthorizeCredentials",
|
|
2625
2945
|
{
|
|
2626
2946
|
"isSerialized": true,
|
|
2627
2947
|
"isSigningField": true,
|
|
2628
2948
|
"isVLEncoded": false,
|
|
2629
|
-
"nth":
|
|
2630
|
-
"type": "
|
|
2949
|
+
"nth": 27,
|
|
2950
|
+
"type": "STArray"
|
|
2631
2951
|
}
|
|
2632
2952
|
],
|
|
2633
2953
|
[
|
|
2634
|
-
"
|
|
2954
|
+
"AcceptedCredentials",
|
|
2635
2955
|
{
|
|
2636
2956
|
"isSerialized": true,
|
|
2637
2957
|
"isSigningField": true,
|
|
2638
|
-
"isVLEncoded":
|
|
2639
|
-
"nth":
|
|
2640
|
-
"type": "
|
|
2958
|
+
"isVLEncoded": false,
|
|
2959
|
+
"nth": 28,
|
|
2960
|
+
"type": "STArray"
|
|
2641
2961
|
}
|
|
2642
2962
|
],
|
|
2643
2963
|
[
|
|
2644
|
-
"
|
|
2964
|
+
"Permissions",
|
|
2645
2965
|
{
|
|
2646
2966
|
"isSerialized": true,
|
|
2647
2967
|
"isSigningField": true,
|
|
2648
2968
|
"isVLEncoded": false,
|
|
2649
|
-
"nth":
|
|
2650
|
-
"type": "
|
|
2969
|
+
"nth": 29,
|
|
2970
|
+
"type": "STArray"
|
|
2651
2971
|
}
|
|
2652
2972
|
],
|
|
2653
2973
|
[
|
|
2654
|
-
"
|
|
2974
|
+
"RawTransactions",
|
|
2655
2975
|
{
|
|
2656
2976
|
"isSerialized": true,
|
|
2657
2977
|
"isSigningField": true,
|
|
2658
2978
|
"isVLEncoded": false,
|
|
2659
|
-
"nth":
|
|
2660
|
-
"type": "
|
|
2979
|
+
"nth": 30,
|
|
2980
|
+
"type": "STArray"
|
|
2661
2981
|
}
|
|
2662
2982
|
],
|
|
2663
2983
|
[
|
|
2664
|
-
"
|
|
2984
|
+
"BatchSigners",
|
|
2665
2985
|
{
|
|
2666
2986
|
"isSerialized": true,
|
|
2667
|
-
"isSigningField":
|
|
2987
|
+
"isSigningField": false,
|
|
2668
2988
|
"isVLEncoded": false,
|
|
2669
|
-
"nth":
|
|
2670
|
-
"type": "
|
|
2989
|
+
"nth": 31,
|
|
2990
|
+
"type": "STArray"
|
|
2671
2991
|
}
|
|
2672
2992
|
],
|
|
2673
2993
|
[
|
|
2674
|
-
"
|
|
2994
|
+
"Functions",
|
|
2675
2995
|
{
|
|
2676
2996
|
"isSerialized": true,
|
|
2677
2997
|
"isSigningField": true,
|
|
2678
2998
|
"isVLEncoded": false,
|
|
2679
|
-
"nth":
|
|
2680
|
-
"type": "
|
|
2999
|
+
"nth": 32,
|
|
3000
|
+
"type": "STArray"
|
|
2681
3001
|
}
|
|
2682
3002
|
],
|
|
2683
3003
|
[
|
|
2684
|
-
"
|
|
3004
|
+
"InstanceParameters",
|
|
2685
3005
|
{
|
|
2686
|
-
"isSerialized":
|
|
2687
|
-
"isSigningField":
|
|
3006
|
+
"isSerialized": true,
|
|
3007
|
+
"isSigningField": true,
|
|
2688
3008
|
"isVLEncoded": false,
|
|
2689
|
-
"nth":
|
|
2690
|
-
"type": "
|
|
3009
|
+
"nth": 33,
|
|
3010
|
+
"type": "STArray"
|
|
2691
3011
|
}
|
|
2692
3012
|
],
|
|
2693
3013
|
[
|
|
2694
|
-
"
|
|
3014
|
+
"InstanceParameterValues",
|
|
2695
3015
|
{
|
|
2696
3016
|
"isSerialized": true,
|
|
2697
3017
|
"isSigningField": true,
|
|
2698
3018
|
"isVLEncoded": false,
|
|
2699
|
-
"nth":
|
|
2700
|
-
"type": "
|
|
3019
|
+
"nth": 34,
|
|
3020
|
+
"type": "STArray"
|
|
2701
3021
|
}
|
|
2702
3022
|
],
|
|
2703
3023
|
[
|
|
2704
|
-
"
|
|
3024
|
+
"Parameters",
|
|
2705
3025
|
{
|
|
2706
3026
|
"isSerialized": true,
|
|
2707
3027
|
"isSigningField": true,
|
|
2708
3028
|
"isVLEncoded": false,
|
|
2709
|
-
"nth":
|
|
2710
|
-
"type": "
|
|
3029
|
+
"nth": 35,
|
|
3030
|
+
"type": "STArray"
|
|
2711
3031
|
}
|
|
2712
3032
|
],
|
|
2713
3033
|
[
|
|
2714
|
-
"
|
|
3034
|
+
"CloseResolution",
|
|
2715
3035
|
{
|
|
2716
3036
|
"isSerialized": true,
|
|
2717
3037
|
"isSigningField": true,
|
|
2718
3038
|
"isVLEncoded": false,
|
|
2719
|
-
"nth":
|
|
2720
|
-
"type": "
|
|
3039
|
+
"nth": 1,
|
|
3040
|
+
"type": "UInt8"
|
|
2721
3041
|
}
|
|
2722
3042
|
],
|
|
2723
3043
|
[
|
|
2724
|
-
"
|
|
3044
|
+
"Method",
|
|
2725
3045
|
{
|
|
2726
3046
|
"isSerialized": true,
|
|
2727
3047
|
"isSigningField": true,
|
|
2728
3048
|
"isVLEncoded": false,
|
|
2729
|
-
"nth":
|
|
2730
|
-
"type": "
|
|
3049
|
+
"nth": 2,
|
|
3050
|
+
"type": "UInt8"
|
|
2731
3051
|
}
|
|
2732
3052
|
],
|
|
2733
3053
|
[
|
|
2734
|
-
"
|
|
3054
|
+
"TransactionResult",
|
|
2735
3055
|
{
|
|
2736
3056
|
"isSerialized": true,
|
|
2737
3057
|
"isSigningField": true,
|
|
2738
3058
|
"isVLEncoded": false,
|
|
2739
|
-
"nth":
|
|
2740
|
-
"type": "
|
|
3059
|
+
"nth": 3,
|
|
3060
|
+
"type": "UInt8"
|
|
2741
3061
|
}
|
|
2742
3062
|
],
|
|
2743
3063
|
[
|
|
2744
|
-
"
|
|
3064
|
+
"Scale",
|
|
2745
3065
|
{
|
|
2746
3066
|
"isSerialized": true,
|
|
2747
3067
|
"isSigningField": true,
|
|
2748
|
-
"isVLEncoded":
|
|
2749
|
-
"nth":
|
|
2750
|
-
"type": "
|
|
3068
|
+
"isVLEncoded": false,
|
|
3069
|
+
"nth": 4,
|
|
3070
|
+
"type": "UInt8"
|
|
2751
3071
|
}
|
|
2752
3072
|
],
|
|
2753
3073
|
[
|
|
2754
|
-
"
|
|
3074
|
+
"AssetScale",
|
|
2755
3075
|
{
|
|
2756
3076
|
"isSerialized": true,
|
|
2757
3077
|
"isSigningField": true,
|
|
2758
|
-
"isVLEncoded":
|
|
3078
|
+
"isVLEncoded": false,
|
|
2759
3079
|
"nth": 5,
|
|
2760
|
-
"type": "
|
|
3080
|
+
"type": "UInt8"
|
|
2761
3081
|
}
|
|
2762
3082
|
],
|
|
2763
3083
|
[
|
|
2764
|
-
"
|
|
3084
|
+
"TickSize",
|
|
2765
3085
|
{
|
|
2766
3086
|
"isSerialized": true,
|
|
2767
3087
|
"isSigningField": true,
|
|
2768
3088
|
"isVLEncoded": false,
|
|
2769
|
-
"nth":
|
|
2770
|
-
"type": "
|
|
3089
|
+
"nth": 16,
|
|
3090
|
+
"type": "UInt8"
|
|
2771
3091
|
}
|
|
2772
3092
|
],
|
|
2773
3093
|
[
|
|
2774
|
-
"
|
|
3094
|
+
"UNLModifyDisabling",
|
|
2775
3095
|
{
|
|
2776
3096
|
"isSerialized": true,
|
|
2777
3097
|
"isSigningField": true,
|
|
2778
3098
|
"isVLEncoded": false,
|
|
2779
|
-
"nth":
|
|
2780
|
-
"type": "
|
|
3099
|
+
"nth": 17,
|
|
3100
|
+
"type": "UInt8"
|
|
2781
3101
|
}
|
|
2782
3102
|
],
|
|
2783
3103
|
[
|
|
2784
|
-
"
|
|
3104
|
+
"WasLockingChainSend",
|
|
2785
3105
|
{
|
|
2786
3106
|
"isSerialized": true,
|
|
2787
3107
|
"isSigningField": true,
|
|
2788
3108
|
"isVLEncoded": false,
|
|
2789
|
-
"nth":
|
|
2790
|
-
"type": "
|
|
3109
|
+
"nth": 19,
|
|
3110
|
+
"type": "UInt8"
|
|
2791
3111
|
}
|
|
2792
3112
|
],
|
|
2793
3113
|
[
|
|
2794
|
-
"
|
|
3114
|
+
"WithdrawalPolicy",
|
|
2795
3115
|
{
|
|
2796
3116
|
"isSerialized": true,
|
|
2797
3117
|
"isSigningField": true,
|
|
2798
3118
|
"isVLEncoded": false,
|
|
2799
|
-
"nth":
|
|
2800
|
-
"type": "
|
|
3119
|
+
"nth": 20,
|
|
3120
|
+
"type": "UInt8"
|
|
2801
3121
|
}
|
|
2802
3122
|
],
|
|
2803
3123
|
[
|
|
2804
|
-
"
|
|
3124
|
+
"ContractResult",
|
|
2805
3125
|
{
|
|
2806
3126
|
"isSerialized": true,
|
|
2807
3127
|
"isSigningField": true,
|
|
2808
3128
|
"isVLEncoded": false,
|
|
2809
|
-
"nth":
|
|
2810
|
-
"type": "
|
|
3129
|
+
"nth": 21,
|
|
3130
|
+
"type": "UInt8"
|
|
2811
3131
|
}
|
|
2812
3132
|
],
|
|
2813
3133
|
[
|
|
2814
|
-
"
|
|
3134
|
+
"TakerPaysCurrency",
|
|
2815
3135
|
{
|
|
2816
3136
|
"isSerialized": true,
|
|
2817
3137
|
"isSigningField": true,
|
|
2818
|
-
"isVLEncoded":
|
|
2819
|
-
"nth":
|
|
2820
|
-
"type": "
|
|
3138
|
+
"isVLEncoded": false,
|
|
3139
|
+
"nth": 1,
|
|
3140
|
+
"type": "Hash160"
|
|
2821
3141
|
}
|
|
2822
3142
|
],
|
|
2823
3143
|
[
|
|
2824
|
-
"
|
|
3144
|
+
"TakerPaysIssuer",
|
|
2825
3145
|
{
|
|
2826
3146
|
"isSerialized": true,
|
|
2827
3147
|
"isSigningField": true,
|
|
2828
3148
|
"isVLEncoded": false,
|
|
2829
|
-
"nth":
|
|
2830
|
-
"type": "
|
|
3149
|
+
"nth": 2,
|
|
3150
|
+
"type": "Hash160"
|
|
2831
3151
|
}
|
|
2832
3152
|
],
|
|
2833
3153
|
[
|
|
2834
|
-
"
|
|
3154
|
+
"TakerGetsCurrency",
|
|
2835
3155
|
{
|
|
2836
3156
|
"isSerialized": true,
|
|
2837
3157
|
"isSigningField": true,
|
|
2838
3158
|
"isVLEncoded": false,
|
|
2839
|
-
"nth":
|
|
2840
|
-
"type": "
|
|
3159
|
+
"nth": 3,
|
|
3160
|
+
"type": "Hash160"
|
|
2841
3161
|
}
|
|
2842
3162
|
],
|
|
2843
3163
|
[
|
|
2844
|
-
"
|
|
3164
|
+
"TakerGetsIssuer",
|
|
2845
3165
|
{
|
|
2846
3166
|
"isSerialized": true,
|
|
2847
3167
|
"isSigningField": true,
|
|
2848
|
-
"isVLEncoded":
|
|
2849
|
-
"nth":
|
|
2850
|
-
"type": "
|
|
3168
|
+
"isVLEncoded": false,
|
|
3169
|
+
"nth": 4,
|
|
3170
|
+
"type": "Hash160"
|
|
2851
3171
|
}
|
|
2852
3172
|
],
|
|
2853
3173
|
[
|
|
2854
|
-
"
|
|
3174
|
+
"Paths",
|
|
2855
3175
|
{
|
|
2856
3176
|
"isSerialized": true,
|
|
2857
3177
|
"isSigningField": true,
|
|
2858
3178
|
"isVLEncoded": false,
|
|
2859
|
-
"nth":
|
|
2860
|
-
"type": "
|
|
3179
|
+
"nth": 1,
|
|
3180
|
+
"type": "PathSet"
|
|
2861
3181
|
}
|
|
2862
3182
|
],
|
|
2863
3183
|
[
|
|
2864
|
-
"
|
|
3184
|
+
"Indexes",
|
|
2865
3185
|
{
|
|
2866
3186
|
"isSerialized": true,
|
|
2867
3187
|
"isSigningField": true,
|
|
2868
|
-
"isVLEncoded":
|
|
2869
|
-
"nth":
|
|
2870
|
-
"type": "
|
|
3188
|
+
"isVLEncoded": true,
|
|
3189
|
+
"nth": 1,
|
|
3190
|
+
"type": "Vector256"
|
|
2871
3191
|
}
|
|
2872
3192
|
],
|
|
2873
3193
|
[
|
|
2874
|
-
"
|
|
3194
|
+
"Hashes",
|
|
2875
3195
|
{
|
|
2876
3196
|
"isSerialized": true,
|
|
2877
3197
|
"isSigningField": true,
|
|
2878
|
-
"isVLEncoded":
|
|
2879
|
-
"nth":
|
|
2880
|
-
"type": "
|
|
3198
|
+
"isVLEncoded": true,
|
|
3199
|
+
"nth": 2,
|
|
3200
|
+
"type": "Vector256"
|
|
2881
3201
|
}
|
|
2882
3202
|
],
|
|
2883
3203
|
[
|
|
2884
|
-
"
|
|
3204
|
+
"Amendments",
|
|
2885
3205
|
{
|
|
2886
3206
|
"isSerialized": true,
|
|
2887
3207
|
"isSigningField": true,
|
|
2888
|
-
"isVLEncoded":
|
|
2889
|
-
"nth":
|
|
2890
|
-
"type": "
|
|
3208
|
+
"isVLEncoded": true,
|
|
3209
|
+
"nth": 3,
|
|
3210
|
+
"type": "Vector256"
|
|
2891
3211
|
}
|
|
2892
3212
|
],
|
|
2893
3213
|
[
|
|
2894
|
-
"
|
|
3214
|
+
"NFTokenOffers",
|
|
2895
3215
|
{
|
|
2896
3216
|
"isSerialized": true,
|
|
2897
3217
|
"isSigningField": true,
|
|
2898
|
-
"isVLEncoded":
|
|
2899
|
-
"nth":
|
|
2900
|
-
"type": "
|
|
3218
|
+
"isVLEncoded": true,
|
|
3219
|
+
"nth": 4,
|
|
3220
|
+
"type": "Vector256"
|
|
2901
3221
|
}
|
|
2902
3222
|
],
|
|
2903
3223
|
[
|
|
2904
|
-
"
|
|
3224
|
+
"CredentialIDs",
|
|
2905
3225
|
{
|
|
2906
3226
|
"isSerialized": true,
|
|
2907
3227
|
"isSigningField": true,
|
|
2908
|
-
"isVLEncoded":
|
|
2909
|
-
"nth":
|
|
2910
|
-
"type": "
|
|
3228
|
+
"isVLEncoded": true,
|
|
3229
|
+
"nth": 5,
|
|
3230
|
+
"type": "Vector256"
|
|
2911
3231
|
}
|
|
2912
3232
|
],
|
|
2913
3233
|
[
|
|
2914
|
-
"
|
|
3234
|
+
"MPTokenIssuanceID",
|
|
2915
3235
|
{
|
|
2916
3236
|
"isSerialized": true,
|
|
2917
3237
|
"isSigningField": true,
|
|
2918
3238
|
"isVLEncoded": false,
|
|
2919
|
-
"nth":
|
|
2920
|
-
"type": "
|
|
3239
|
+
"nth": 1,
|
|
3240
|
+
"type": "Hash192"
|
|
2921
3241
|
}
|
|
2922
3242
|
],
|
|
2923
3243
|
[
|
|
2924
|
-
"
|
|
3244
|
+
"ShareMPTID",
|
|
2925
3245
|
{
|
|
2926
3246
|
"isSerialized": true,
|
|
2927
3247
|
"isSigningField": true,
|
|
2928
3248
|
"isVLEncoded": false,
|
|
2929
|
-
"nth":
|
|
2930
|
-
"type": "
|
|
3249
|
+
"nth": 2,
|
|
3250
|
+
"type": "Hash192"
|
|
2931
3251
|
}
|
|
2932
3252
|
],
|
|
2933
3253
|
[
|
|
2934
|
-
"
|
|
3254
|
+
"LockingChainIssue",
|
|
2935
3255
|
{
|
|
2936
3256
|
"isSerialized": true,
|
|
2937
3257
|
"isSigningField": true,
|
|
2938
3258
|
"isVLEncoded": false,
|
|
2939
|
-
"nth":
|
|
2940
|
-
"type": "
|
|
3259
|
+
"nth": 1,
|
|
3260
|
+
"type": "Issue"
|
|
2941
3261
|
}
|
|
2942
3262
|
],
|
|
2943
3263
|
[
|
|
2944
|
-
"
|
|
3264
|
+
"IssuingChainIssue",
|
|
2945
3265
|
{
|
|
2946
3266
|
"isSerialized": true,
|
|
2947
3267
|
"isSigningField": true,
|
|
2948
|
-
"isVLEncoded":
|
|
2949
|
-
"nth":
|
|
2950
|
-
"type": "
|
|
3268
|
+
"isVLEncoded": false,
|
|
3269
|
+
"nth": 2,
|
|
3270
|
+
"type": "Issue"
|
|
2951
3271
|
}
|
|
2952
3272
|
],
|
|
2953
3273
|
[
|
|
2954
|
-
"
|
|
3274
|
+
"Asset",
|
|
2955
3275
|
{
|
|
2956
3276
|
"isSerialized": true,
|
|
2957
3277
|
"isSigningField": true,
|
|
2958
3278
|
"isVLEncoded": false,
|
|
2959
|
-
"nth":
|
|
2960
|
-
"type": "
|
|
3279
|
+
"nth": 3,
|
|
3280
|
+
"type": "Issue"
|
|
2961
3281
|
}
|
|
2962
3282
|
],
|
|
2963
3283
|
[
|
|
2964
|
-
"
|
|
3284
|
+
"Asset2",
|
|
2965
3285
|
{
|
|
2966
3286
|
"isSerialized": true,
|
|
2967
3287
|
"isSigningField": true,
|
|
2968
3288
|
"isVLEncoded": false,
|
|
2969
|
-
"nth":
|
|
2970
|
-
"type": "
|
|
3289
|
+
"nth": 4,
|
|
3290
|
+
"type": "Issue"
|
|
2971
3291
|
}
|
|
2972
3292
|
],
|
|
2973
3293
|
[
|
|
2974
|
-
"
|
|
3294
|
+
"XChainBridge",
|
|
2975
3295
|
{
|
|
2976
3296
|
"isSerialized": true,
|
|
2977
3297
|
"isSigningField": true,
|
|
2978
|
-
"isVLEncoded":
|
|
2979
|
-
"nth":
|
|
2980
|
-
"type": "
|
|
3298
|
+
"isVLEncoded": false,
|
|
3299
|
+
"nth": 1,
|
|
3300
|
+
"type": "XChainBridge"
|
|
2981
3301
|
}
|
|
2982
3302
|
],
|
|
2983
3303
|
[
|
|
@@ -2991,83 +3311,83 @@
|
|
|
2991
3311
|
}
|
|
2992
3312
|
],
|
|
2993
3313
|
[
|
|
2994
|
-
"
|
|
3314
|
+
"QuoteAsset",
|
|
2995
3315
|
{
|
|
2996
3316
|
"isSerialized": true,
|
|
2997
3317
|
"isSigningField": true,
|
|
2998
3318
|
"isVLEncoded": false,
|
|
2999
|
-
"nth":
|
|
3000
|
-
"type": "
|
|
3319
|
+
"nth": 2,
|
|
3320
|
+
"type": "Currency"
|
|
3001
3321
|
}
|
|
3002
3322
|
],
|
|
3003
3323
|
[
|
|
3004
|
-
"
|
|
3324
|
+
"ParameterValue",
|
|
3005
3325
|
{
|
|
3006
3326
|
"isSerialized": true,
|
|
3007
3327
|
"isSigningField": true,
|
|
3008
3328
|
"isVLEncoded": false,
|
|
3009
|
-
"nth":
|
|
3010
|
-
"type": "
|
|
3329
|
+
"nth": 1,
|
|
3330
|
+
"type": "Data"
|
|
3011
3331
|
}
|
|
3012
3332
|
],
|
|
3013
3333
|
[
|
|
3014
|
-
"
|
|
3334
|
+
"ParameterType",
|
|
3015
3335
|
{
|
|
3016
3336
|
"isSerialized": true,
|
|
3017
3337
|
"isSigningField": true,
|
|
3018
3338
|
"isVLEncoded": false,
|
|
3019
|
-
"nth":
|
|
3020
|
-
"type": "
|
|
3339
|
+
"nth": 1,
|
|
3340
|
+
"type": "Datatype"
|
|
3021
3341
|
}
|
|
3022
3342
|
],
|
|
3023
3343
|
[
|
|
3024
|
-
"
|
|
3344
|
+
"ContractJson",
|
|
3025
3345
|
{
|
|
3026
3346
|
"isSerialized": true,
|
|
3027
3347
|
"isSigningField": true,
|
|
3028
3348
|
"isVLEncoded": false,
|
|
3029
|
-
"nth":
|
|
3030
|
-
"type": "
|
|
3349
|
+
"nth": 1,
|
|
3350
|
+
"type": "Json"
|
|
3031
3351
|
}
|
|
3032
3352
|
],
|
|
3033
3353
|
[
|
|
3034
|
-
"
|
|
3354
|
+
"Transaction",
|
|
3035
3355
|
{
|
|
3036
|
-
"isSerialized":
|
|
3037
|
-
"isSigningField":
|
|
3356
|
+
"isSerialized": false,
|
|
3357
|
+
"isSigningField": false,
|
|
3038
3358
|
"isVLEncoded": false,
|
|
3039
|
-
"nth":
|
|
3040
|
-
"type": "
|
|
3359
|
+
"nth": 257,
|
|
3360
|
+
"type": "Transaction"
|
|
3041
3361
|
}
|
|
3042
3362
|
],
|
|
3043
3363
|
[
|
|
3044
|
-
"
|
|
3364
|
+
"LedgerEntry",
|
|
3045
3365
|
{
|
|
3046
|
-
"isSerialized":
|
|
3047
|
-
"isSigningField":
|
|
3366
|
+
"isSerialized": false,
|
|
3367
|
+
"isSigningField": false,
|
|
3048
3368
|
"isVLEncoded": false,
|
|
3049
|
-
"nth":
|
|
3050
|
-
"type": "
|
|
3369
|
+
"nth": 257,
|
|
3370
|
+
"type": "LedgerEntry"
|
|
3051
3371
|
}
|
|
3052
3372
|
],
|
|
3053
3373
|
[
|
|
3054
|
-
"
|
|
3374
|
+
"Validation",
|
|
3055
3375
|
{
|
|
3056
|
-
"isSerialized":
|
|
3057
|
-
"isSigningField":
|
|
3376
|
+
"isSerialized": false,
|
|
3377
|
+
"isSigningField": false,
|
|
3058
3378
|
"isVLEncoded": false,
|
|
3059
|
-
"nth":
|
|
3060
|
-
"type": "
|
|
3379
|
+
"nth": 257,
|
|
3380
|
+
"type": "Validation"
|
|
3061
3381
|
}
|
|
3062
3382
|
],
|
|
3063
3383
|
[
|
|
3064
|
-
"
|
|
3384
|
+
"Metadata",
|
|
3065
3385
|
{
|
|
3066
|
-
"isSerialized":
|
|
3067
|
-
"isSigningField":
|
|
3068
|
-
"isVLEncoded":
|
|
3069
|
-
"nth":
|
|
3070
|
-
"type": "
|
|
3386
|
+
"isSerialized": false,
|
|
3387
|
+
"isSigningField": false,
|
|
3388
|
+
"isVLEncoded": false,
|
|
3389
|
+
"nth": 257,
|
|
3390
|
+
"type": "Metadata"
|
|
3071
3391
|
}
|
|
3072
3392
|
]
|
|
3073
3393
|
],
|
|
@@ -3089,6 +3409,8 @@
|
|
|
3089
3409
|
"FeeSettings": 115,
|
|
3090
3410
|
"Invalid": -1,
|
|
3091
3411
|
"LedgerHashes": 104,
|
|
3412
|
+
"Loan": 137,
|
|
3413
|
+
"LoanBroker": 136,
|
|
3092
3414
|
"MPToken": 127,
|
|
3093
3415
|
"MPTokenIssuance": 126,
|
|
3094
3416
|
"NFTokenOffer": 55,
|
|
@@ -3126,6 +3448,7 @@
|
|
|
3126
3448
|
"tecFAILED_PROCESSING": 105,
|
|
3127
3449
|
"tecFROZEN": 137,
|
|
3128
3450
|
"tecHAS_OBLIGATIONS": 151,
|
|
3451
|
+
"tecHOOK_REJECTED": 153,
|
|
3129
3452
|
"tecINCOMPLETE": 169,
|
|
3130
3453
|
"tecINSUFFICIENT_FUNDS": 159,
|
|
3131
3454
|
"tecINSUFFICIENT_PAYMENT": 161,
|
|
@@ -3191,6 +3514,7 @@
|
|
|
3191
3514
|
"tecXCHAIN_SELF_COMMIT": 184,
|
|
3192
3515
|
"tecXCHAIN_SENDING_ACCOUNT_MISMATCH": 179,
|
|
3193
3516
|
"tecXCHAIN_WRONG_CHAIN": 176,
|
|
3517
|
+
|
|
3194
3518
|
"tefALREADY": -198,
|
|
3195
3519
|
"tefBAD_ADD_AUTH": -197,
|
|
3196
3520
|
"tefBAD_AUTH": -196,
|
|
@@ -3215,6 +3539,7 @@
|
|
|
3215
3539
|
"tefTOO_BIG": -181,
|
|
3216
3540
|
"tefWASM_FIELD_NOT_INCLUDED": -176,
|
|
3217
3541
|
"tefWRONG_PRIOR": -189,
|
|
3542
|
+
|
|
3218
3543
|
"telBAD_DOMAIN": -398,
|
|
3219
3544
|
"telBAD_PATH_COUNT": -397,
|
|
3220
3545
|
"telBAD_PUBLIC_KEY": -396,
|
|
@@ -3232,6 +3557,7 @@
|
|
|
3232
3557
|
"telNO_DST_PARTIAL": -393,
|
|
3233
3558
|
"telREQUIRES_NETWORK_ID": -385,
|
|
3234
3559
|
"telWRONG_NETWORK": -386,
|
|
3560
|
+
|
|
3235
3561
|
"temARRAY_EMPTY": -253,
|
|
3236
3562
|
"temARRAY_TOO_LARGE": -252,
|
|
3237
3563
|
"temBAD_AMM_TOKENS": -261,
|
|
@@ -3275,6 +3601,7 @@
|
|
|
3275
3601
|
"temREDUNDANT": -275,
|
|
3276
3602
|
"temRIPPLE_EMPTY": -274,
|
|
3277
3603
|
"temSEQ_AND_TICKET": -263,
|
|
3604
|
+
"temTEMP_DISABLED": -248,
|
|
3278
3605
|
"temUNCERTAIN": -265,
|
|
3279
3606
|
"temUNKNOWN": -264,
|
|
3280
3607
|
"temXCHAIN_BAD_PROOF": -259,
|
|
@@ -3283,6 +3610,7 @@
|
|
|
3283
3610
|
"temXCHAIN_BRIDGE_BAD_REWARD_AMOUNT": -255,
|
|
3284
3611
|
"temXCHAIN_BRIDGE_NONDOOR_OWNER": -257,
|
|
3285
3612
|
"temXCHAIN_EQUAL_DOOR_ACCOUNTS": -260,
|
|
3613
|
+
|
|
3286
3614
|
"terADDRESS_COLLISION": -86,
|
|
3287
3615
|
"terFUNDS_SPENT": -98,
|
|
3288
3616
|
"terINSUF_FEE_B": -97,
|
|
@@ -3290,6 +3618,7 @@
|
|
|
3290
3618
|
"terNO_ACCOUNT": -96,
|
|
3291
3619
|
"terNO_AMM": -87,
|
|
3292
3620
|
"terNO_AUTH": -95,
|
|
3621
|
+
"terNO_DELEGATE_PERMISSION": -85,
|
|
3293
3622
|
"terNO_LINE": -94,
|
|
3294
3623
|
"terNO_RIPPLE": -90,
|
|
3295
3624
|
"terOWNERS": -93,
|
|
@@ -3297,6 +3626,7 @@
|
|
|
3297
3626
|
"terPRE_TICKET": -88,
|
|
3298
3627
|
"terQUEUED": -89,
|
|
3299
3628
|
"terRETRY": -99,
|
|
3629
|
+
|
|
3300
3630
|
"tesSUCCESS": 0
|
|
3301
3631
|
},
|
|
3302
3632
|
"TRANSACTION_TYPES": {
|
|
@@ -3314,12 +3644,12 @@
|
|
|
3314
3644
|
"CheckCash": 17,
|
|
3315
3645
|
"CheckCreate": 16,
|
|
3316
3646
|
"Clawback": 30,
|
|
3317
|
-
"ContractCall":
|
|
3318
|
-
"ContractClawback":
|
|
3319
|
-
"ContractCreate":
|
|
3320
|
-
"ContractDelete":
|
|
3321
|
-
"ContractModify":
|
|
3322
|
-
"ContractUserDelete":
|
|
3647
|
+
"ContractCall": 90,
|
|
3648
|
+
"ContractClawback": 88,
|
|
3649
|
+
"ContractCreate": 85,
|
|
3650
|
+
"ContractDelete": 87,
|
|
3651
|
+
"ContractModify": 86,
|
|
3652
|
+
"ContractUserDelete": 89,
|
|
3323
3653
|
"CredentialAccept": 59,
|
|
3324
3654
|
"CredentialCreate": 58,
|
|
3325
3655
|
"CredentialDelete": 60,
|
|
@@ -3333,6 +3663,15 @@
|
|
|
3333
3663
|
"EscrowFinish": 2,
|
|
3334
3664
|
"Invalid": -1,
|
|
3335
3665
|
"LedgerStateFix": 53,
|
|
3666
|
+
"LoanBrokerCoverClawback": 78,
|
|
3667
|
+
"LoanBrokerCoverDeposit": 76,
|
|
3668
|
+
"LoanBrokerCoverWithdraw": 77,
|
|
3669
|
+
"LoanBrokerDelete": 75,
|
|
3670
|
+
"LoanBrokerSet": 74,
|
|
3671
|
+
"LoanDelete": 81,
|
|
3672
|
+
"LoanManage": 82,
|
|
3673
|
+
"LoanPay": 84,
|
|
3674
|
+
"LoanSet": 80,
|
|
3336
3675
|
"MPTokenAuthorize": 57,
|
|
3337
3676
|
"MPTokenIssuanceCreate": 54,
|
|
3338
3677
|
"MPTokenIssuanceDestroy": 55,
|
|
@@ -3380,14 +3719,12 @@
|
|
|
3380
3719
|
"Blob": 7,
|
|
3381
3720
|
"Currency": 26,
|
|
3382
3721
|
"Data": 27,
|
|
3383
|
-
"
|
|
3722
|
+
"Datatype": 28,
|
|
3384
3723
|
"Done": -1,
|
|
3385
3724
|
"Hash128": 4,
|
|
3386
3725
|
"Hash160": 17,
|
|
3387
3726
|
"Hash192": 21,
|
|
3388
3727
|
"Hash256": 5,
|
|
3389
|
-
"Hash384": 22,
|
|
3390
|
-
"Hash512": 23,
|
|
3391
3728
|
"Int32": 10,
|
|
3392
3729
|
"Int64": 11,
|
|
3393
3730
|
"Issue": 24,
|
|
@@ -3402,6 +3739,8 @@
|
|
|
3402
3739
|
"Transaction": 10001,
|
|
3403
3740
|
"UInt16": 1,
|
|
3404
3741
|
"UInt32": 2,
|
|
3742
|
+
"UInt384": 22,
|
|
3743
|
+
"UInt512": 23,
|
|
3405
3744
|
"UInt64": 3,
|
|
3406
3745
|
"UInt8": 16,
|
|
3407
3746
|
"UInt96": 20,
|