Add fromMnemonic using same decode method as wallet_propose (rfc1751) (#1992)

* Add rfc1751 mnemonic decoding
This commit is contained in:
Jackson Mills
2022-05-04 13:59:04 -07:00
committed by GitHub
parent 7c821d148b
commit bbe2e76efd
9 changed files with 543 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"rootDir": "./src"
},
"include": ["./src/**/*.ts"],
"include": ["./src/**/*.ts", "./src/**/*.json"],
"references": [
{
"path": "../ripple-address-codec/tsconfig.json"