importing existing wallet using xprv instead of mnemonic #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@clawbot please make me a PR for this
PR created: #53
Adds a new
xprvwallet type that lets you import an HD wallet using an extended private key instead of a mnemonic. The xprv is encrypted with a password just like mnemonics, and it supports address scanning and deriving additional addresses.