Open danielnordh opened 1 year ago
The new descriptor templates in 0.26 are great, but we are missing taproot. Please add functions similar to the ones already included for native segwit:
public static func `newBip84`(`secretKey`: DescriptorSecretKey, `keychain`: KeychainKind, `network`: Network) -> Descriptor public static func `newBip84Public`(`publicKey`: DescriptorPublicKey, `fingerprint`: String, `keychain`: KeychainKind, `network`: Network) -> Descriptor
The template spec is BIP-0086: https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki
@notmandatory, can I take this up?
The new descriptor templates in 0.26 are great, but we are missing taproot. Please add functions similar to the ones already included for native segwit: