ripple-binary-codec
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -458,2 +458,24 @@ { | ||
[ | ||
"CancelAfter", | ||
{ | ||
"nth": 36, | ||
"isVLEncoded": false, | ||
"bytes": "2024", | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "UInt32" | ||
} | ||
], | ||
[ | ||
"FinishAfter", | ||
{ | ||
"nth": 37, | ||
"isVLEncoded": false, | ||
"bytes": "2025", | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "UInt32" | ||
} | ||
], | ||
[ | ||
"IndexNext", | ||
@@ -712,2 +734,13 @@ { | ||
[ | ||
"Digest", | ||
{ | ||
"nth": 21, | ||
"isVLEncoded": false, | ||
"bytes": "5015", | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "Hash256" | ||
} | ||
], | ||
[ | ||
"hash", | ||
@@ -1043,2 +1076,13 @@ { | ||
[ | ||
"Proof", | ||
{ | ||
"nth": 17, | ||
"isVLEncoded": true, | ||
"bytes": "7011", | ||
"isSerialized": true, | ||
"isSigningField": true, | ||
"type": "Blob" | ||
} | ||
], | ||
[ | ||
"Account", | ||
@@ -1341,3 +1385,3 @@ { | ||
[ | ||
"TemplateEntryType", | ||
"Method", | ||
{ | ||
@@ -1588,5 +1632,3 @@ "nth": 2, | ||
"NickNameSet": 6, | ||
"WalletAdd": 2, | ||
"TrustSet": 20, | ||
"PasswordFund": 4, | ||
"Payment": 0, | ||
@@ -1597,5 +1639,7 @@ "AccountSet": 3, | ||
"Contract": 9, | ||
"Claim": 1, | ||
"SuspendedPaymentCreate": 1, | ||
"SuspendedPaymentFinish": 2, | ||
"SuspendedPaymentCancel": 4, | ||
"Invalid": -1 | ||
} | ||
} |
{ | ||
"name": "ripple-binary-codec", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "ripple binary codec", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
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
874845
12846