ripple-binary-codec 1.4.2 → 1.5.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,29 +1,35 @@
1
1
  {
2
2
  "TYPES": {
3
- "Validation": 10003,
4
3
  "Done": -1,
4
+ "Unknown": -2,
5
+ "NotPresent": 0,
6
+ "UInt16": 1,
7
+ "UInt32": 2,
8
+ "UInt64": 3,
5
9
  "Hash128": 4,
10
+ "Hash256": 5,
11
+ "Amount": 6,
6
12
  "Blob": 7,
7
13
  "AccountID": 8,
8
- "Amount": 6,
9
- "Hash256": 5,
10
- "UInt8": 16,
11
- "Vector256": 19,
12
14
  "STObject": 14,
13
- "Unknown": -2,
14
- "Transaction": 10001,
15
+ "STArray": 15,
16
+ "UInt8": 16,
15
17
  "Hash160": 17,
16
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,
17
28
  "LedgerEntry": 10002,
18
- "UInt16": 1,
19
- "NotPresent": 0,
20
- "UInt64": 3,
21
- "UInt32": 2,
22
- "STArray": 15
29
+ "Validation": 10003,
30
+ "Metadata": 10004
23
31
  },
24
32
  "LEDGER_ENTRY_TYPES": {
25
- "Any": -3,
26
- "Child": -2,
27
33
  "Invalid": -1,
28
34
  "AccountRoot": 97,
29
35
  "DirectoryNode": 100,
@@ -31,18 +37,25 @@
31
37
  "Ticket": 84,
32
38
  "SignerList": 83,
33
39
  "Offer": 111,
40
+ "Bridge": 105,
34
41
  "LedgerHashes": 104,
35
42
  "Amendments": 102,
43
+ "XChainClaimID": 113,
44
+ "XChainCreateAccountClaimID": 116,
36
45
  "FeeSettings": 115,
37
46
  "Escrow": 117,
38
47
  "PayChannel": 120,
39
- "DepositPreauth": 112,
40
48
  "Check": 67,
41
- "Nickname": 110,
42
- "Contract": 99,
49
+ "DepositPreauth": 112,
50
+ "NegativeUNL": 78,
43
51
  "NFTokenPage": 80,
44
52
  "NFTokenOffer": 55,
45
- "NegativeUNL": 78
53
+ "AMM": 121,
54
+ "Any": -3,
55
+ "Child": -2,
56
+ "Nickname": 110,
57
+ "Contract": 99,
58
+ "GeneratorMap": 103
46
59
  },
47
60
  "FIELDS": [
48
61
  [
@@ -65,6 +78,176 @@
65
78
  "type": "Unknown"
66
79
  }
67
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
+ ],
68
251
  [
69
252
  "LedgerEntryType",
70
253
  {
@@ -105,6 +288,66 @@
105
288
  "type": "UInt16"
106
289
  }
107
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
+ ],
108
351
  [
109
352
  "Flags",
110
353
  {
@@ -456,9 +699,199 @@
456
699
  }
457
700
  ],
458
701
  [
459
- "IndexNext",
702
+ "SignerListID",
460
703
  {
461
- "nth": 1,
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
+ "FeeVal",
793
+ {
794
+ "nth": 47,
795
+ "isVLEncoded": false,
796
+ "isSerialized": true,
797
+ "isSigningField": true,
798
+ "type": "UInt32"
799
+ }
800
+ ],
801
+ [
802
+ "VoteWeight",
803
+ {
804
+ "nth": 48,
805
+ "isVLEncoded": false,
806
+ "isSerialized": true,
807
+ "isSigningField": true,
808
+ "type": "UInt32"
809
+ }
810
+ ],
811
+ [
812
+ "TimeStamp",
813
+ {
814
+ "nth": 49,
815
+ "isVLEncoded": false,
816
+ "isSerialized": true,
817
+ "isSigningField": true,
818
+ "type": "UInt32"
819
+ }
820
+ ],
821
+ [
822
+ "DiscountedFee",
823
+ {
824
+ "nth": 50,
825
+ "isVLEncoded": false,
826
+ "isSerialized": true,
827
+ "isSigningField": true,
828
+ "type": "UInt32"
829
+ }
830
+ ],
831
+ [
832
+ "IndexNext",
833
+ {
834
+ "nth": 1,
835
+ "isVLEncoded": false,
836
+ "isSerialized": true,
837
+ "isSigningField": true,
838
+ "type": "UInt64"
839
+ }
840
+ ],
841
+ [
842
+ "IndexPrevious",
843
+ {
844
+ "nth": 2,
845
+ "isVLEncoded": false,
846
+ "isSerialized": true,
847
+ "isSigningField": true,
848
+ "type": "UInt64"
849
+ }
850
+ ],
851
+ [
852
+ "BookNode",
853
+ {
854
+ "nth": 3,
855
+ "isVLEncoded": false,
856
+ "isSerialized": true,
857
+ "isSigningField": true,
858
+ "type": "UInt64"
859
+ }
860
+ ],
861
+ [
862
+ "OwnerNode",
863
+ {
864
+ "nth": 4,
865
+ "isVLEncoded": false,
866
+ "isSerialized": true,
867
+ "isSigningField": true,
868
+ "type": "UInt64"
869
+ }
870
+ ],
871
+ [
872
+ "BaseFee",
873
+ {
874
+ "nth": 5,
875
+ "isVLEncoded": false,
876
+ "isSerialized": true,
877
+ "isSigningField": true,
878
+ "type": "UInt64"
879
+ }
880
+ ],
881
+ [
882
+ "ExchangeRate",
883
+ {
884
+ "nth": 6,
885
+ "isVLEncoded": false,
886
+ "isSerialized": true,
887
+ "isSigningField": true,
888
+ "type": "UInt64"
889
+ }
890
+ ],
891
+ [
892
+ "LowNode",
893
+ {
894
+ "nth": 7,
462
895
  "isVLEncoded": false,
463
896
  "isSerialized": true,
464
897
  "isSigningField": true,
@@ -466,89 +899,329 @@
466
899
  }
467
900
  ],
468
901
  [
469
- "IndexPrevious",
902
+ "HighNode",
903
+ {
904
+ "nth": 8,
905
+ "isVLEncoded": false,
906
+ "isSerialized": true,
907
+ "isSigningField": true,
908
+ "type": "UInt64"
909
+ }
910
+ ],
911
+ [
912
+ "DestinationNode",
913
+ {
914
+ "nth": 9,
915
+ "isVLEncoded": false,
916
+ "isSerialized": true,
917
+ "isSigningField": true,
918
+ "type": "UInt64"
919
+ }
920
+ ],
921
+ [
922
+ "Cookie",
923
+ {
924
+ "nth": 10,
925
+ "isVLEncoded": false,
926
+ "isSerialized": true,
927
+ "isSigningField": true,
928
+ "type": "UInt64"
929
+ }
930
+ ],
931
+ [
932
+ "ServerVersion",
933
+ {
934
+ "nth": 11,
935
+ "isVLEncoded": false,
936
+ "isSerialized": true,
937
+ "isSigningField": true,
938
+ "type": "UInt64"
939
+ }
940
+ ],
941
+ [
942
+ "NFTokenOfferNode",
943
+ {
944
+ "nth": 12,
945
+ "isVLEncoded": false,
946
+ "isSerialized": true,
947
+ "isSigningField": true,
948
+ "type": "UInt64"
949
+ }
950
+ ],
951
+ [
952
+ "EmitBurden",
953
+ {
954
+ "nth": 13,
955
+ "isVLEncoded": false,
956
+ "isSerialized": true,
957
+ "isSigningField": true,
958
+ "type": "UInt64"
959
+ }
960
+ ],
961
+ [
962
+ "HookOn",
963
+ {
964
+ "nth": 16,
965
+ "isVLEncoded": false,
966
+ "isSerialized": true,
967
+ "isSigningField": true,
968
+ "type": "UInt64"
969
+ }
970
+ ],
971
+ [
972
+ "HookInstructionCount",
973
+ {
974
+ "nth": 17,
975
+ "isVLEncoded": false,
976
+ "isSerialized": true,
977
+ "isSigningField": true,
978
+ "type": "UInt64"
979
+ }
980
+ ],
981
+ [
982
+ "HookReturnCode",
983
+ {
984
+ "nth": 18,
985
+ "isVLEncoded": false,
986
+ "isSerialized": true,
987
+ "isSigningField": true,
988
+ "type": "UInt64"
989
+ }
990
+ ],
991
+ [
992
+ "ReferenceCount",
993
+ {
994
+ "nth": 19,
995
+ "isVLEncoded": false,
996
+ "isSerialized": true,
997
+ "isSigningField": true,
998
+ "type": "UInt64"
999
+ }
1000
+ ],
1001
+ [
1002
+ "XChainClaimID",
1003
+ {
1004
+ "nth": 20,
1005
+ "isVLEncoded": false,
1006
+ "isSerialized": true,
1007
+ "isSigningField": true,
1008
+ "type": "UInt64"
1009
+ }
1010
+ ],
1011
+ [
1012
+ "XChainAccountCreateCount",
1013
+ {
1014
+ "nth": 21,
1015
+ "isVLEncoded": false,
1016
+ "isSerialized": true,
1017
+ "isSigningField": true,
1018
+ "type": "UInt64"
1019
+ }
1020
+ ],
1021
+ [
1022
+ "XChainAccountClaimCount",
1023
+ {
1024
+ "nth": 22,
1025
+ "isVLEncoded": false,
1026
+ "isSerialized": true,
1027
+ "isSigningField": true,
1028
+ "type": "UInt64"
1029
+ }
1030
+ ],
1031
+ [
1032
+ "EmailHash",
1033
+ {
1034
+ "nth": 1,
1035
+ "isVLEncoded": false,
1036
+ "isSerialized": true,
1037
+ "isSigningField": true,
1038
+ "type": "Hash128"
1039
+ }
1040
+ ],
1041
+ [
1042
+ "TakerPaysCurrency",
1043
+ {
1044
+ "nth": 1,
1045
+ "isVLEncoded": false,
1046
+ "isSerialized": true,
1047
+ "isSigningField": true,
1048
+ "type": "Hash160"
1049
+ }
1050
+ ],
1051
+ [
1052
+ "TakerPaysIssuer",
1053
+ {
1054
+ "nth": 2,
1055
+ "isVLEncoded": false,
1056
+ "isSerialized": true,
1057
+ "isSigningField": true,
1058
+ "type": "Hash160"
1059
+ }
1060
+ ],
1061
+ [
1062
+ "TakerGetsCurrency",
1063
+ {
1064
+ "nth": 3,
1065
+ "isVLEncoded": false,
1066
+ "isSerialized": true,
1067
+ "isSigningField": true,
1068
+ "type": "Hash160"
1069
+ }
1070
+ ],
1071
+ [
1072
+ "TakerGetsIssuer",
1073
+ {
1074
+ "nth": 4,
1075
+ "isVLEncoded": false,
1076
+ "isSerialized": true,
1077
+ "isSigningField": true,
1078
+ "type": "Hash160"
1079
+ }
1080
+ ],
1081
+ [
1082
+ "TokenCurrency",
1083
+ {
1084
+ "nth": 5,
1085
+ "isVLEncoded": false,
1086
+ "isSerialized": true,
1087
+ "isSigningField": true,
1088
+ "type": "Hash160"
1089
+ }
1090
+ ],
1091
+ [
1092
+ "TokenIssuer",
1093
+ {
1094
+ "nth": 6,
1095
+ "isVLEncoded": false,
1096
+ "isSerialized": true,
1097
+ "isSigningField": true,
1098
+ "type": "Hash160"
1099
+ }
1100
+ ],
1101
+ [
1102
+ "LedgerHash",
1103
+ {
1104
+ "nth": 1,
1105
+ "isVLEncoded": false,
1106
+ "isSerialized": true,
1107
+ "isSigningField": true,
1108
+ "type": "Hash256"
1109
+ }
1110
+ ],
1111
+ [
1112
+ "ParentHash",
1113
+ {
1114
+ "nth": 2,
1115
+ "isVLEncoded": false,
1116
+ "isSerialized": true,
1117
+ "isSigningField": true,
1118
+ "type": "Hash256"
1119
+ }
1120
+ ],
1121
+ [
1122
+ "TransactionHash",
1123
+ {
1124
+ "nth": 3,
1125
+ "isVLEncoded": false,
1126
+ "isSerialized": true,
1127
+ "isSigningField": true,
1128
+ "type": "Hash256"
1129
+ }
1130
+ ],
1131
+ [
1132
+ "AccountHash",
1133
+ {
1134
+ "nth": 4,
1135
+ "isVLEncoded": false,
1136
+ "isSerialized": true,
1137
+ "isSigningField": true,
1138
+ "type": "Hash256"
1139
+ }
1140
+ ],
1141
+ [
1142
+ "PreviousTxnID",
470
1143
  {
471
- "nth": 2,
1144
+ "nth": 5,
472
1145
  "isVLEncoded": false,
473
1146
  "isSerialized": true,
474
1147
  "isSigningField": true,
475
- "type": "UInt64"
1148
+ "type": "Hash256"
476
1149
  }
477
1150
  ],
478
1151
  [
479
- "BookNode",
1152
+ "LedgerIndex",
480
1153
  {
481
- "nth": 3,
1154
+ "nth": 6,
482
1155
  "isVLEncoded": false,
483
1156
  "isSerialized": true,
484
1157
  "isSigningField": true,
485
- "type": "UInt64"
1158
+ "type": "Hash256"
486
1159
  }
487
1160
  ],
488
1161
  [
489
- "OwnerNode",
1162
+ "WalletLocator",
490
1163
  {
491
- "nth": 4,
1164
+ "nth": 7,
492
1165
  "isVLEncoded": false,
493
1166
  "isSerialized": true,
494
1167
  "isSigningField": true,
495
- "type": "UInt64"
1168
+ "type": "Hash256"
496
1169
  }
497
1170
  ],
498
1171
  [
499
- "BaseFee",
1172
+ "RootIndex",
500
1173
  {
501
- "nth": 5,
1174
+ "nth": 8,
502
1175
  "isVLEncoded": false,
503
1176
  "isSerialized": true,
504
1177
  "isSigningField": true,
505
- "type": "UInt64"
1178
+ "type": "Hash256"
506
1179
  }
507
1180
  ],
508
1181
  [
509
- "ExchangeRate",
1182
+ "AccountTxnID",
510
1183
  {
511
- "nth": 6,
1184
+ "nth": 9,
512
1185
  "isVLEncoded": false,
513
1186
  "isSerialized": true,
514
1187
  "isSigningField": true,
515
- "type": "UInt64"
1188
+ "type": "Hash256"
516
1189
  }
517
1190
  ],
518
1191
  [
519
- "LowNode",
1192
+ "NFTokenID",
520
1193
  {
521
- "nth": 7,
1194
+ "nth": 10,
522
1195
  "isVLEncoded": false,
523
1196
  "isSerialized": true,
524
1197
  "isSigningField": true,
525
- "type": "UInt64"
1198
+ "type": "Hash256"
526
1199
  }
527
1200
  ],
528
1201
  [
529
- "HighNode",
1202
+ "EmitParentTxnID",
530
1203
  {
531
- "nth": 8,
1204
+ "nth": 11,
532
1205
  "isVLEncoded": false,
533
1206
  "isSerialized": true,
534
1207
  "isSigningField": true,
535
- "type": "UInt64"
1208
+ "type": "Hash256"
536
1209
  }
537
1210
  ],
538
1211
  [
539
- "EmailHash",
1212
+ "EmitNonce",
540
1213
  {
541
- "nth": 1,
1214
+ "nth": 12,
542
1215
  "isVLEncoded": false,
543
1216
  "isSerialized": true,
544
1217
  "isSigningField": true,
545
- "type": "Hash128"
1218
+ "type": "Hash256"
546
1219
  }
547
1220
  ],
548
1221
  [
549
- "LedgerHash",
1222
+ "EmitHookHash",
550
1223
  {
551
- "nth": 1,
1224
+ "nth": 13,
552
1225
  "isVLEncoded": false,
553
1226
  "isSerialized": true,
554
1227
  "isSigningField": true,
@@ -556,9 +1229,9 @@
556
1229
  }
557
1230
  ],
558
1231
  [
559
- "ParentHash",
1232
+ "AMMID",
560
1233
  {
561
- "nth": 2,
1234
+ "nth": 14,
562
1235
  "isVLEncoded": false,
563
1236
  "isSerialized": true,
564
1237
  "isSigningField": true,
@@ -566,9 +1239,9 @@
566
1239
  }
567
1240
  ],
568
1241
  [
569
- "TransactionHash",
1242
+ "BookDirectory",
570
1243
  {
571
- "nth": 3,
1244
+ "nth": 16,
572
1245
  "isVLEncoded": false,
573
1246
  "isSerialized": true,
574
1247
  "isSigningField": true,
@@ -576,9 +1249,9 @@
576
1249
  }
577
1250
  ],
578
1251
  [
579
- "AccountHash",
1252
+ "InvoiceID",
580
1253
  {
581
- "nth": 4,
1254
+ "nth": 17,
582
1255
  "isVLEncoded": false,
583
1256
  "isSerialized": true,
584
1257
  "isSigningField": true,
@@ -586,9 +1259,9 @@
586
1259
  }
587
1260
  ],
588
1261
  [
589
- "PreviousTxnID",
1262
+ "Nickname",
590
1263
  {
591
- "nth": 5,
1264
+ "nth": 18,
592
1265
  "isVLEncoded": false,
593
1266
  "isSerialized": true,
594
1267
  "isSigningField": true,
@@ -596,9 +1269,9 @@
596
1269
  }
597
1270
  ],
598
1271
  [
599
- "LedgerIndex",
1272
+ "Amendment",
600
1273
  {
601
- "nth": 6,
1274
+ "nth": 19,
602
1275
  "isVLEncoded": false,
603
1276
  "isSerialized": true,
604
1277
  "isSigningField": true,
@@ -606,9 +1279,9 @@
606
1279
  }
607
1280
  ],
608
1281
  [
609
- "WalletLocator",
1282
+ "Digest",
610
1283
  {
611
- "nth": 7,
1284
+ "nth": 21,
612
1285
  "isVLEncoded": false,
613
1286
  "isSerialized": true,
614
1287
  "isSigningField": true,
@@ -616,9 +1289,9 @@
616
1289
  }
617
1290
  ],
618
1291
  [
619
- "RootIndex",
1292
+ "Channel",
620
1293
  {
621
- "nth": 8,
1294
+ "nth": 22,
622
1295
  "isVLEncoded": false,
623
1296
  "isSerialized": true,
624
1297
  "isSigningField": true,
@@ -626,9 +1299,9 @@
626
1299
  }
627
1300
  ],
628
1301
  [
629
- "AccountTxnID",
1302
+ "ConsensusHash",
630
1303
  {
631
- "nth": 9,
1304
+ "nth": 23,
632
1305
  "isVLEncoded": false,
633
1306
  "isSerialized": true,
634
1307
  "isSigningField": true,
@@ -636,9 +1309,9 @@
636
1309
  }
637
1310
  ],
638
1311
  [
639
- "NFTokenID",
1312
+ "CheckID",
640
1313
  {
641
- "nth": 10,
1314
+ "nth": 24,
642
1315
  "isVLEncoded": false,
643
1316
  "isSerialized": true,
644
1317
  "isSigningField": true,
@@ -646,9 +1319,9 @@
646
1319
  }
647
1320
  ],
648
1321
  [
649
- "BookDirectory",
1322
+ "ValidatedHash",
650
1323
  {
651
- "nth": 16,
1324
+ "nth": 25,
652
1325
  "isVLEncoded": false,
653
1326
  "isSerialized": true,
654
1327
  "isSigningField": true,
@@ -656,9 +1329,9 @@
656
1329
  }
657
1330
  ],
658
1331
  [
659
- "InvoiceID",
1332
+ "PreviousPageMin",
660
1333
  {
661
- "nth": 17,
1334
+ "nth": 26,
662
1335
  "isVLEncoded": false,
663
1336
  "isSerialized": true,
664
1337
  "isSigningField": true,
@@ -666,9 +1339,9 @@
666
1339
  }
667
1340
  ],
668
1341
  [
669
- "Nickname",
1342
+ "NextPageMin",
670
1343
  {
671
- "nth": 18,
1344
+ "nth": 27,
672
1345
  "isVLEncoded": false,
673
1346
  "isSerialized": true,
674
1347
  "isSigningField": true,
@@ -676,9 +1349,9 @@
676
1349
  }
677
1350
  ],
678
1351
  [
679
- "Amendment",
1352
+ "NFTokenBuyOffer",
680
1353
  {
681
- "nth": 19,
1354
+ "nth": 28,
682
1355
  "isVLEncoded": false,
683
1356
  "isSerialized": true,
684
1357
  "isSigningField": true,
@@ -686,9 +1359,9 @@
686
1359
  }
687
1360
  ],
688
1361
  [
689
- "TicketID",
1362
+ "NFTokenSellOffer",
690
1363
  {
691
- "nth": 20,
1364
+ "nth": 29,
692
1365
  "isVLEncoded": false,
693
1366
  "isSerialized": true,
694
1367
  "isSigningField": true,
@@ -696,9 +1369,9 @@
696
1369
  }
697
1370
  ],
698
1371
  [
699
- "Digest",
1372
+ "HookStateKey",
700
1373
  {
701
- "nth": 21,
1374
+ "nth": 30,
702
1375
  "isVLEncoded": false,
703
1376
  "isSerialized": true,
704
1377
  "isSigningField": true,
@@ -706,22 +1379,32 @@
706
1379
  }
707
1380
  ],
708
1381
  [
709
- "hash",
1382
+ "HookHash",
710
1383
  {
711
- "nth": 257,
1384
+ "nth": 31,
712
1385
  "isVLEncoded": false,
713
- "isSerialized": false,
714
- "isSigningField": false,
1386
+ "isSerialized": true,
1387
+ "isSigningField": true,
715
1388
  "type": "Hash256"
716
1389
  }
717
1390
  ],
718
1391
  [
719
- "index",
1392
+ "HookNamespace",
720
1393
  {
721
- "nth": 258,
1394
+ "nth": 32,
722
1395
  "isVLEncoded": false,
723
- "isSerialized": false,
724
- "isSigningField": false,
1396
+ "isSerialized": true,
1397
+ "isSigningField": true,
1398
+ "type": "Hash256"
1399
+ }
1400
+ ],
1401
+ [
1402
+ "HookSetTxnID",
1403
+ {
1404
+ "nth": 33,
1405
+ "isVLEncoded": false,
1406
+ "isSerialized": true,
1407
+ "isSigningField": true,
725
1408
  "type": "Hash256"
726
1409
  }
727
1410
  ],
@@ -825,10 +1508,140 @@
825
1508
  "type": "Amount"
826
1509
  }
827
1510
  ],
