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 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: