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