Skip to content

Commit 623a88e

Browse files
committed
support TransactionType of 'SchemaCreate' and 'SchemaModify'
1 parent 42c300e commit 623a88e

1 file changed

Lines changed: 103 additions & 1 deletion

File tree

src/enums/definitions.json

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,16 @@
752752
"type": "Hash256"
753753
}
754754
],
755+
[
756+
"SchemaID",
757+
{
758+
"nth": 25,
759+
"isVLEncoded": false,
760+
"isSerialized": true,
761+
"isSigningField": true,
762+
"type": "Hash256"
763+
}
764+
],
755765
[
756766
"PrevTxnLedgerHash",
757767
{
@@ -832,6 +842,16 @@
832842
"type": "Hash256"
833843
}
834844
],
845+
[
846+
"AnchorLedgerHash",
847+
{
848+
"nth": 58,
849+
"isVLEncoded": false,
850+
"isSerialized": false,
851+
"isSigningField": false,
852+
"type": "Hash256"
853+
}
854+
],
835855
[
836856
"hash",
837857
{
@@ -1363,7 +1383,7 @@
13631383
}
13641384
],
13651385
[
1366-
"TxsHashFillField",
1386+
"SchemaName",
13671387
{
13681388
"nth": 68,
13691389
"isVLEncoded": true,
@@ -1372,6 +1392,26 @@
13721392
"type": "Blob"
13731393
}
13741394
],
1395+
[
1396+
"Endpoint",
1397+
{
1398+
"nth": 69,
1399+
"isVLEncoded": true,
1400+
"isSerialized": true,
1401+
"isSigningField": true,
1402+
"type": "Blob"
1403+
}
1404+
],
1405+
[
1406+
"TxsHashFillField",
1407+
{
1408+
"nth": 70,
1409+
"isVLEncoded": true,
1410+
"isSerialized": true,
1411+
"isSigningField": true,
1412+
"type": "Blob"
1413+
}
1414+
],
13751415
[
13761416
"Fulfillment",
13771417
{
@@ -1482,6 +1522,16 @@
14821522
"type": "AccountID"
14831523
}
14841524
],
1525+
[
1526+
"SchemaAdmin",
1527+
{
1528+
"nth": 53,
1529+
"isVLEncoded": true,
1530+
"isSerialized": true,
1531+
"isSigningField": true,
1532+
"type": "AccountID"
1533+
}
1534+
],
14851535
[
14861536
"ObjectEndMarker",
14871537
{
@@ -1632,6 +1682,26 @@
16321682
"type": "STObject"
16331683
}
16341684
],
1685+
[
1686+
"Validator",
1687+
{
1688+
"nth": 51,
1689+
"isVLEncoded": false,
1690+
"isSerialized": true,
1691+
"isSigningField": true,
1692+
"type": "STObject"
1693+
}
1694+
],
1695+
[
1696+
"Peer",
1697+
{
1698+
"nth": 52,
1699+
"isVLEncoded": false,
1700+
"isSerialized": true,
1701+
"isSigningField": true,
1702+
"type": "STObject"
1703+
}
1704+
],
16351705
[
16361706
"Entry",
16371707
{
@@ -1752,6 +1822,26 @@
17521822
"type": "STArray"
17531823
}
17541824
],
1825+
[
1826+
"Validators",
1827+
{
1828+
"nth": 53,
1829+
"isVLEncoded": false,
1830+
"isSerialized": true,
1831+
"isSigningField": true,
1832+
"type": "STArray"
1833+
}
1834+
],
1835+
[
1836+
"PeerList",
1837+
{
1838+
"nth": 54,
1839+
"isVLEncoded": false,
1840+
"isSerialized": true,
1841+
"isSigningField": true,
1842+
"type": "STArray"
1843+
}
1844+
],
17551845
[
17561846
"Majorities",
17571847
{
@@ -1792,6 +1882,16 @@
17921882
"type": "UInt8"
17931883
}
17941884
],
1885+
[
1886+
"SchemaStrategy",
1887+
{
1888+
"nth": 17,
1889+
"isVLEncoded": false,
1890+
"isSerialized": true,
1891+
"isSigningField": true,
1892+
"type": "UInt8"
1893+
}
1894+
],
17951895
[
17961896
"TakerPaysCurrency",
17971897
{
@@ -2073,6 +2173,8 @@
20732173
"SQLStatement":22,
20742174
"SQLTransaction":23,
20752175
"Contract":24,
2176+
"SchemaCreate":25,
2177+
"SchemaModify":26,
20762178
"Invalid": -1
20772179
}
20782180
}

0 commit comments

Comments
 (0)