importing existing wallet using xprv instead of mnemonic #20
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#20
Loading…
Reference in New Issue
Block a user
No description provided.
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.