@ledhed2222/ripple-binary-codec
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -1709,2 +1709,22 @@ { | ||
[ | ||
"BuyOffer", | ||
{ | ||
"nth": 28, | ||
"isVLEncoded": false, | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "UInt8" | ||
} | ||
], | ||
[ | ||
"SellOffer", | ||
{ | ||
"nth": 29, | ||
"isVLEncoded": false, | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "UInt8" | ||
} | ||
], | ||
[ | ||
"TickSize", | ||
@@ -1738,2 +1758,32 @@ { | ||
} | ||
], | ||
[ | ||
"Cookie", | ||
{ | ||
"nth": 10, | ||
"isVLEncoded": false, | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "UInt64" | ||
} | ||
], | ||
[ | ||
"ServerVersion", | ||
{ | ||
"nth": 11, | ||
"isVLEncoded": false, | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "UInt64" | ||
} | ||
], | ||
[ | ||
"OfferNode", | ||
{ | ||
"nth": 12, | ||
"isVLEncoded": false, | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "UInt64" | ||
} | ||
] | ||
@@ -1863,3 +1913,14 @@ ], | ||
"tecHAS_OBLIGATIONS": 151, | ||
"tecTOO_SOON": 152 | ||
"tecTOO_SOON": 152, | ||
"tecMAX_SEQUENCE_REACHED": 154, | ||
"tecNO_SUITABLE_PAGE": 155, | ||
"tecBUY_SELL_MISMATCH": 156, | ||
"tecOFFER_TYPE_MISMATCH": 157, | ||
"tecCANT_ACCEPT_OWN_OFFER": 158, | ||
"tecINSUFFICIENT_FUNDS": 159, | ||
"tecOBJECT_NOT_FOUND": 160, | ||
"tecINSUFFICIENT_PAYMENT": 161, | ||
"tecINCORRECT_ASSET": 162, | ||
"tecTOO_MANY": 163 | ||
}, | ||
@@ -1866,0 +1927,0 @@ "TRANSACTION_TYPES": { |
{ | ||
"name": "@ledhed2222/ripple-binary-codec", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "XRP Ledger binary codec", | ||
@@ -5,0 +5,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1065252
16129