diff --git a/packages/ripple-binary-codec/src/enums/definitions.json b/packages/ripple-binary-codec/src/enums/definitions.json index e5ecefb4..1e638ce1 100644 --- a/packages/ripple-binary-codec/src/enums/definitions.json +++ b/packages/ripple-binary-codec/src/enums/definitions.json @@ -333,6 +333,16 @@ "type": "UInt16" } ], + [ + "NetworkID", + { + "nth": 1, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "UInt32" + } + ], [ "Flags", { @@ -776,7 +786,7 @@ [ "VoteWeight", { - "nth": 47, + "nth": 48, "isVLEncoded": false, "isSerialized": true, "isSigningField": true, @@ -786,7 +796,17 @@ [ "DiscountedFee", { - "nth": 48, + "nth": 49, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "UInt32" + } + ], + [ + "FirstNFTokenSequence", + { + "nth": 50, "isVLEncoded": false, "isSerialized": true, "isSigningField": true, @@ -1494,27 +1514,7 @@ } ], [ - "LPTokenOut", - { - "nth": 20, - "isVLEncoded": false, - "isSerialized": true, - "isSigningField": true, - "type": "Amount" - } - ], - [ - "LPTokenIn", - { - "nth": 21, - "isVLEncoded": false, - "isSerialized": true, - "isSigningField": true, - "type": "Amount" - } - ], - [ - "EPrice", + "BaseFeeDrops", { "nth": 22, "isVLEncoded": false, @@ -1524,7 +1524,7 @@ } ], [ - "Price", + "ReserveBaseDrops", { "nth": 23, "isVLEncoded": false, @@ -1534,7 +1534,7 @@ } ], [ - "LPTokenBalance", + "ReserveIncrementDrops", { "nth": 24, "isVLEncoded": false, @@ -1543,6 +1543,56 @@ "type": "Amount" } ], + [ + "LPTokenOut", + { + "nth": 25, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "Amount" + } + ], + [ + "LPTokenIn", + { + "nth": 26, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "Amount" + } + ], + [ + "EPrice", + { + "nth": 27, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "Amount" + } + ], + [ + "Price", + { + "nth": 28, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "Amount" + } + ], + [ + "LPTokenBalance", + { + "nth": 29, + "isVLEncoded": false, + "isSerialized": true, + "isSigningField": true, + "type": "Amount" + } + ], [ "PublicKey", { @@ -1873,16 +1923,6 @@ "type": "AccountID" } ], - [ - "AMMAccount", - { - "nth": 11, - "isVLEncoded": true, - "isSerialized": true, - "isSigningField": true, - "type": "AccountID" - } - ], [ "HookAccount", { @@ -2186,7 +2226,7 @@ [ "AuctionSlot", { - "nth": 27, + "nth": 26, "isVLEncoded": false, "isSerialized": true, "isSigningField": true, @@ -2196,7 +2236,7 @@ [ "AuthAccount", { - "nth": 28, + "nth": 27, "isVLEncoded": false, "isSerialized": true, "isSigningField": true, @@ -2296,7 +2336,7 @@ [ "VoteSlots", { - "nth": 14, + "nth": 12, "isVLEncoded": false, "isSerialized": true, "isSigningField": true, @@ -2356,7 +2396,7 @@ [ "AuthAccounts", { - "nth": 26, + "nth": 21, "isVLEncoded": false, "isSerialized": true, "isSigningField": true, @@ -2378,6 +2418,9 @@ "telCAN_NOT_QUEUE_BLOCKED": -389, "telCAN_NOT_QUEUE_FEE": -388, "telCAN_NOT_QUEUE_FULL": -387, + "telWRONG_NETWORK": -386, + "telREQUIRES_NETWORK_ID": -385, + "telNETWORK_ID_MAKES_TX_NON_CANONICAL": -384, "temMALFORMED": -299, "temBAD_AMOUNT": -298,