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,6 +3,7 @@
"include": [
"./src/**/*.ts",
"./test/**/*.ts",
"./src/**/*.json",
"./snippets/src/**/*.ts",
".eslintrc.js"
]