Replies: 3 comments
-
Hey @pbies, take a look at https://hdwallet.readthedocs.io/en/v3.5.1/derivations.html — it includes derivation details and examples too. |
Beta Was this translation helpful? Give feedback.
-
Will CustomDerivation work with from_entropy or from_private_key? How to write CustomDerivation like the below?
hdwallet.exceptions.DerivationError: Invalid derivation instance, (expected: <class 'hdwallet.derivations.bip84.BIP84Derivation'> | got: '<class 'hdwallet.derivations.custom.CustomDerivation'>') EDIT: So this does work:
|
Beta Was this translation helpful? Give feedback.
-
The method Additionally, for Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any contact to living person where you guys do hdwallet? I would need to ask some questions.
But to the topic: there is no sensible way to use derivation paths and there is no example for that.
I am trying to just change the last number in derivation path to another one, but can't achieve to use any derivation path with this lib.
Beta Was this translation helpful? Give feedback.
All reactions