1511
+ [
1512
+ "Asset1",
1513
+ {
1514
+ "nth": 11,
1515
+ "isVLEncoded": false,
1516
+ "isSerialized": true,
1517
+ "isSigningField": true,
1518
+ "type": "Amount"
1519
+ }
1520
+ ],
1521
+ [
1522
+ "Asset2",
1523
+ {
1524
+ "nth": 12,
1525
+ "isVLEncoded": false,
1526
+ "isSerialized": true,
1527
+ "isSigningField": true,
1528
+ "type": "Amount"
1529
+ }
1530
+ ],
1531
+ [
1532
+ "MinSlotPrice",
1533
+ {
1534
+ "nth": 13,
1535
+ "isVLEncoded": false,
1536
+ "isSerialized": true,
1537
+ "isSigningField": true,
1538
+ "type": "Amount"
1539
+ }
1540
+ ],
1541
+ [
1542
+ "MaxSlotPrice",
1543
+ {
1544
+ "nth": 14,
1545
+ "isVLEncoded": false,
1546
+ "isSerialized": true,
1547
+ "isSigningField": true,
1548
+ "type": "Amount"
1549
+ }
1550
+ ],
828
1551
  [
829
1552
  "MinimumOffer",
830
1553
  {
831
- "nth": 16,
1554
+ "nth": 16,
1555
+ "isVLEncoded": false,
1556
+ "isSerialized": true,
1557
+ "isSigningField": true,
1558
+ "type": "Amount"
1559
+ }
1560
+ ],
1561
+ [
1562
+ "RippleEscrow",
1563
+ {
1564
+ "nth": 17,
1565
+ "isVLEncoded": false,
1566
+ "isSerialized": true,
1567
+ "isSigningField": true,
1568
+ "type": "Amount"
1569
+ }
1570
+ ],
1571
+ [
1572
+ "DeliveredAmount",
1573
+ {
1574
+ "nth": 18,
1575
+ "isVLEncoded": false,
1576
+ "isSerialized": true,
1577
+ "isSigningField": true,
1578
+ "type": "Amount"
1579
+ }
1580
+ ],
1581
+ [
1582
+ "NFTokenBrokerFee",
1583
+ {
1584
+ "nth": 19,
1585
+ "isVLEncoded": false,
1586
+ "isSerialized": true,
1587
+ "isSigningField": true,
1588
+ "type": "Amount"
1589
+ }
1590
+ ],
1591
+ [
1592
+ "Asset1In",
1593
+ {
1594
+ "nth": 20,
1595
+ "isVLEncoded": false,
1596
+ "isSerialized": true,
1597
+ "isSigningField": true,
1598
+ "type": "Amount"
1599
+ }
1600
+ ],
1601
+ [
1602
+ "Asset2In",
1603
+ {
1604
+ "nth": 21,
1605
+ "isVLEncoded": false,
1606
+ "isSerialized": true,
1607
+ "isSigningField": true,
1608
+ "type": "Amount"
1609
+ }
1610
+ ],
1611
+ [
1612
+ "Asset1Out",
1613
+ {
1614
+ "nth": 22,
1615
+ "isVLEncoded": false,
1616
+ "isSerialized": true,
1617
+ "isSigningField": true,
1618
+ "type": "Amount"
1619
+ }
1620
+ ],
1621
+ [
1622
+ "Asset2Out",
1623
+ {
1624
+ "nth": 23,
1625
+ "isVLEncoded": false,
1626
+ "isSerialized": true,
1627
+ "isSigningField": true,
1628
+ "type": "Amount"
1629
+ }
1630
+ ],
1631
+ [
1632
+ "LPToken",
1633
+ {
1634
+ "nth": 24,
1635
+ "isVLEncoded": false,
1636
+ "isSerialized": true,
1637
+ "isSigningField": true,
1638
+ "type": "Amount"
1639
+ }
1640
+ ],
1641
+ [
1642
+ "EPrice",
1643
+ {
1644
+ "nth": 25,
832
1645
  "isVLEncoded": false,
833
1646
  "isSerialized": true,
834
1647
  "isSigningField": true,
@@ -836,9 +1649,9 @@
836
1649
  }
837
1650
  ],
838
1651
  [
839
- "RippleEscrow",
1652
+ "Price",
840
1653
  {
841
- "nth": 17,
1654
+ "nth": 26,
842
1655
  "isVLEncoded": false,
843
1656
  "isSerialized": true,
844
1657
  "isSigningField": true,
@@ -846,9 +1659,9 @@
846
1659
  }
847
1660
  ],
848
1661
  [
849
- "DeliveredAmount",
1662
+ "LPTokenBalance",
850
1663
  {
851
- "nth": 18,
1664
+ "nth": 27,
852
1665
  "isVLEncoded": false,
853
1666
  "isSerialized": true,
854
1667
  "isSigningField": true,
@@ -856,9 +1669,9 @@
856
1669
  }
857
1670
  ],
858
1671
  [
859
- "NFTokenBrokerFee",
1672
+ "XChainFee",
860
1673
  {
861
- "nth": 19,
1674
+ "nth": 28,
862
1675
  "isVLEncoded": false,
863
1676
  "isSerialized": true,
864
1677
  "isSigningField": true,
@@ -866,22 +1679,22 @@
866
1679
  }
867
1680
  ],
868
1681
  [
869
- "taker_gets_funded",
1682
+ "SignatureReward",
870
1683
  {
871
- "nth": 258,
1684
+ "nth": 29,
872
1685
  "isVLEncoded": false,
873
- "isSerialized": false,
874
- "isSigningField": false,
1686
+ "isSerialized": true,
1687
+ "isSigningField": true,
875
1688
  "type": "Amount"
876
1689
  }
877
1690
  ],
878
1691
  [
879
- "taker_pays_funded",
1692
+ "MinAccountCreateAmount",
880
1693
  {
881
- "nth": 259,
1694
+ "nth": 30,
882
1695
  "isVLEncoded": false,
883
- "isSerialized": false,
884
- "isSigningField": false,
1696
+ "isSerialized": true,
1697
+ "isSigningField": true,
885
1698
  "type": "Amount"
886
1699
  }
887
1700
  ],
@@ -1085,6 +1898,46 @@
1085
1898
  "type": "Blob"
1086
1899
  }
1087
1900
  ],
1901
+ [
1902
+ "HookStateData",
1903
+ {
1904
+ "nth": 22,
1905
+ "isVLEncoded": true,
1906
+ "isSerialized": true,
1907
+ "isSigningField": true,
1908
+ "type": "Blob"
1909
+ }
1910
+ ],
1911
+ [
1912
+ "HookReturnString",
1913
+ {
1914
+ "nth": 23,
1915
+ "isVLEncoded": true,
1916
+ "isSerialized": true,
1917
+ "isSigningField": true,
1918
+ "type": "Blob"
1919
+ }
1920
+ ],
1921
+ [
1922
+ "HookParameterName",
1923
+ {
1924
+ "nth": 24,
1925
+ "isVLEncoded": true,
1926
+ "isSerialized": true,
1927
+ "isSigningField": true,
1928
+ "type": "Blob"
1929
+ }
1930
+ ],
1931
+ [
1932
+ "HookParameterValue",
1933
+ {
1934
+ "nth": 25,
1935
+ "isVLEncoded": true,
1936
+ "isSerialized": true,
1937
+ "isSigningField": true,
1938
+ "type": "Blob"
1939
+ }
1940
+ ],
1088
1941
  [
1089
1942
  "Account",
1090
1943
  {
@@ -1146,9 +1999,9 @@
1146
1999
  }
1147
2000
  ],
1148
2001
  [
1149
- "Target",
2002
+ "RegularKey",
1150
2003
  {
1151
- "nth": 7,
2004
+ "nth": 8,
1152
2005
  "isVLEncoded": true,
1153
2006
  "isSerialized": true,
1154
2007
  "isSigningField": true,
@@ -1156,9 +2009,9 @@
1156
2009
  }
1157
2010
  ],
1158
2011
  [
1159
- "RegularKey",
2012
+ "NFTokenMinter",
1160
2013
  {
1161
- "nth": 8,
2014
+ "nth": 9,
1162
2015
  "isVLEncoded": true,
1163
2016
  "isSerialized": true,
1164
2017
  "isSigningField": true,
@@ -1166,9 +2019,9 @@
1166
2019
  }
1167
2020
  ],
1168
2021
  [
1169
- "NFTokenMinter",
2022
+ "EmitCallback",
1170
2023
  {
1171
- "nth": 9,
2024
+ "nth": 10,
1172
2025
  "isVLEncoded": true,
1173
2026
  "isSerialized": true,
1174
2027
  "isSigningField": true,
@@ -1176,79 +2029,189 @@
1176
2029
  }
1177
2030
  ],
1178
2031
  [
1179
- "ObjectEndMarker",
2032
+ "AMMAccount",
2033
+ {
2034
+ "nth": 11,
2035
+ "isVLEncoded": true,
2036
+ "isSerialized": true,
2037
+ "isSigningField": true,
2038
+ "type": "AccountID"
2039
+ }
2040
+ ],
2041
+ [
2042
+ "HookAccount",
2043
+ {
2044
+ "nth": 16,
2045
+ "isVLEncoded": true,
2046
+ "isSerialized": true,
2047
+ "isSigningField": true,
2048
+ "type": "AccountID"
2049
+ }
2050
+ ],
2051
+ [
2052
+ "ThisChainAccount",
2053
+ {
2054
+ "nth": 17,
2055
+ "isVLEncoded": true,
2056
+ "isSerialized": true,
2057
+ "isSigningField": true,
2058
+ "type": "AccountID"
2059
+ }
2060
+ ],
2061
+ [
2062
+ "OtherChainSource",
2063
+ {
2064
+ "nth": 18,
2065
+ "isVLEncoded": true,
2066
+ "isSerialized": true,
2067
+ "isSigningField": true,
2068
+ "type": "AccountID"
2069
+ }
2070
+ ],
2071
+ [
2072
+ "OtherChainDestination",
2073
+ {
2074
+ "nth": 19,
2075
+ "isVLEncoded": true,
2076
+ "isSerialized": true,
2077
+ "isSigningField": true,
2078
+ "type": "AccountID"
2079
+ }
2080
+ ],
2081
+ [
2082
+ "AttestationSignerAccount",
2083
+ {
2084
+ "nth": 20,
2085
+ "isVLEncoded": true,
2086
+ "isSerialized": true,
2087
+ "isSigningField": true,
2088
+ "type": "AccountID"
2089
+ }
2090
+ ],
2091
+ [
2092
+ "AttestationRewardAccount",
2093
+ {
2094
+ "nth": 21,
2095
+ "isVLEncoded": true,
2096
+ "isSerialized": true,
2097
+ "isSigningField": true,
2098
+ "type": "AccountID"
2099
+ }
2100
+ ],
2101
+ [
2102
+ "LockingChainDoor",
2103
+ {
2104
+ "nth": 22,
2105
+ "isVLEncoded": true,
2106
+ "isSerialized": true,
2107
+ "isSigningField": true,
2108
+ "type": "AccountID"
2109
+ }
2110
+ ],
2111
+ [
2112
+ "IssuingChainDoor",
2113
+ {
2114
+ "nth": 23,
2115
+ "isVLEncoded": true,
2116
+ "isSerialized": true,
2117
+ "isSigningField": true,
2118
+ "type": "AccountID"
2119
+ }
2120
+ ],
2121
+ [
2122
+ "Indexes",
1180
2123
  {
1181
2124
  "nth": 1,
1182
- "isVLEncoded": false,
2125
+ "isVLEncoded": true,
1183
2126
  "isSerialized": true,
1184
2127
  "isSigningField": true,
1185
- "type": "STObject"
2128
+ "type": "Vector256"
1186
2129
  }
1187
2130
  ],
1188
2131
  [
1189
- "TransactionMetaData",
2132
+ "Hashes",
1190
2133
  {
1191
2134
  "nth": 2,
1192
- "isVLEncoded": false,
2135
+ "isVLEncoded": true,
1193
2136
  "isSerialized": true,
1194
2137
  "isSigningField": true,
1195
- "type": "STObject"
2138
+ "type": "Vector256"
1196
2139
  }
1197
2140
  ],
1198
2141
  [
1199
- "CreatedNode",
2142
+ "Amendments",
1200
2143
  {
1201
2144
  "nth": 3,
1202
- "isVLEncoded": false,
2145
+ "isVLEncoded": true,
1203
2146
  "isSerialized": true,
1204
2147
  "isSigningField": true,
1205
- "type": "STObject"
2148
+ "type": "Vector256"
1206
2149
  }
1207
2150
  ],
1208
2151
  [
1209
- "DeletedNode",
2152
+ "NFTokenOffers",
1210
2153
  {
1211
2154
  "nth": 4,
2155
+ "isVLEncoded": true,
2156
+ "isSerialized": true,
2157
+ "isSigningField": true,
2158
+ "type": "Vector256"
2159
+ }
2160
+ ],
2161
+ [
2162
+ "Paths",
2163
+ {
2164
+ "nth": 1,
1212
2165
  "isVLEncoded": false,
1213
2166
  "isSerialized": true,
1214
2167
  "isSigningField": true,
1215
- "type": "STObject"
2168
+ "type": "PathSet"
1216
2169
  }
1217
2170
  ],
1218
2171
  [
1219
- "ModifiedNode",
2172
+ "LockingChainIssue",
1220
2173
  {
1221
- "nth": 5,
2174
+ "nth": 1,
1222
2175
  "isVLEncoded": false,
1223
2176
  "isSerialized": true,
1224
2177
  "isSigningField": true,
1225
- "type": "STObject"
2178
+ "type": "Issue"
1226
2179
  }
1227
2180
  ],
1228
2181
  [
1229
- "PreviousFields",
2182
+ "IssuingChainIssue",
1230
2183
  {
1231
- "nth": 6,
2184
+ "nth": 2,
1232
2185
  "isVLEncoded": false,
1233
2186
  "isSerialized": true,
1234
2187
  "isSigningField": true,
1235
- "type": "STObject"
2188
+ "type": "Issue"
1236
2189
  }
1237
2190
  ],
1238
2191
  [
1239
- "FinalFields",
2192
+ "XChainBridge",
1240
2193
  {
1241
- "nth": 7,
2194
+ "nth": 1,
1242
2195
  "isVLEncoded": false,
1243
2196
  "isSerialized": true,
1244
2197
  "isSigningField": true,
1245
- "type": "STObject"
2198
+ "type": "XChainBridge"
1246
2199
  }
1247
2200
  ],
1248
2201
  [
1249
- "NewFields",
2202
+ "XChainAttestationBatch",
1250
2203
  {
1251
- "nth": 8,
2204
+ "nth": 1,
2205
+ "isVLEncoded": false,
2206
+ "isSerialized": true,
2207
+ "isSigningField": true,
2208
+ "type": "XChainAttestationBatch"
2209
+ }
2210
+ ],
2211
+ [
2212
+ "TransactionMetaData",
2213
+ {
2214
+ "nth": 2,
1252
2215
  "isVLEncoded": false,
1253
2216
  "isSerialized": true,
1254
2217
  "isSigningField": true,
@@ -1256,9 +2219,9 @@
1256
2219
  }
1257
2220
  ],
1258
2221
  [
1259
- "TemplateEntry",
2222
+ "CreatedNode",
1260
2223
  {
1261
- "nth": 9,
2224
+ "nth": 3,
1262
2225
  "isVLEncoded": false,
1263
2226
  "isSerialized": true,
1264
2227
  "isSigningField": true,
@@ -1266,9 +2229,9 @@
1266
2229
  }
1267
2230
  ],
1268
2231
  [
1269
- "Memo",
2232
+ "DeletedNode",
1270
2233
  {
1271
- "nth": 10,
2234
+ "nth": 4,
1272
2235
  "isVLEncoded": false,
1273
2236
  "isSerialized": true,
1274
2237
  "isSigningField": true,
@@ -1276,9 +2239,9 @@
1276
2239
  }
1277
2240
  ],
1278
2241
  [
1279
- "SignerEntry",
2242
+ "ModifiedNode",
1280
2243
  {
1281
- "nth": 11,
2244
+ "nth": 5,
1282
2245
  "isVLEncoded": false,
1283
2246
  "isSerialized": true,
1284
2247
  "isSigningField": true,
@@ -1286,9 +2249,9 @@
1286
2249
  }
1287
2250
  ],
1288
2251
  [
1289
- "NFToken",
2252
+ "PreviousFields",
1290
2253
  {
1291
- "nth": 12,
2254
+ "nth": 6,
1292
2255
  "isVLEncoded": false,
1293
2256
  "isSerialized": true,
1294
2257
  "isSigningField": true,
@@ -1296,9 +2259,9 @@
1296
2259
  }
1297
2260
  ],
1298
2261
  [
1299
- "Signer",
2262
+ "FinalFields",
1300
2263
  {
1301
- "nth": 16,
2264
+ "nth": 7,
1302
2265
  "isVLEncoded": false,
1303
2266
  "isSerialized": true,
1304
2267
  "isSigningField": true,
@@ -1306,9 +2269,9 @@
1306
2269
  }
1307
2270
  ],
1308
2271
  [
1309
- "Majority",
2272
+ "NewFields",
1310
2273
  {
1311
- "nth": 18,
2274
+ "nth": 8,
1312
2275
  "isVLEncoded": false,
1313
2276
  "isSerialized": true,
1314
2277
  "isSigningField": true,
@@ -1316,9 +2279,9 @@
1316
2279
  }
1317
2280
  ],
1318
2281
  [
1319
- "DisabledValidator",
2282
+ "TemplateEntry",
1320
2283
  {
1321
- "nth": 19,
2284
+ "nth": 9,
1322
2285
  "isVLEncoded": false,
1323
2286
  "isSerialized": true,
1324
2287
  "isSigningField": true,
@@ -1326,473 +2289,473 @@
1326
2289
  }
1327
2290
  ],
1328
2291
  [
1329
- "ArrayEndMarker",
2292
+ "Memo",
1330
2293
  {
1331
- "nth": 1,
2294
+ "nth": 10,
1332
2295
  "isVLEncoded": false,
1333
2296
  "isSerialized": true,
1334
2297
  "isSigningField": true,
1335
- "type": "STArray"
2298
+ "type": "STObject"
1336
2299
  }
1337
2300
  ],
1338
2301
  [
1339
- "Signers",
2302
+ "SignerEntry",
1340
2303
  {
1341
- "nth": 3,
2304
+ "nth": 11,
1342
2305
  "isVLEncoded": false,
1343
2306
  "isSerialized": true,
1344
- "isSigningField": false,
1345
- "type": "STArray"
2307
+ "isSigningField": true,
2308
+ "type": "STObject"
1346
2309
  }
1347
2310
  ],
1348
2311
  [
1349
- "SignerEntries",
2312
+ "NFToken",
1350
2313
  {
1351
- "nth": 4,
2314
+ "nth": 12,
1352
2315
  "isVLEncoded": false,
1353
2316
  "isSerialized": true,
1354
2317
  "isSigningField": true,
1355
- "type": "STArray"
2318
+ "type": "STObject"
1356
2319
  }
1357
2320
  ],
1358
2321
  [
1359
- "Template",
2322
+ "EmitDetails",
1360
2323
  {
1361
- "nth": 5,
2324
+ "nth": 13,
1362
2325
  "isVLEncoded": false,
1363
2326
  "isSerialized": true,
1364
2327
  "isSigningField": true,
1365
- "type": "STArray"
2328
+ "type": "STObject"
1366
2329
  }
1367
2330
  ],
1368
2331
  [
1369
- "Necessary",
2332
+ "Hook",
1370
2333
  {
1371
- "nth": 6,
2334
+ "nth": 14,
1372
2335
  "isVLEncoded": false,
1373
2336
  "isSerialized": true,
1374
2337
  "isSigningField": true,
1375
- "type": "STArray"
2338
+ "type": "STObject"
1376
2339
  }
1377
2340
  ],
1378
2341
  [
1379
- "Sufficient",
2342
+ "AMM",
1380
2343
  {
1381
- "nth": 7,
2344
+ "nth": 15,
1382
2345
  "isVLEncoded": false,
1383
2346
  "isSerialized": true,
1384
2347
  "isSigningField": true,
1385
- "type": "STArray"
2348
+ "type": "STObject"
1386
2349
  }
1387
2350
  ],
1388
2351
  [
1389
- "AffectedNodes",
2352
+ "Signer",
1390
2353
  {
1391
- "nth": 8,
2354
+ "nth": 16,
1392
2355
  "isVLEncoded": false,
1393
2356
  "isSerialized": true,
1394
2357
  "isSigningField": true,
1395
- "type": "STArray"
2358
+ "type": "STObject"
1396
2359
  }
1397
2360
  ],
1398
2361
  [
1399
- "Memos",
2362
+ "Majority",
1400
2363
  {
1401
- "nth": 9,
2364
+ "nth": 18,
1402
2365
  "isVLEncoded": false,
1403
2366
  "isSerialized": true,
1404
2367
  "isSigningField": true,
1405
- "type": "STArray"
2368
+ "type": "STObject"
1406
2369
  }
1407
2370
  ],
1408
2371
  [
1409
- "NFTokens",
2372
+ "DisabledValidator",
1410
2373
  {
1411
- "nth": 10,
2374
+ "nth": 19,
1412
2375
  "isVLEncoded": false,
1413
2376
  "isSerialized": true,
1414
2377
  "isSigningField": true,
1415
- "type": "STArray"
2378
+ "type": "STObject"
1416
2379
  }
1417
2380
  ],
1418
2381
  [
1419
- "Majorities",
2382
+ "EmittedTxn",
1420
2383
  {
1421
- "nth": 16,
2384
+ "nth": 20,
1422
2385
  "isVLEncoded": false,
1423
2386
  "isSerialized": true,
1424
2387
  "isSigningField": true,
1425
- "type": "STArray"
2388
+ "type": "STObject"
1426
2389
  }
1427
2390
  ],
1428
2391
  [
1429
- "DisabledValidators",
2392
+ "HookExecution",
1430
2393
  {
1431
- "nth": 17,
2394
+ "nth": 21,
1432
2395
  "isVLEncoded": false,
1433
2396
  "isSerialized": true,
1434
2397
  "isSigningField": true,
1435
- "type": "STArray"
2398
+ "type": "STObject"
1436
2399
  }
1437
2400
  ],
1438
2401
  [
1439
- "CloseResolution",
2402
+ "HookDefinition",
1440
2403
  {
1441
- "nth": 1,
2404
+ "nth": 22,
1442
2405
  "isVLEncoded": false,
1443
2406
  "isSerialized": true,
1444
2407
  "isSigningField": true,
1445
- "type": "UInt8"
2408
+ "type": "STObject"
1446
2409
  }
1447
2410
  ],
1448
2411
  [
1449
- "Method",
2412
+ "HookParameter",
1450
2413
  {
1451
- "nth": 2,
2414
+ "nth": 23,
1452
2415
  "isVLEncoded": false,
1453
2416
  "isSerialized": true,
1454
2417
  "isSigningField": true,
1455
- "type": "UInt8"
2418
+ "type": "STObject"
1456
2419
  }
1457
2420
  ],
1458
2421
  [
1459
- "TransactionResult",
2422
+ "HookGrant",
1460
2423
  {
1461
- "nth": 3,
2424
+ "nth": 24,
1462
2425
  "isVLEncoded": false,
1463
2426
  "isSerialized": true,
1464
2427
  "isSigningField": true,
1465
- "type": "UInt8"
2428
+ "type": "STObject"
1466
2429
  }
1467
2430
  ],
1468
2431
  [
1469
- "TakerPaysCurrency",
2432
+ "VoteEntry",
1470
2433
  {
1471
- "nth": 1,
2434
+ "nth": 25,
1472
2435
  "isVLEncoded": false,
1473
2436
  "isSerialized": true,
1474
2437
  "isSigningField": true,
1475
- "type": "Hash160"
2438
+ "type": "STObject"
1476
2439
  }
1477
2440
  ],
1478
2441
  [
1479
- "TakerPaysIssuer",
2442
+ "AuctionSlot",
1480
2443
  {
1481
- "nth": 2,
2444
+ "nth": 27,
1482
2445
  "isVLEncoded": false,
1483
2446
  "isSerialized": true,
1484
2447
  "isSigningField": true,
1485
- "type": "Hash160"
2448
+ "type": "STObject"
1486
2449
  }
1487
2450
  ],
1488
2451
  [
1489
- "TakerGetsCurrency",
2452
+ "AuthAccount",
1490
2453
  {
1491
- "nth": 3,
2454
+ "nth": 28,
1492
2455
  "isVLEncoded": false,
1493
2456
  "isSerialized": true,
1494
2457
  "isSigningField": true,
1495
- "type": "Hash160"
2458
+ "type": "STObject"
1496
2459
  }
1497
2460
  ],
1498
2461
  [
1499
- "TakerGetsIssuer",
2462
+ "AMMToken",
1500
2463
  {
1501
- "nth": 4,
2464
+ "nth": 29,
1502
2465
  "isVLEncoded": false,
1503
2466
  "isSerialized": true,
1504
2467
  "isSigningField": true,
1505
- "type": "Hash160"
2468
+ "type": "STObject"
1506
2469
  }
1507
2470
  ],
1508
2471
  [
1509
- "Paths",
2472
+ "Token1",
1510
2473
  {
1511
- "nth": 1,
2474
+ "nth": 30,
1512
2475
  "isVLEncoded": false,
1513
2476
  "isSerialized": true,
1514
2477
  "isSigningField": true,
1515
- "type": "PathSet"
2478
+ "type": "STObject"
1516
2479
  }
1517
2480
  ],
1518
2481
  [
1519
- "Indexes",
2482
+ "Token2",
1520
2483
  {
1521
- "nth": 1,
1522
- "isVLEncoded": true,
2484
+ "nth": 31,
2485
+ "isVLEncoded": false,
1523
2486
  "isSerialized": true,
1524
2487
  "isSigningField": true,
1525
- "type": "Vector256"
2488
+ "type": "STObject"
1526
2489
  }
1527
2490
  ],
1528
2491
  [
1529
- "Hashes",
2492
+ "XChainClaimProofSig",
1530
2493
  {
1531
- "nth": 2,
1532
- "isVLEncoded": true,
2494
+ "nth": 32,
2495
+ "isVLEncoded": false,
1533
2496
  "isSerialized": true,
1534
2497
  "isSigningField": true,
1535
- "type": "Vector256"
2498
+ "type": "STObject"
1536
2499
  }
1537
2500
  ],
1538
2501
  [
1539
- "Amendments",
2502
+ "XChainCreateAccountProofSig",
1540
2503
  {
1541
- "nth": 3,
1542
- "isVLEncoded": true,
2504
+ "nth": 33,
2505
+ "isVLEncoded": false,
1543
2506
  "isSerialized": true,
1544
2507
  "isSigningField": true,
1545
- "type": "Vector256"
2508
+ "type": "STObject"
1546
2509
  }
1547
2510
  ],
1548
2511
  [
1549
- "NFTokenOffers",
2512
+ "XChainAttestationBatchElement",
1550
2513
  {
1551
- "nth": 4,
1552
- "isVLEncoded": true,
2514
+ "nth": 34,
2515
+ "isVLEncoded": false,
1553
2516
  "isSerialized": true,
1554
2517
  "isSigningField": true,
1555
- "type": "Vector256"
2518
+ "type": "STObject"
1556
2519
  }
1557
2520
  ],
1558
2521
  [
1559
- "Transaction",
2522
+ "XChainClaimAttestationBatchElement",
1560
2523
  {
1561
- "nth": 1,
2524
+ "nth": 35,
1562
2525
  "isVLEncoded": false,
1563
- "isSerialized": false,
1564
- "isSigningField": false,
1565
- "type": "Transaction"
2526
+ "isSerialized": true,
2527
+ "isSigningField": true,
2528
+ "type": "STObject"
1566
2529
  }
1567
2530
  ],
1568
2531
  [
1569
- "LedgerEntry",
2532
+ "XChainCreateAccountAttestationBatchElement",
1570
2533
  {
1571
- "nth": 1,
2534
+ "nth": 36,
1572
2535
  "isVLEncoded": false,
1573
- "isSerialized": false,
1574
- "isSigningField": false,
1575
- "type": "LedgerEntry"
2536
+ "isSerialized": true,
2537
+ "isSigningField": true,
2538
+ "type": "STObject"
1576
2539
  }
1577
2540
  ],
1578
2541
  [
1579
- "Validation",
2542
+ "XChainAttestationBatchInner",
1580
2543
  {
1581
- "nth": 1,
2544
+ "nth": 37,
1582
2545
  "isVLEncoded": false,
1583
- "isSerialized": false,
1584
- "isSigningField": false,
1585
- "type": "Validation"
2546
+ "isSerialized": true,
2547
+ "isSigningField": true,
2548
+ "type": "STObject"
1586
2549
  }
1587
2550
  ],
1588
2551
  [
1589
- "SignerListID",
2552
+ "Signers",
1590
2553
  {
1591
- "nth": 38,
2554
+ "nth": 3,
1592
2555
  "isVLEncoded": false,
1593
2556
  "isSerialized": true,
1594
- "isSigningField": true,
1595
- "type": "UInt32"
2557
+ "isSigningField": false,
2558
+ "type": "STArray"
1596
2559
  }
1597
2560
  ],
1598
2561
  [
1599
- "SettleDelay",
2562
+ "SignerEntries",
1600
2563
  {
1601
- "nth": 39,
2564
+ "nth": 4,
1602
2565
  "isVLEncoded": false,
1603
2566
  "isSerialized": true,
1604
2567
  "isSigningField": true,
1605
- "type": "UInt32"
2568
+ "type": "STArray"
1606
2569
  }
1607
2570
  ],
1608
2571
  [
1609
- "TicketCount",
2572
+ "Template",
1610
2573
  {
1611
- "nth": 40,
2574
+ "nth": 5,
1612
2575
  "isVLEncoded": false,
1613
2576
  "isSerialized": true,
1614
2577
  "isSigningField": true,
1615
- "type": "UInt32"
2578
+ "type": "STArray"
1616
2579
  }
1617
2580
  ],
1618
2581
  [
1619
- "TicketSequence",
2582
+ "Necessary",
1620
2583
  {
1621
- "nth": 41,
2584
+ "nth": 6,
1622
2585
  "isVLEncoded": false,
1623
2586
  "isSerialized": true,
1624
2587
  "isSigningField": true,
1625
- "type": "UInt32"
2588
+ "type": "STArray"
1626
2589
  }
1627
2590
  ],
1628
2591
  [
1629
- "NFTokenTaxon",
2592
+ "Sufficient",
1630
2593
  {
1631
- "nth": 42,
2594
+ "nth": 7,
1632
2595
  "isVLEncoded": false,
1633
2596
  "isSerialized": true,
1634
2597
  "isSigningField": true,
1635
- "type": "UInt32"
2598
+ "type": "STArray"
1636
2599
  }
1637
2600
  ],
1638
2601
  [
1639
- "MintedNFTokens",
2602
+ "AffectedNodes",
1640
2603
  {
1641
- "nth": 43,
2604
+ "nth": 8,
1642
2605
  "isVLEncoded": false,
1643
2606
  "isSerialized": true,
1644
2607
  "isSigningField": true,
1645
- "type": "UInt32"
2608
+ "type": "STArray"
1646
2609
  }
1647
2610
  ],
1648
2611
  [
1649
- "BurnedNFTokens",
2612
+ "Memos",
1650
2613
  {
1651
- "nth": 44,
2614
+ "nth": 9,
1652
2615
  "isVLEncoded": false,
1653
2616
  "isSerialized": true,
1654
2617
  "isSigningField": true,
1655
- "type": "UInt32"
2618
+ "type": "STArray"
1656
2619
  }
1657
2620
  ],
1658
2621
  [
1659
- "Channel",
2622
+ "NFTokens",
1660
2623
  {
1661
- "nth": 22,
2624
+ "nth": 10,
1662
2625
  "isVLEncoded": false,
1663
2626
  "isSerialized": true,
1664
2627
  "isSigningField": true,
1665
- "type": "Hash256"
2628
+ "type": "STArray"
1666
2629
  }
1667
2630
  ],
1668
2631
  [
1669
- "ConsensusHash",
2632
+ "Hooks",
1670
2633
  {
1671
- "nth": 23,
2634
+ "nth": 11,
1672
2635
  "isVLEncoded": false,
1673
2636
  "isSerialized": true,
1674
2637
  "isSigningField": true,
1675
- "type": "Hash256"
2638
+ "type": "STArray"
1676
2639
  }
1677
2640
  ],
1678
2641
  [
1679
- "CheckID",
2642
+ "VoteSlots",
1680
2643
  {
1681
- "nth": 24,
2644
+ "nth": 14,
1682
2645
  "isVLEncoded": false,
1683
2646
  "isSerialized": true,
1684
2647
  "isSigningField": true,
1685
- "type": "Hash256"
2648
+ "type": "STArray"
1686
2649
  }
1687
2650
  ],
1688
2651
  [
1689
- "ValidatedHash",
2652
+ "Majorities",
1690
2653
  {
1691
- "nth": 25,
2654
+ "nth": 16,
1692
2655
  "isVLEncoded": false,
1693
2656
  "isSerialized": true,
1694
2657
  "isSigningField": true,
1695
- "type": "Hash256"
2658
+ "type": "STArray"
1696
2659
  }
1697
2660
  ],
1698
2661
  [
1699
- "PreviousPageMin",
2662
+ "DisabledValidators",
1700
2663
  {
1701
- "nth": 26,
2664
+ "nth": 17,
1702
2665
  "isVLEncoded": false,
1703
2666
  "isSerialized": true,
1704
2667
  "isSigningField": true,
1705
- "type": "Hash256"
2668
+ "type": "STArray"
1706
2669
  }
1707
2670
  ],
1708
2671
  [
1709
- "NextPageMin",
2672
+ "HookExecutions",
1710
2673
  {
1711
- "nth": 27,
2674
+ "nth": 18,
1712
2675
  "isVLEncoded": false,
1713
2676
  "isSerialized": true,
1714
2677
  "isSigningField": true,
1715
- "type": "Hash256"
2678
+ "type": "STArray"
1716
2679
  }
1717
2680
  ],
1718
2681
  [
1719
- "NFTokenBuyOffer",
2682
+ "HookParameters",
1720
2683
  {
1721
- "nth": 28,
2684
+ "nth": 19,
1722
2685
  "isVLEncoded": false,
1723
2686
  "isSerialized": true,
1724
2687
  "isSigningField": true,
1725
- "type": "Hash256"
2688
+ "type": "STArray"
1726
2689
  }
1727
2690
  ],
1728
2691
  [
1729
- "NFTokenSellOffer",
2692
+ "HookGrants",
1730
2693
  {
1731
- "nth": 29,
2694
+ "nth": 20,
1732
2695
  "isVLEncoded": false,
1733
2696
  "isSerialized": true,
1734
2697
  "isSigningField": true,
1735
- "type": "Hash256"
2698
+ "type": "STArray"
1736
2699
  }
1737
2700
  ],
