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