ripple-binary-codec refactor (#88)

Refactored all components in ripple-binary-codec /src
This commit is contained in:
Nathan Nichols
2020-07-31 09:14:11 -05:00
parent 383ab88d62
commit 2e6c68ba73
37 changed files with 1932 additions and 1707 deletions

View File

@@ -14,12 +14,10 @@
"dependencies": {
"create-hash": "^1.2.0",
"decimal.js": "^10.2.0",
"inherits": "^2.0.4",
"lodash": "^4.17.15",
"ripple-address-codec": "^4.1.1"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/jest": "^26.0.7",
"@types/lodash": "^4.14.155",
"@types/node": "^14.0.10",
"@typescript-eslint/eslint-plugin": "^3.2.0",