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