[#OUTPUT_TYPES] = OUTPUT_TYPES :mrdocs: The output types that can be produced, excluding UNKNOWN. == Synopsis Declared in `<outputtype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr auto OUTPUT_TYPES = std::array{ OutputType::LEGACY, OutputType::P2SH_SEGWIT, OutputType::BECH32, OutputType::BECH32M, }; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#