We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tapBip32Derivation
I noticed the field is included:
tapBip32Derivation: [0x16, Bytes32, TaprootBIP32Der, [], [0, 2], false],
but in transaction.ts, only bip32Derivation is desired:
transaction.ts
bip32Derivation
if (!input.bip32Derivation || !input.bip32Derivation.length) throw new Error('bip32Derivation: empty');
Could you share an example to sign input as taproot key spend path using tapBip32Derivation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed the field is included:
but in
transaction.ts
, onlybip32Derivation
is desired:Could you share an example to sign input as taproot key spend path using tapBip32Derivation?
The text was updated successfully, but these errors were encountered: