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