[#WitnessV1Taproot-2constructor-0d] = xref:WitnessV1Taproot.adoc[WitnessV1Taproot]::WitnessV1Taproot :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<addresstype.h>` Construct a null taproot output key. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:WitnessV1Taproot/2constructor-06.adoc[WitnessV1Taproot](); ---- [.small]#xref:WitnessV1Taproot/2constructor-06.adoc[_» more..._]# Construct a taproot destination from an x‐only public key. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:WitnessV1Taproot/2constructor-03.adoc[WitnessV1Taproot](xref:XOnlyPubKey.adoc[XOnlyPubKey] const& xpk); ---- [.small]#xref:WitnessV1Taproot/2constructor-03.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *xpk* | The taproot output key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#