ripple-binary-codec 2.7.0-smartescrow.0 → 2.8.0-smartcontract.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/enums/definitions.json +173 -270
- package/dist/enums/src/enums/definitions.json +173 -270
- package/dist/quality.js +15 -3
- package/dist/quality.js.map +1 -1
- package/dist/serdes/binary-parser.js +8 -2
- package/dist/serdes/binary-parser.js.map +1 -1
- package/dist/serdes/binary-serializer.d.ts +1 -1
- package/dist/serdes/binary-serializer.js +2 -2
- package/dist/serdes/binary-serializer.js.map +1 -1
- package/dist/src/enums/definitions.json +173 -270
- package/dist/src/quality.js +15 -3
- package/dist/src/quality.js.map +1 -1
- package/dist/src/serdes/binary-parser.js +8 -2
- package/dist/src/serdes/binary-parser.js.map +1 -1
- package/dist/src/serdes/binary-serializer.d.ts +1 -1
- package/dist/src/serdes/binary-serializer.js +2 -2
- package/dist/src/serdes/binary-serializer.js.map +1 -1
- package/dist/src/types/account-id.d.ts +2 -0
- package/dist/src/types/account-id.js +4 -0
- package/dist/src/types/account-id.js.map +1 -1
- package/dist/src/types/amount.d.ts +2 -1
- package/dist/src/types/amount.js +25 -4
- package/dist/src/types/amount.js.map +1 -1
- package/dist/src/types/blob.d.ts +2 -1
- package/dist/src/types/blob.js +3 -0
- package/dist/src/types/blob.js.map +1 -1
- package/dist/src/types/currency.d.ts +2 -0
- package/dist/src/types/currency.js +4 -0
- package/dist/src/types/currency.js.map +1 -1
- package/dist/src/types/data.d.ts +86 -0
- package/dist/src/types/data.js +252 -0
- package/dist/src/types/data.js.map +1 -0
- package/dist/src/types/dataType.d.ts +94 -0
- package/dist/src/types/dataType.js +145 -0
- package/dist/src/types/dataType.js.map +1 -0
- package/dist/src/types/hash-128.d.ts +2 -0
- package/dist/src/types/hash-128.js +4 -0
- package/dist/src/types/hash-128.js.map +1 -1
- package/dist/src/types/hash-160.d.ts +2 -0
- package/dist/src/types/hash-160.js +4 -0
- package/dist/src/types/hash-160.js.map +1 -1
- package/dist/src/types/hash-192.d.ts +2 -0
- package/dist/src/types/hash-192.js +4 -0
- package/dist/src/types/hash-192.js.map +1 -1
- package/dist/src/types/hash-256.d.ts +2 -0
- package/dist/src/types/hash-256.js +4 -0
- package/dist/src/types/hash-256.js.map +1 -1
- package/dist/src/types/index.d.ts +3 -1
- package/dist/src/types/index.js +7 -1
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/types/int-32.d.ts +17 -8
- package/dist/src/types/int-32.js +25 -11
- package/dist/src/types/int-32.js.map +1 -1
- 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 +2 -1
- package/dist/src/types/issue.js +3 -0
- package/dist/src/types/issue.js.map +1 -1
- package/dist/src/types/json.d.ts +173 -0
- package/dist/src/types/json.js +531 -0
- package/dist/src/types/json.js.map +1 -0
- package/dist/src/types/path-set.d.ts +2 -1
- package/dist/src/types/path-set.js +3 -0
- package/dist/src/types/path-set.js.map +1 -1
- package/dist/src/types/serialized-type.d.ts +43 -0
- package/dist/src/types/serialized-type.js +63 -1
- package/dist/src/types/serialized-type.js.map +1 -1
- package/dist/src/types/st-array.d.ts +2 -1
- package/dist/src/types/st-array.js +3 -0
- package/dist/src/types/st-array.js.map +1 -1
- package/dist/src/types/st-number.d.ts +2 -1
- package/dist/src/types/st-number.js +3 -0
- package/dist/src/types/st-number.js.map +1 -1
- package/dist/src/types/st-object.d.ts +2 -1
- package/dist/src/types/st-object.js +9 -1
- package/dist/src/types/st-object.js.map +1 -1
- package/dist/src/types/uint-16.d.ts +2 -0
- package/dist/src/types/uint-16.js +4 -0
- package/dist/src/types/uint-16.js.map +1 -1
- package/dist/src/types/uint-32.d.ts +2 -0
- package/dist/src/types/uint-32.js +4 -0
- package/dist/src/types/uint-32.js.map +1 -1
- package/dist/src/types/uint-64.d.ts +2 -0
- package/dist/src/types/uint-64.js +4 -0
- package/dist/src/types/uint-64.js.map +1 -1
- package/dist/src/types/uint-8.d.ts +2 -0
- package/dist/src/types/uint-8.js +4 -0
- package/dist/src/types/uint-8.js.map +1 -1
- package/dist/src/types/vector-256.d.ts +2 -1
- package/dist/src/types/vector-256.js +3 -0
- package/dist/src/types/vector-256.js.map +1 -1
- package/dist/src/types/xchain-bridge.d.ts +2 -1
- package/dist/src/types/xchain-bridge.js +3 -0
- package/dist/src/types/xchain-bridge.js.map +1 -1
- package/dist/src/utils.js +1 -1
- package/dist/src/utils.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/account-id.d.ts +2 -0
- package/dist/types/account-id.js +4 -0
- package/dist/types/account-id.js.map +1 -1
- package/dist/types/amount.d.ts +2 -1
- package/dist/types/amount.js +25 -4
- package/dist/types/amount.js.map +1 -1
- package/dist/types/blob.d.ts +2 -1
- package/dist/types/blob.js +3 -0
- package/dist/types/blob.js.map +1 -1
- package/dist/types/currency.d.ts +2 -0
- package/dist/types/currency.js +4 -0
- package/dist/types/currency.js.map +1 -1
- package/dist/types/data.d.ts +86 -0
- package/dist/types/data.js +252 -0
- package/dist/types/data.js.map +1 -0
- package/dist/types/dataType.d.ts +94 -0
- package/dist/types/dataType.js +145 -0
- package/dist/types/dataType.js.map +1 -0
- package/dist/types/hash-128.d.ts +2 -0
- package/dist/types/hash-128.js +4 -0
- package/dist/types/hash-128.js.map +1 -1
- package/dist/types/hash-160.d.ts +2 -0
- package/dist/types/hash-160.js +4 -0
- package/dist/types/hash-160.js.map +1 -1
- package/dist/types/hash-192.d.ts +2 -0
- package/dist/types/hash-192.js +4 -0
- package/dist/types/hash-192.js.map +1 -1
- package/dist/types/hash-256.d.ts +2 -0
- package/dist/types/hash-256.js +4 -0
- package/dist/types/hash-256.js.map +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/index.js +7 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/int-32.d.ts +17 -8
- package/dist/types/int-32.js +25 -11
- package/dist/types/int-32.js.map +1 -1
- 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 +2 -1
- package/dist/types/issue.js +3 -0
- package/dist/types/issue.js.map +1 -1
- package/dist/types/json.d.ts +173 -0
- package/dist/types/json.js +531 -0
- package/dist/types/json.js.map +1 -0
- package/dist/types/path-set.d.ts +2 -1
- package/dist/types/path-set.js +3 -0
- package/dist/types/path-set.js.map +1 -1
- package/dist/types/serialized-type.d.ts +43 -0
- package/dist/types/serialized-type.js +63 -1
- package/dist/types/serialized-type.js.map +1 -1
- package/dist/types/st-array.d.ts +2 -1
- package/dist/types/st-array.js +3 -0
- package/dist/types/st-array.js.map +1 -1
- package/dist/types/st-number.d.ts +2 -1
- package/dist/types/st-number.js +3 -0
- package/dist/types/st-number.js.map +1 -1
- package/dist/types/st-object.d.ts +2 -1
- package/dist/types/st-object.js +9 -1
- package/dist/types/st-object.js.map +1 -1
- package/dist/types/uint-16.d.ts +2 -0
- package/dist/types/uint-16.js +4 -0
- package/dist/types/uint-16.js.map +1 -1
- package/dist/types/uint-32.d.ts +2 -0
- package/dist/types/uint-32.js +4 -0
- package/dist/types/uint-32.js.map +1 -1
- package/dist/types/uint-64.d.ts +2 -0
- package/dist/types/uint-64.js +4 -0
- package/dist/types/uint-64.js.map +1 -1
- package/dist/types/uint-8.d.ts +2 -0
- package/dist/types/uint-8.js +4 -0
- package/dist/types/uint-8.js.map +1 -1
- package/dist/types/vector-256.d.ts +2 -1
- package/dist/types/vector-256.js +3 -0
- package/dist/types/vector-256.js.map +1 -1
- package/dist/types/xchain-bridge.d.ts +2 -1
- package/dist/types/xchain-bridge.js +3 -0
- package/dist/types/xchain-bridge.js.map +1 -1
- package/dist/utils.js +1 -1
- package/dist/utils.js.map +1 -1
- package/package.json +2 -2
- package/src/enums/definitions.json +173 -270
- package/src/quality.ts +13 -3
- package/src/serdes/binary-parser.ts +12 -2
- package/src/serdes/binary-serializer.ts +2 -2
- package/src/types/account-id.ts +5 -0
- package/src/types/amount.ts +25 -6
- package/src/types/blob.ts +5 -1
- package/src/types/currency.ts +5 -0
- package/src/types/data.ts +294 -0
- package/src/types/dataType.ts +178 -0
- package/src/types/hash-128.ts +5 -0
- package/src/types/hash-160.ts +5 -0
- package/src/types/hash-192.ts +5 -0
- package/src/types/hash-256.ts +5 -0
- package/src/types/index.ts +6 -0
- package/src/types/int-32.ts +27 -12
- package/src/types/int.ts +75 -0
- package/src/types/issue.ts +5 -1
- package/src/types/json.ts +650 -0
- package/src/types/path-set.ts +5 -1
- package/src/types/serialized-type.ts +67 -0
- package/src/types/st-array.ts +5 -1
- package/src/types/st-number.ts +5 -1
- package/src/types/st-object.ts +12 -2
- package/src/types/uint-16.ts +5 -0
- package/src/types/uint-32.ts +5 -0
- package/src/types/uint-64.ts +6 -1
- package/src/types/uint-8.ts +5 -0
- package/src/types/vector-256.ts +5 -1
- package/src/types/xchain-bridge.ts +5 -1
- package/src/utils.ts +1 -1
|
@@ -130,46 +130,6 @@
|
|
|
130
130
|
"type": "UInt16"
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
|
-
[
|
|
134
|
-
"HookStateChangeCount",
|
|
135
|
-
{
|
|
136
|
-
"isSerialized": true,
|
|
137
|
-
"isSigningField": true,
|
|
138
|
-
"isVLEncoded": false,
|
|
139
|
-
"nth": 17,
|
|
140
|
-
"type": "UInt16"
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
[
|
|
144
|
-
"HookEmitCount",
|
|
145
|
-
{
|
|
146
|
-
"isSerialized": true,
|
|
147
|
-
"isSigningField": true,
|
|
148
|
-
"isVLEncoded": false,
|
|
149
|
-
"nth": 18,
|
|
150
|
-
"type": "UInt16"
|
|
151
|
-
}
|
|
152
|
-
],
|
|
153
|
-
[
|
|
154
|
-
"HookExecutionIndex",
|
|
155
|
-
{
|
|
156
|
-
"isSerialized": true,
|
|
157
|
-
"isSigningField": true,
|
|
158
|
-
"isVLEncoded": false,
|
|
159
|
-
"nth": 19,
|
|
160
|
-
"type": "UInt16"
|
|
161
|
-
}
|
|
162
|
-
],
|
|
163
|
-
[
|
|
164
|
-
"HookApiVersion",
|
|
165
|
-
{
|
|
166
|
-
"isSerialized": true,
|
|
167
|
-
"isSigningField": true,
|
|
168
|
-
"isVLEncoded": false,
|
|
169
|
-
"nth": 20,
|
|
170
|
-
"type": "UInt16"
|
|
171
|
-
}
|
|
172
|
-
],
|
|
173
133
|
[
|
|
174
134
|
"LedgerFixType",
|
|
175
135
|
{
|
|
@@ -630,26 +590,6 @@
|
|
|
630
590
|
"type": "UInt32"
|
|
631
591
|
}
|
|
632
592
|
],
|
|
633
|
-
[
|
|
634
|
-
"HookStateCount",
|
|
635
|
-
{
|
|
636
|
-
"isSerialized": true,
|
|
637
|
-
"isSigningField": true,
|
|
638
|
-
"isVLEncoded": false,
|
|
639
|
-
"nth": 45,
|
|
640
|
-
"type": "UInt32"
|
|
641
|
-
}
|
|
642
|
-
],
|
|
643
|
-
[
|
|
644
|
-
"EmitGeneration",
|
|
645
|
-
{
|
|
646
|
-
"isSerialized": true,
|
|
647
|
-
"isSigningField": true,
|
|
648
|
-
"isVLEncoded": false,
|
|
649
|
-
"nth": 46,
|
|
650
|
-
"type": "UInt32"
|
|
651
|
-
}
|
|
652
|
-
],
|
|
653
593
|
[
|
|
654
594
|
"VoteWeight",
|
|
655
595
|
{
|
|
@@ -900,6 +840,16 @@
|
|
|
900
840
|
"type": "UInt32"
|
|
901
841
|
}
|
|
902
842
|
],
|
|
843
|
+
[
|
|
844
|
+
"ParameterFlag",
|
|
845
|
+
{
|
|
846
|
+
"isSerialized": true,
|
|
847
|
+
"isSigningField": true,
|
|
848
|
+
"isVLEncoded": false,
|
|
849
|
+
"nth": 74,
|
|
850
|
+
"type": "UInt32"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
903
853
|
[
|
|
904
854
|
"IndexNext",
|
|
905
855
|
{
|
|
@@ -1030,36 +980,6 @@
|
|
|
1030
980
|
"type": "UInt64"
|
|
1031
981
|
}
|
|
1032
982
|
],
|
|
1033
|
-
[
|
|
1034
|
-
"HookOn",
|
|
1035
|
-
{
|
|
1036
|
-
"isSerialized": true,
|
|
1037
|
-
"isSigningField": true,
|
|
1038
|
-
"isVLEncoded": false,
|
|
1039
|
-
"nth": 16,
|
|
1040
|
-
"type": "UInt64"
|
|
1041
|
-
}
|
|
1042
|
-
],
|
|
1043
|
-
[
|
|
1044
|
-
"HookInstructionCount",
|
|
1045
|
-
{
|
|
1046
|
-
"isSerialized": true,
|
|
1047
|
-
"isSigningField": true,
|
|
1048
|
-
"isVLEncoded": false,
|
|
1049
|
-
"nth": 17,
|
|
1050
|
-
"type": "UInt64"
|
|
1051
|
-
}
|
|
1052
|
-
],
|
|
1053
|
-
[
|
|
1054
|
-
"HookReturnCode",
|
|
1055
|
-
{
|
|
1056
|
-
"isSerialized": true,
|
|
1057
|
-
"isSigningField": true,
|
|
1058
|
-
"isVLEncoded": false,
|
|
1059
|
-
"nth": 18,
|
|
1060
|
-
"type": "UInt64"
|
|
1061
|
-
}
|
|
1062
|
-
],
|
|
1063
983
|
[
|
|
1064
984
|
"ReferenceCount",
|
|
1065
985
|
{
|
|
@@ -1471,92 +1391,72 @@
|
|
|
1471
1391
|
}
|
|
1472
1392
|
],
|
|
1473
1393
|
[
|
|
1474
|
-
"
|
|
1475
|
-
{
|
|
1476
|
-
"isSerialized": true,
|
|
1477
|
-
"isSigningField": true,
|
|
1478
|
-
"isVLEncoded": false,
|
|
1479
|
-
"nth": 30,
|
|
1480
|
-
"type": "Hash256"
|
|
1481
|
-
}
|
|
1482
|
-
],
|
|
1483
|
-
[
|
|
1484
|
-
"HookHash",
|
|
1485
|
-
{
|
|
1486
|
-
"isSerialized": true,
|
|
1487
|
-
"isSigningField": true,
|
|
1488
|
-
"isVLEncoded": false,
|
|
1489
|
-
"nth": 31,
|
|
1490
|
-
"type": "Hash256"
|
|
1491
|
-
}
|
|
1492
|
-
],
|
|
1493
|
-
[
|
|
1494
|
-
"HookNamespace",
|
|
1394
|
+
"DomainID",
|
|
1495
1395
|
{
|
|
1496
1396
|
"isSerialized": true,
|
|
1497
1397
|
"isSigningField": true,
|
|
1498
1398
|
"isVLEncoded": false,
|
|
1499
|
-
"nth":
|
|
1399
|
+
"nth": 34,
|
|
1500
1400
|
"type": "Hash256"
|
|
1501
1401
|
}
|
|
1502
1402
|
],
|
|
1503
1403
|
[
|
|
1504
|
-
"
|
|
1404
|
+
"VaultID",
|
|
1505
1405
|
{
|
|
1506
1406
|
"isSerialized": true,
|
|
1507
1407
|
"isSigningField": true,
|
|
1508
1408
|
"isVLEncoded": false,
|
|
1509
|
-
"nth":
|
|
1409
|
+
"nth": 35,
|
|
1510
1410
|
"type": "Hash256"
|
|
1511
1411
|
}
|
|
1512
1412
|
],
|
|
1513
1413
|
[
|
|
1514
|
-
"
|
|
1414
|
+
"ParentBatchID",
|
|
1515
1415
|
{
|
|
1516
1416
|
"isSerialized": true,
|
|
1517
1417
|
"isSigningField": true,
|
|
1518
1418
|
"isVLEncoded": false,
|
|
1519
|
-
"nth":
|
|
1419
|
+
"nth": 36,
|
|
1520
1420
|
"type": "Hash256"
|
|
1521
1421
|
}
|
|
1522
1422
|
],
|
|
1523
1423
|
[
|
|
1524
|
-
"
|
|
1424
|
+
"LoanBrokerID",
|
|
1525
1425
|
{
|
|
1526
1426
|
"isSerialized": true,
|
|
1527
1427
|
"isSigningField": true,
|
|
1528
1428
|
"isVLEncoded": false,
|
|
1529
|
-
"nth":
|
|
1429
|
+
"nth": 37,
|
|
1530
1430
|
"type": "Hash256"
|
|
1531
1431
|
}
|
|
1532
1432
|
],
|
|
1533
1433
|
[
|
|
1534
|
-
"
|
|
1434
|
+
"LoanID",
|
|
1535
1435
|
{
|
|
1536
1436
|
"isSerialized": true,
|
|
1537
1437
|
"isSigningField": true,
|
|
1538
1438
|
"isVLEncoded": false,
|
|
1539
|
-
"nth":
|
|
1439
|
+
"nth": 38,
|
|
1540
1440
|
"type": "Hash256"
|
|
1541
1441
|
}
|
|
1542
1442
|
],
|
|
1543
1443
|
[
|
|
1544
|
-
"
|
|
1444
|
+
"ContractHash",
|
|
1545
1445
|
{
|
|
1546
1446
|
"isSerialized": true,
|
|
1547
1447
|
"isSigningField": true,
|
|
1548
1448
|
"isVLEncoded": false,
|
|
1549
|
-
"nth":
|
|
1449
|
+
"nth": 39,
|
|
1550
1450
|
"type": "Hash256"
|
|
1551
1451
|
}
|
|
1552
1452
|
],
|
|
1553
1453
|
[
|
|
1554
|
-
"
|
|
1454
|
+
"ContractID",
|
|
1555
1455
|
{
|
|
1556
1456
|
"isSerialized": true,
|
|
1557
1457
|
"isSigningField": true,
|
|
1558
1458
|
"isVLEncoded": false,
|
|
1559
|
-
"nth":
|
|
1459
|
+
"nth": 40,
|
|
1560
1460
|
"type": "Hash256"
|
|
1561
1461
|
}
|
|
1562
1462
|
],
|
|
@@ -2051,112 +1951,92 @@
|
|
|
2051
1951
|
}
|
|
2052
1952
|
],
|
|
2053
1953
|
[
|
|
2054
|
-
"
|
|
2055
|
-
{
|
|
2056
|
-
"isSerialized": true,
|
|
2057
|
-
"isSigningField": true,
|
|
2058
|
-
"isVLEncoded": true,
|
|
2059
|
-
"nth": 22,
|
|
2060
|
-
"type": "Blob"
|
|
2061
|
-
}
|
|
2062
|
-
],
|
|
2063
|
-
[
|
|
2064
|
-
"HookReturnString",
|
|
2065
|
-
{
|
|
2066
|
-
"isSerialized": true,
|
|
2067
|
-
"isSigningField": true,
|
|
2068
|
-
"isVLEncoded": true,
|
|
2069
|
-
"nth": 23,
|
|
2070
|
-
"type": "Blob"
|
|
2071
|
-
}
|
|
2072
|
-
],
|
|
2073
|
-
[
|
|
2074
|
-
"HookParameterName",
|
|
1954
|
+
"DIDDocument",
|
|
2075
1955
|
{
|
|
2076
1956
|
"isSerialized": true,
|
|
2077
1957
|
"isSigningField": true,
|
|
2078
1958
|
"isVLEncoded": true,
|
|
2079
|
-
"nth":
|
|
1959
|
+
"nth": 26,
|
|
2080
1960
|
"type": "Blob"
|
|
2081
1961
|
}
|
|
2082
1962
|
],
|
|
2083
1963
|
[
|
|
2084
|
-
"
|
|
1964
|
+
"Data",
|
|
2085
1965
|
{
|
|
2086
1966
|
"isSerialized": true,
|
|
2087
1967
|
"isSigningField": true,
|
|
2088
1968
|
"isVLEncoded": true,
|
|
2089
|
-
"nth":
|
|
1969
|
+
"nth": 27,
|
|
2090
1970
|
"type": "Blob"
|
|
2091
1971
|
}
|
|
2092
1972
|
],
|
|
2093
1973
|
[
|
|
2094
|
-
"
|
|
1974
|
+
"AssetClass",
|
|
2095
1975
|
{
|
|
2096
1976
|
"isSerialized": true,
|
|
2097
1977
|
"isSigningField": true,
|
|
2098
1978
|
"isVLEncoded": true,
|
|
2099
|
-
"nth":
|
|
1979
|
+
"nth": 28,
|
|
2100
1980
|
"type": "Blob"
|
|
2101
1981
|
}
|
|
2102
1982
|
],
|
|
2103
1983
|
[
|
|
2104
|
-
"
|
|
1984
|
+
"Provider",
|
|
2105
1985
|
{
|
|
2106
1986
|
"isSerialized": true,
|
|
2107
1987
|
"isSigningField": true,
|
|
2108
1988
|
"isVLEncoded": true,
|
|
2109
|
-
"nth":
|
|
1989
|
+
"nth": 29,
|
|
2110
1990
|
"type": "Blob"
|
|
2111
1991
|
}
|
|
2112
1992
|
],
|
|
2113
1993
|
[
|
|
2114
|
-
"
|
|
1994
|
+
"MPTokenMetadata",
|
|
2115
1995
|
{
|
|
2116
1996
|
"isSerialized": true,
|
|
2117
1997
|
"isSigningField": true,
|
|
2118
1998
|
"isVLEncoded": true,
|
|
2119
|
-
"nth":
|
|
1999
|
+
"nth": 30,
|
|
2120
2000
|
"type": "Blob"
|
|
2121
2001
|
}
|
|
2122
2002
|
],
|
|
2123
2003
|
[
|
|
2124
|
-
"
|
|
2004
|
+
"CredentialType",
|
|
2125
2005
|
{
|
|
2126
2006
|
"isSerialized": true,
|
|
2127
2007
|
"isSigningField": true,
|
|
2128
2008
|
"isVLEncoded": true,
|
|
2129
|
-
"nth":
|
|
2009
|
+
"nth": 31,
|
|
2130
2010
|
"type": "Blob"
|
|
2131
2011
|
}
|
|
2132
2012
|
],
|
|
2133
2013
|
[
|
|
2134
|
-
"
|
|
2014
|
+
"FinishFunction",
|
|
2135
2015
|
{
|
|
2136
2016
|
"isSerialized": true,
|
|
2137
2017
|
"isSigningField": true,
|
|
2138
2018
|
"isVLEncoded": true,
|
|
2139
|
-
"nth":
|
|
2019
|
+
"nth": 32,
|
|
2140
2020
|
"type": "Blob"
|
|
2141
2021
|
}
|
|
2142
2022
|
],
|
|
2143
2023
|
[
|
|
2144
|
-
"
|
|
2024
|
+
"ContractCode",
|
|
2145
2025
|
{
|
|
2146
2026
|
"isSerialized": true,
|
|
2147
2027
|
"isSigningField": true,
|
|
2148
2028
|
"isVLEncoded": true,
|
|
2149
|
-
"nth":
|
|
2029
|
+
"nth": 33,
|
|
2150
2030
|
"type": "Blob"
|
|
2151
2031
|
}
|
|
2152
2032
|
],
|
|
2153
2033
|
[
|
|
2154
|
-
"
|
|
2034
|
+
"FunctionName",
|
|
2155
2035
|
{
|
|
2156
2036
|
"isSerialized": true,
|
|
2157
2037
|
"isSigningField": true,
|
|
2158
2038
|
"isVLEncoded": true,
|
|
2159
|
-
"nth":
|
|
2039
|
+
"nth": 34,
|
|
2160
2040
|
"type": "Blob"
|
|
2161
2041
|
}
|
|
2162
2042
|
],
|
|
@@ -2270,16 +2150,6 @@
|
|
|
2270
2150
|
"type": "AccountID"
|
|
2271
2151
|
}
|
|
2272
2152
|
],
|
|
2273
|
-
[
|
|
2274
|
-
"HookAccount",
|
|
2275
|
-
{
|
|
2276
|
-
"isSerialized": true,
|
|
2277
|
-
"isSigningField": true,
|
|
2278
|
-
"isVLEncoded": true,
|
|
2279
|
-
"nth": 16,
|
|
2280
|
-
"type": "AccountID"
|
|
2281
|
-
}
|
|
2282
|
-
],
|
|
2283
2153
|
[
|
|
2284
2154
|
"OtherChainSource",
|
|
2285
2155
|
{
|
|
@@ -2370,6 +2240,16 @@
|
|
|
2370
2240
|
"type": "AccountID"
|
|
2371
2241
|
}
|
|
2372
2242
|
],
|
|
2243
|
+
[
|
|
2244
|
+
"ContractAccount",
|
|
2245
|
+
{
|
|
2246
|
+
"isSerialized": true,
|
|
2247
|
+
"isSigningField": true,
|
|
2248
|
+
"isVLEncoded": true,
|
|
2249
|
+
"nth": 27,
|
|
2250
|
+
"type": "AccountID"
|
|
2251
|
+
}
|
|
2252
|
+
],
|
|
2373
2253
|
[
|
|
2374
2254
|
"Number",
|
|
2375
2255
|
{
|
|
@@ -2680,16 +2560,6 @@
|
|
|
2680
2560
|
"type": "STObject"
|
|
2681
2561
|
}
|
|
2682
2562
|
],
|
|
2683
|
-
[
|
|
2684
|
-
"Hook",
|
|
2685
|
-
{
|
|
2686
|
-
"isSerialized": true,
|
|
2687
|
-
"isSigningField": true,
|
|
2688
|
-
"isVLEncoded": false,
|
|
2689
|
-
"nth": 14,
|
|
2690
|
-
"type": "STObject"
|
|
2691
|
-
}
|
|
2692
|
-
],
|
|
2693
2563
|
[
|
|
2694
2564
|
"Permission",
|
|
2695
2565
|
{
|
|
@@ -2731,182 +2601,172 @@
|
|
|
2731
2601
|
}
|
|
2732
2602
|
],
|
|
2733
2603
|
[
|
|
2734
|
-
"
|
|
2604
|
+
"VoteEntry",
|
|
2735
2605
|
{
|
|
2736
2606
|
"isSerialized": true,
|
|
2737
2607
|
"isSigningField": true,
|
|
2738
2608
|
"isVLEncoded": false,
|
|
2739
|
-
"nth":
|
|
2609
|
+
"nth": 25,
|
|
2740
2610
|
"type": "STObject"
|
|
2741
2611
|
}
|
|
2742
2612
|
],
|
|
2743
2613
|
[
|
|
2744
|
-
"
|
|
2614
|
+
"AuctionSlot",
|
|
2745
2615
|
{
|
|
2746
2616
|
"isSerialized": true,
|
|
2747
2617
|
"isSigningField": true,
|
|
2748
2618
|
"isVLEncoded": false,
|
|
2749
|
-
"nth":
|
|
2619
|
+
"nth": 26,
|
|
2750
2620
|
"type": "STObject"
|
|
2751
2621
|
}
|
|
2752
2622
|
],
|
|
2753
2623
|
[
|
|
2754
|
-
"
|
|
2624
|
+
"AuthAccount",
|
|
2755
2625
|
{
|
|
2756
2626
|
"isSerialized": true,
|
|
2757
2627
|
"isSigningField": true,
|
|
2758
2628
|
"isVLEncoded": false,
|
|
2759
|
-
"nth":
|
|
2629
|
+
"nth": 27,
|
|
2760
2630
|
"type": "STObject"
|
|
2761
2631
|
}
|
|
2762
2632
|
],
|
|
2763
2633
|
[
|
|
2764
|
-
"
|
|
2634
|
+
"XChainClaimProofSig",
|
|
2765
2635
|
{
|
|
2766
2636
|
"isSerialized": true,
|
|
2767
2637
|
"isSigningField": true,
|
|
2768
2638
|
"isVLEncoded": false,
|
|
2769
|
-
"nth":
|
|
2639
|
+
"nth": 28,
|
|
2770
2640
|
"type": "STObject"
|
|
2771
2641
|
}
|
|
2772
2642
|
],
|
|
2773
2643
|
[
|
|
2774
|
-
"
|
|
2644
|
+
"XChainCreateAccountProofSig",
|
|
2775
2645
|
{
|
|
2776
2646
|
"isSerialized": true,
|
|
2777
2647
|
"isSigningField": true,
|
|
2778
2648
|
"isVLEncoded": false,
|
|
2779
|
-
"nth":
|
|
2649
|
+
"nth": 29,
|
|
2780
2650
|
"type": "STObject"
|
|
2781
2651
|
}
|
|
2782
2652
|
],
|
|
2783
2653
|
[
|
|
2784
|
-
"
|
|
2654
|
+
"XChainClaimAttestationCollectionElement",
|
|
2785
2655
|
{
|
|
2786
2656
|
"isSerialized": true,
|
|
2787
2657
|
"isSigningField": true,
|
|
2788
2658
|
"isVLEncoded": false,
|
|
2789
|
-
"nth":
|
|
2659
|
+
"nth": 30,
|
|
2790
2660
|
"type": "STObject"
|
|
2791
2661
|
}
|
|
2792
2662
|
],
|
|
2793
2663
|
[
|
|
2794
|
-
"
|
|
2664
|
+
"XChainCreateAccountAttestationCollectionElement",
|
|
2795
2665
|
{
|
|
2796
2666
|
"isSerialized": true,
|
|
2797
2667
|
"isSigningField": true,
|
|
2798
2668
|
"isVLEncoded": false,
|
|
2799
|
-
"nth":
|
|
2669
|
+
"nth": 31,
|
|
2800
2670
|
"type": "STObject"
|
|
2801
2671
|
}
|
|
2802
2672
|
],
|
|
2803
2673
|
[
|
|
2804
|
-
"
|
|
2674
|
+
"PriceData",
|
|
2805
2675
|
{
|
|
2806
2676
|
"isSerialized": true,
|
|
2807
2677
|
"isSigningField": true,
|
|
2808
2678
|
"isVLEncoded": false,
|
|
2809
|
-
"nth":
|
|
2679
|
+
"nth": 32,
|
|
2810
2680
|
"type": "STObject"
|
|
2811
2681
|
}
|
|
2812
2682
|
],
|
|
2813
2683
|
[
|
|
2814
|
-
"
|
|
2684
|
+
"Credential",
|
|
2815
2685
|
{
|
|
2816
2686
|
"isSerialized": true,
|
|
2817
2687
|
"isSigningField": true,
|
|
2818
2688
|
"isVLEncoded": false,
|
|
2819
|
-
"nth":
|
|
2689
|
+
"nth": 33,
|
|
2820
2690
|
"type": "STObject"
|
|
2821
2691
|
}
|
|
2822
2692
|
],
|
|
2823
2693
|
[
|
|
2824
|
-
"
|
|
2694
|
+
"RawTransaction",
|
|
2825
2695
|
{
|
|
2826
2696
|
"isSerialized": true,
|
|
2827
2697
|
"isSigningField": true,
|
|
2828
2698
|
"isVLEncoded": false,
|
|
2829
|
-
"nth":
|
|
2699
|
+
"nth": 34,
|
|
2830
2700
|
"type": "STObject"
|
|
2831
2701
|
}
|
|
2832
2702
|
],
|
|
2833
2703
|
[
|
|
2834
|
-
"
|
|
2704
|
+
"BatchSigner",
|
|
2835
2705
|
{
|
|
2836
2706
|
"isSerialized": true,
|
|
2837
2707
|
"isSigningField": true,
|
|
2838
2708
|
"isVLEncoded": false,
|
|
2839
|
-
"nth":
|
|
2709
|
+
"nth": 35,
|
|
2840
2710
|
"type": "STObject"
|
|
2841
2711
|
}
|
|
2842
2712
|
],
|
|
2843
2713
|
[
|
|
2844
|
-
"
|
|
2714
|
+
"Book",
|
|
2845
2715
|
{
|
|
2846
2716
|
"isSerialized": true,
|
|
2847
2717
|
"isSigningField": true,
|
|
2848
2718
|
"isVLEncoded": false,
|
|
2849
|
-
"nth":
|
|
2719
|
+
"nth": 36,
|
|
2850
2720
|
"type": "STObject"
|
|
2851
2721
|
}
|
|
2852
2722
|
],
|
|
2853
2723
|
[
|
|
2854
|
-
"
|
|
2724
|
+
"CounterpartySignature",
|
|
2855
2725
|
{
|
|
2856
2726
|
"isSerialized": true,
|
|
2857
|
-
"isSigningField":
|
|
2727
|
+
"isSigningField": false,
|
|
2858
2728
|
"isVLEncoded": false,
|
|
2859
|
-
"nth":
|
|
2729
|
+
"nth": 37,
|
|
2860
2730
|
"type": "STObject"
|
|
2861
2731
|
}
|
|
2862
2732
|
],
|
|
2863
2733
|
[
|
|
2864
|
-
"
|
|
2734
|
+
"Function",
|
|
2865
2735
|
{
|
|
2866
2736
|
"isSerialized": true,
|
|
2867
2737
|
"isSigningField": true,
|
|
2868
2738
|
"isVLEncoded": false,
|
|
2869
|
-
"nth":
|
|
2739
|
+
"nth": 38,
|
|
2870
2740
|
"type": "STObject"
|
|
2871
2741
|
}
|
|
2872
2742
|
],
|
|
2873
2743
|
[
|
|
2874
|
-
"
|
|
2744
|
+
"InstanceParameter",
|
|
2875
2745
|
{
|
|
2876
2746
|
"isSerialized": true,
|
|
2877
2747
|
"isSigningField": true,
|
|
2878
2748
|
"isVLEncoded": false,
|
|
2879
|
-
"nth":
|
|
2749
|
+
"nth": 39,
|
|
2880
2750
|
"type": "STObject"
|
|
2881
2751
|
}
|
|
2882
2752
|
],
|
|
2883
2753
|
[
|
|
2884
|
-
"
|
|
2754
|
+
"InstanceParameterValue",
|
|
2885
2755
|
{
|
|
2886
2756
|
"isSerialized": true,
|
|
2887
2757
|
"isSigningField": true,
|
|
2888
2758
|
"isVLEncoded": false,
|
|
2889
|
-
"nth":
|
|
2759
|
+
"nth": 40,
|
|
2890
2760
|
"type": "STObject"
|
|
2891
2761
|
}
|
|
2892
2762
|
],
|
|
2893
2763
|
[
|
|
2894
|
-
"
|
|
2764
|
+
"Parameter",
|
|
2895
2765
|
{
|
|
2896
2766
|
"isSerialized": true,
|
|
2897
2767
|
"isSigningField": true,
|
|
2898
2768
|
"isVLEncoded": false,
|
|
2899
|
-
"nth":
|
|
2900
|
-
"type": "STObject"
|
|
2901
|
-
}
|
|
2902
|
-
],
|
|
2903
|
-
[
|
|
2904
|
-
"CounterpartySignature",
|
|
2905
|
-
{
|
|
2906
|
-
"isSerialized": true,
|
|
2907
|
-
"isSigningField": false,
|
|
2908
|
-
"isVLEncoded": false,
|
|
2909
|
-
"nth": 37,
|
|
2769
|
+
"nth": 41,
|
|
2910
2770
|
"type": "STObject"
|
|
2911
2771
|
}
|
|
2912
2772
|
],
|
|
@@ -2990,16 +2850,6 @@
|
|
|
2990
2850
|
"type": "STArray"
|
|
2991
2851
|
}
|
|
2992
2852
|
],
|
|
2993
|
-
[
|
|
2994
|
-
"Hooks",
|
|
2995
|
-
{
|
|
2996
|
-
"isSerialized": true,
|
|
2997
|
-
"isSigningField": true,
|
|
2998
|
-
"isVLEncoded": false,
|
|
2999
|
-
"nth": 11,
|
|
3000
|
-
"type": "STArray"
|
|
3001
|
-
}
|
|
3002
|
-
],
|
|
3003
2853
|
[
|
|
3004
2854
|
"VoteSlots",
|
|
3005
2855
|
{
|
|
@@ -3041,132 +2891,142 @@
|
|
|
3041
2891
|
}
|
|
3042
2892
|
],
|
|
3043
2893
|
[
|
|
3044
|
-
"
|
|
2894
|
+
"XChainClaimAttestations",
|
|
3045
2895
|
{
|
|
3046
2896
|
"isSerialized": true,
|
|
3047
2897
|
"isSigningField": true,
|
|
3048
2898
|
"isVLEncoded": false,
|
|
3049
|
-
"nth":
|
|
2899
|
+
"nth": 21,
|
|
3050
2900
|
"type": "STArray"
|
|
3051
2901
|
}
|
|
3052
2902
|
],
|
|
3053
2903
|
[
|
|
3054
|
-
"
|
|
2904
|
+
"XChainCreateAccountAttestations",
|
|
3055
2905
|
{
|
|
3056
2906
|
"isSerialized": true,
|
|
3057
2907
|
"isSigningField": true,
|
|
3058
2908
|
"isVLEncoded": false,
|
|
3059
|
-
"nth":
|
|
2909
|
+
"nth": 22,
|
|
3060
2910
|
"type": "STArray"
|
|
3061
2911
|
}
|
|
3062
2912
|
],
|
|
3063
2913
|
[
|
|
3064
|
-
"
|
|
2914
|
+
"PriceDataSeries",
|
|
3065
2915
|
{
|
|
3066
2916
|
"isSerialized": true,
|
|
3067
2917
|
"isSigningField": true,
|
|
3068
2918
|
"isVLEncoded": false,
|
|
3069
|
-
"nth":
|
|
2919
|
+
"nth": 24,
|
|
3070
2920
|
"type": "STArray"
|
|
3071
2921
|
}
|
|
3072
2922
|
],
|
|
3073
2923
|
[
|
|
3074
|
-
"
|
|
2924
|
+
"AuthAccounts",
|
|
3075
2925
|
{
|
|
3076
2926
|
"isSerialized": true,
|
|
3077
2927
|
"isSigningField": true,
|
|
3078
2928
|
"isVLEncoded": false,
|
|
3079
|
-
"nth":
|
|
2929
|
+
"nth": 25,
|
|
3080
2930
|
"type": "STArray"
|
|
3081
2931
|
}
|
|
3082
2932
|
],
|
|
3083
2933
|
[
|
|
3084
|
-
"
|
|
2934
|
+
"AuthorizeCredentials",
|
|
3085
2935
|
{
|
|
3086
2936
|
"isSerialized": true,
|
|
3087
2937
|
"isSigningField": true,
|
|
3088
2938
|
"isVLEncoded": false,
|
|
3089
|
-
"nth":
|
|
2939
|
+
"nth": 26,
|
|
3090
2940
|
"type": "STArray"
|
|
3091
2941
|
}
|
|
3092
2942
|
],
|
|
3093
2943
|
[
|
|
3094
|
-
"
|
|
2944
|
+
"UnauthorizeCredentials",
|
|
3095
2945
|
{
|
|
3096
2946
|
"isSerialized": true,
|
|
3097
2947
|
"isSigningField": true,
|
|
3098
2948
|
"isVLEncoded": false,
|
|
3099
|
-
"nth":
|
|
2949
|
+
"nth": 27,
|
|
3100
2950
|
"type": "STArray"
|
|
3101
2951
|
}
|
|
3102
2952
|
],
|
|
3103
2953
|
[
|
|
3104
|
-
"
|
|
2954
|
+
"AcceptedCredentials",
|
|
3105
2955
|
{
|
|
3106
2956
|
"isSerialized": true,
|
|
3107
2957
|
"isSigningField": true,
|
|
3108
2958
|
"isVLEncoded": false,
|
|
3109
|
-
"nth":
|
|
2959
|
+
"nth": 28,
|
|
3110
2960
|
"type": "STArray"
|
|
3111
2961
|
}
|
|
3112
2962
|
],
|
|
3113
2963
|
[
|
|
3114
|
-
"
|
|
2964
|
+
"Permissions",
|
|
3115
2965
|
{
|
|
3116
2966
|
"isSerialized": true,
|
|
3117
2967
|
"isSigningField": true,
|
|
3118
2968
|
"isVLEncoded": false,
|
|
3119
|
-
"nth":
|
|
2969
|
+
"nth": 29,
|
|
3120
2970
|
"type": "STArray"
|
|
3121
2971
|
}
|
|
3122
2972
|
],
|
|
3123
2973
|
[
|
|
3124
|
-
"
|
|
2974
|
+
"RawTransactions",
|
|
3125
2975
|
{
|
|
3126
2976
|
"isSerialized": true,
|
|
3127
2977
|
"isSigningField": true,
|
|
3128
2978
|
"isVLEncoded": false,
|
|
3129
|
-
"nth":
|
|
2979
|
+
"nth": 30,
|
|
3130
2980
|
"type": "STArray"
|
|
3131
2981
|
}
|
|
3132
2982
|
],
|
|
3133
2983
|
[
|
|
3134
|
-
"
|
|
2984
|
+
"BatchSigners",
|
|
2985
|
+
{
|
|
2986
|
+
"isSerialized": true,
|
|
2987
|
+
"isSigningField": false,
|
|
2988
|
+
"isVLEncoded": false,
|
|
2989
|
+
"nth": 31,
|
|
2990
|
+
"type": "STArray"
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
[
|
|
2994
|
+
"Functions",
|
|
3135
2995
|
{
|
|
3136
2996
|
"isSerialized": true,
|
|
3137
2997
|
"isSigningField": true,
|
|
3138
2998
|
"isVLEncoded": false,
|
|
3139
|
-
"nth":
|
|
2999
|
+
"nth": 32,
|
|
3140
3000
|
"type": "STArray"
|
|
3141
3001
|
}
|
|
3142
3002
|
],
|
|
3143
3003
|
[
|
|
3144
|
-
"
|
|
3004
|
+
"InstanceParameters",
|
|
3145
3005
|
{
|
|
3146
3006
|
"isSerialized": true,
|
|
3147
3007
|
"isSigningField": true,
|
|
3148
3008
|
"isVLEncoded": false,
|
|
3149
|
-
"nth":
|
|
3009
|
+
"nth": 33,
|
|
3150
3010
|
"type": "STArray"
|
|
3151
3011
|
}
|
|
3152
3012
|
],
|
|
3153
3013
|
[
|
|
3154
|
-
"
|
|
3014
|
+
"InstanceParameterValues",
|
|
3155
3015
|
{
|
|
3156
3016
|
"isSerialized": true,
|
|
3157
3017
|
"isSigningField": true,
|
|
3158
3018
|
"isVLEncoded": false,
|
|
3159
|
-
"nth":
|
|
3019
|
+
"nth": 34,
|
|
3160
3020
|
"type": "STArray"
|
|
3161
3021
|
}
|
|
3162
3022
|
],
|
|
3163
3023
|
[
|
|
3164
|
-
"
|
|
3024
|
+
"Parameters",
|
|
3165
3025
|
{
|
|
3166
3026
|
"isSerialized": true,
|
|
3167
|
-
"isSigningField":
|
|
3027
|
+
"isSigningField": true,
|
|
3168
3028
|
"isVLEncoded": false,
|
|
3169
|
-
"nth":
|
|
3029
|
+
"nth": 35,
|
|
3170
3030
|
"type": "STArray"
|
|
3171
3031
|
}
|
|
3172
3032
|
],
|
|
@@ -3241,32 +3101,32 @@
|
|
|
3241
3101
|
}
|
|
3242
3102
|
],
|
|
3243
3103
|
[
|
|
3244
|
-
"
|
|
3104
|
+
"WasLockingChainSend",
|
|
3245
3105
|
{
|
|
3246
3106
|
"isSerialized": true,
|
|
3247
3107
|
"isSigningField": true,
|
|
3248
3108
|
"isVLEncoded": false,
|
|
3249
|
-
"nth":
|
|
3109
|
+
"nth": 19,
|
|
3250
3110
|
"type": "UInt8"
|
|
3251
3111
|
}
|
|
3252
3112
|
],
|
|
3253
3113
|
[
|
|
3254
|
-
"
|
|
3114
|
+
"WithdrawalPolicy",
|
|
3255
3115
|
{
|
|
3256
3116
|
"isSerialized": true,
|
|
3257
3117
|
"isSigningField": true,
|
|
3258
3118
|
"isVLEncoded": false,
|
|
3259
|
-
"nth":
|
|
3119
|
+
"nth": 20,
|
|
3260
3120
|
"type": "UInt8"
|
|
3261
3121
|
}
|
|
3262
3122
|
],
|
|
3263
3123
|
[
|
|
3264
|
-
"
|
|
3124
|
+
"ContractResult",
|
|
3265
3125
|
{
|
|
3266
3126
|
"isSerialized": true,
|
|
3267
3127
|
"isSigningField": true,
|
|
3268
3128
|
"isVLEncoded": false,
|
|
3269
|
-
"nth":
|
|
3129
|
+
"nth": 21,
|
|
3270
3130
|
"type": "UInt8"
|
|
3271
3131
|
}
|
|
3272
3132
|
],
|
|
@@ -3460,6 +3320,36 @@
|
|
|
3460
3320
|
"type": "Currency"
|
|
3461
3321
|
}
|
|
3462
3322
|
],
|
|
3323
|
+
[
|
|
3324
|
+
"ParameterValue",
|
|
3325
|
+
{
|
|
3326
|
+
"isSerialized": true,
|
|
3327
|
+
"isSigningField": true,
|
|
3328
|
+
"isVLEncoded": false,
|
|
3329
|
+
"nth": 1,
|
|
3330
|
+
"type": "Data"
|
|
3331
|
+
}
|
|
3332
|
+
],
|
|
3333
|
+
[
|
|
3334
|
+
"ParameterType",
|
|
3335
|
+
{
|
|
3336
|
+
"isSerialized": true,
|
|
3337
|
+
"isSigningField": true,
|
|
3338
|
+
"isVLEncoded": false,
|
|
3339
|
+
"nth": 1,
|
|
3340
|
+
"type": "DataType"
|
|
3341
|
+
}
|
|
3342
|
+
],
|
|
3343
|
+
[
|
|
3344
|
+
"ContractJson",
|
|
3345
|
+
{
|
|
3346
|
+
"isSerialized": true,
|
|
3347
|
+
"isSigningField": true,
|
|
3348
|
+
"isVLEncoded": false,
|
|
3349
|
+
"nth": 1,
|
|
3350
|
+
"type": "Json"
|
|
3351
|
+
}
|
|
3352
|
+
],
|
|
3463
3353
|
[
|
|
3464
3354
|
"Transaction",
|
|
3465
3355
|
{
|
|
@@ -3507,6 +3397,9 @@
|
|
|
3507
3397
|
"Amendments": 102,
|
|
3508
3398
|
"Bridge": 105,
|
|
3509
3399
|
"Check": 67,
|
|
3400
|
+
"Contract": 134,
|
|
3401
|
+
"ContractData": 135,
|
|
3402
|
+
"ContractSource": 133,
|
|
3510
3403
|
"Credential": 129,
|
|
3511
3404
|
"DID": 73,
|
|
3512
3405
|
"Delegate": 131,
|
|
@@ -3564,6 +3457,7 @@
|
|
|
3564
3457
|
"tecINSUF_RESERVE_LINE": 122,
|
|
3565
3458
|
"tecINSUF_RESERVE_OFFER": 123,
|
|
3566
3459
|
"tecINTERNAL": 144,
|
|
3460
|
+
"tecINVALID_PARAMETERS": 200,
|
|
3567
3461
|
"tecINVALID_UPDATE_TIME": 188,
|
|
3568
3462
|
"tecINVARIANT_FAILED": 147,
|
|
3569
3463
|
"tecKILLED": 150,
|
|
@@ -3745,6 +3639,12 @@
|
|
|
3745
3639
|
"CheckCash": 17,
|
|
3746
3640
|
"CheckCreate": 16,
|
|
3747
3641
|
"Clawback": 30,
|
|
3642
|
+
"ContractCall": 90,
|
|
3643
|
+
"ContractClawback": 88,
|
|
3644
|
+
"ContractCreate": 85,
|
|
3645
|
+
"ContractDelete": 87,
|
|
3646
|
+
"ContractModify": 86,
|
|
3647
|
+
"ContractUserDelete": 89,
|
|
3748
3648
|
"CredentialAccept": 59,
|
|
3749
3649
|
"CredentialCreate": 58,
|
|
3750
3650
|
"CredentialDelete": 60,
|
|
@@ -3813,6 +3713,8 @@
|
|
|
3813
3713
|
"Amount": 6,
|
|
3814
3714
|
"Blob": 7,
|
|
3815
3715
|
"Currency": 26,
|
|
3716
|
+
"Data": 27,
|
|
3717
|
+
"DataType": 28,
|
|
3816
3718
|
"Done": -1,
|
|
3817
3719
|
"Hash128": 4,
|
|
3818
3720
|
"Hash160": 17,
|
|
@@ -3821,6 +3723,7 @@
|
|
|
3821
3723
|
"Int32": 10,
|
|
3822
3724
|
"Int64": 11,
|
|
3823
3725
|
"Issue": 24,
|
|
3726
|
+
"Json": 29,
|
|
3824
3727
|
"LedgerEntry": 10002,
|
|
3825
3728
|
"Metadata": 10004,
|
|
3826
3729
|
"NotPresent": 0,
|