It may be useful to be able to represent P2TR outputs in descriptors whose script tree and/or internal key aren’t known. This PR does that, by adding a rawtr(KEY)
descriptor, where the KEY represents the output key directly. If the private key corresponding to that output key is known, it also permits signing with it.
I’m not convinced this is desirable, but presumably “tr(KEY)” sounds more intended for direct use than “rawtr(KEY)”.