How to use psbt.addBip32DerivationToInput

0

I want to include key derivation path for input in psbt file but do not understand how. I tried adding 'path: "m/44/0/0/0"' to addInput() but this does not seem to work. Then I found addBip32DerivationToInput() method but I do not understand the parameters (fingerprint). Please clarify.

NoudS

Posted 2019-09-30T08:07:23.403

Reputation: 1

No answers