mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Add fromMnemonic using same decode method as wallet_propose (rfc1751) (#1992)
* Add rfc1751 mnemonic decoding
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
"esModuleInterop": true,
|
||||
"suppressImplicitAnyIndexErrors": false,
|
||||
"resolveJsonModule": true,
|
||||
"preserveSymlinks": true
|
||||
}
|
||||
"preserveSymlinks": true,
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.json"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user