xrpl-ruby 0.0.3 → 0.5.0

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