[#TAPROOT_LEAF_MASK] = TAPROOT_LEAF_MASK :mrdocs: Mask isolating the leaf‐version bits of a Taproot control byte. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr uint8_t TAPROOT_LEAF_MASK = 0xfe; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#