1738
2701
  [
1739
- "TickSize",
2702
+ "XChainProofSigs",
1740
2703
  {
1741
- "nth": 16,
2704
+ "nth": 21,
1742
2705
  "isVLEncoded": false,
1743
2706
  "isSerialized": true,
1744
2707
  "isSigningField": true,
1745
- "type": "UInt8"
2708
+ "type": "STArray"
1746
2709
  }
1747
2710
  ],
1748
2711
  [
1749
- "UNLModifyDisabling",
2712
+ "XChainClaimAttestationBatch",
1750
2713
  {
1751
- "nth": 17,
2714
+ "nth": 22,
1752
2715
  "isVLEncoded": false,
1753
2716
  "isSerialized": true,
1754
2717
  "isSigningField": true,
1755
- "type": "UInt8"
2718
+ "type": "STArray"
1756
2719
  }
1757
2720
  ],
1758
2721
  [
1759
- "DestinationNode",
2722
+ "XChainCreateAccountAttestationBatch",
1760
2723
  {
1761
- "nth": 9,
2724
+ "nth": 23,
1762
2725
  "isVLEncoded": false,
1763
2726
  "isSerialized": true,
1764
2727
  "isSigningField": true,
1765
- "type": "UInt64"
2728
+ "type": "STArray"
1766
2729
  }
1767
2730
  ],
1768
2731
  [
1769
- "Cookie",
2732
+ "XChainClaimAttestations",
1770
2733
  {
1771
- "nth": 10,
2734
+ "nth": 24,
1772
2735
  "isVLEncoded": false,
1773
2736
  "isSerialized": true,
1774
2737
  "isSigningField": true,
1775
- "type": "UInt64"
2738
+ "type": "STArray"
1776
2739
  }
1777
2740
  ],
1778
2741
  [
1779
- "ServerVersion",
2742
+ "XChainCreateAccountAttestations",
1780
2743
  {
1781
- "nth": 11,
2744
+ "nth": 25,
1782
2745
  "isVLEncoded": false,
1783
2746
  "isSerialized": true,
1784
2747
  "isSigningField": true,
1785
- "type": "UInt64"
2748
+ "type": "STArray"
1786
2749
  }
1787
2750
  ],
1788
2751
  [
1789
- "NFTokenOfferNode",
2752
+ "AuthAccounts",
1790
2753
  {
1791
- "nth": 12,
2754
+ "nth": 26,
1792
2755
  "isVLEncoded": false,
1793
2756
  "isSerialized": true,
1794
2757
  "isSigningField": true,
1795
- "type": "UInt64"
2758
+ "type": "STArray"
1796
2759
  }
1797
2760
  ]
1798
2761
  ],
@@ -1844,10 +2807,20 @@
1844
2807
  "temBAD_TICK_SIZE": -269,
1845
2808
  "temINVALID_ACCOUNT_ID": -268,
1846
2809
  "temCANNOT_PREAUTH_SELF": -267,
1847
- "temUNCERTAIN": -266,
1848
- "temUNKNOWN": -265,
1849
- "temSEQ_AND_TICKET": -264,
1850
- "temBAD_NFTOKEN_TRANSFER_FEE": -263,
2810
+ "temINVALID_COUNT": -266,
2811
+ "temUNCERTAIN": -265,
2812
+ "temUNKNOWN": -264,
2813
+ "temSEQ_AND_TICKET": -263,
2814
+ "temBAD_NFTOKEN_TRANSFER_FEE": -262,
2815
+ "temBAD_AMM_OPTIONS": -261,
2816
+ "temBAD_AMM_TOKENS": -260,
2817
+ "temEQUAL_DOOR_ACCOUNTS": -259,
2818
+ "temBAD_XCHAIN_PROOF": -258,
2819
+ "temSIDECHAIN_BAD_ISSUES": -257,
2820
+ "temSIDECHAIN_NONDOOR_OWNER": -256,
2821
+ "temXCHAIN_BRIDGE_BAD_MIN_ACCOUNT_CREATE_AMOUNT": -255,
2822
+ "temXCHAIN_BRIDGE_BAD_REWARD_AMOUNT": -254,
2823
+ "temXCHAIN_TOO_MANY_ATTESTATIONS": -253,
1851
2824
 
1852
2825
  "tefFAILURE": -199,
1853
2826
  "tefALREADY": -198,
@@ -1924,7 +2897,6 @@
1924
2897
  "tecKILLED": 150,
1925
2898
  "tecHAS_OBLIGATIONS": 151,
1926
2899
  "tecTOO_SOON": 152,
1927
-
1928
2900
  "tecMAX_SEQUENCE_REACHED": 154,
1929
2901
  "tecNO_SUITABLE_NFTOKEN_PAGE": 155,
1930
2902
  "tecNFTOKEN_BUY_SELL_MISMATCH": 156,
@@ -1933,12 +2905,34 @@
1933
2905
  "tecINSUFFICIENT_FUNDS": 159,
1934
2906
  "tecOBJECT_NOT_FOUND": 160,
1935
2907
  "tecINSUFFICIENT_PAYMENT": 161,
1936
- "tecINCORRECT_ASSET": 162,
1937
- "tecTOO_MANY": 163
2908
+ "tecUNFUNDED_AMM": 162,
2909
+ "tecAMM_BALANCE": 163,
2910
+ "tecAMM_FAILED_DEPOSIT": 164,
2911
+ "tecAMM_FAILED_WITHDRAW": 165,
2912
+ "tecAMM_INVALID_TOKENS": 166,
2913
+ "tecAMM_EXISTS": 167,
2914
+ "tecAMM_FAILED_BID": 168,
2915
+ "tecAMM_DIRECT_PAYMENT": 169,
2916
+ "tecAMM_FAILED_VOTE": 170,
2917
+ "tecBAD_XCHAIN_TRANSFER_ISSUE": 171,
2918
+ "tecXCHAIN_NO_CLAIM_ID": 172,
2919
+ "tecXCHAIN_BAD_CLAIM_ID": 173,
2920
+ "tecXCHAIN_CLAIM_NO_QUORUM": 174,
2921
+ "tecXCHAIN_PROOF_UNKNOWN_KEY": 175,
2922
+ "tecXCHAIN_CREATE_ACCOUNT_NONXRP_ISSUE": 176,
2923
+ "tecXCHAIN_CLAIM_ACCOUNT_DST_EXISTS": 177,
2924
+ "tecXCHAIN_WRONG_CHAIN": 178,
2925
+ "tecXCHAIN_REWARD_MISMATCH": 179,
2926
+ "tecXCHAIN_NO_SIGNERS_LIST": 180,
2927
+ "tecXCHAIN_SENDING_ACCOUNT_MISMATCH": 181,
2928
+ "tecXCHAIN_INSUFF_CREATE_AMOUNT": 182,
2929
+ "tecXCHAIN_ACCOUNT_CREATE_PAST": 183,
2930
+ "tecXCHAIN_ACCOUNT_CREATE_TOO_MANY": 184,
2931
+ "tecXCHAIN_PAYMENT_FAILED": 185,
2932
+ "tecXCHAIN_SELF_COMMIT": 186
1938
2933
  },
1939
2934
  "TRANSACTION_TYPES": {
1940
2935
  "Invalid": -1,
1941
-
1942
2936
  "Payment": 0,
1943
2937
  "EscrowCreate": 1,
1944
2938
  "EscrowFinish": 2,
@@ -1961,11 +2955,24 @@
1961
2955
  "DepositPreauth": 19,
1962
2956
  "TrustSet": 20,
1963
2957
  "AccountDelete": 21,
2958
+ "SetHook": 22,
1964
2959
  "NFTokenMint": 25,
1965
2960
  "NFTokenBurn": 26,
1966
2961
  "NFTokenCreateOffer": 27,
1967
2962
  "NFTokenCancelOffer": 28,
1968
2963
  "NFTokenAcceptOffer": 29,
2964
+ "AMMInstanceCreate": 35,
2965
+ "AMMDeposit": 36,
2966
+ "AMMWithdraw": 37,
2967
+ "AMMVote": 38,
2968
+ "AMMBid": 39,
2969
+ "XChainCreateBridge": 40,
2970
+ "XChainCreateClaimID": 41,
2971
+ "XChainCommit": 42,
2972
+ "XChainClaim": 43,
2973
+ "XChainAccountCreateCommit": 44,
2974
+ "XChainAddAttestation": 45,
2975
+ "XChainModifyBridge": 46,
1969
2976
  "EnableAmendment": 100,
1970
2977
  "SetFee": 101,
1971
2978
  "UNLModify": 102