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

@@ -14,6 +14,10 @@
"esModuleInterop": true,
"suppressImplicitAnyIndexErrors": false,
"resolveJsonModule": true,
"preserveSymlinks": true
}
"preserveSymlinks": true,
},
"include": [
"src/**/*.ts",
"src/**/*.json"
]
}