The output types that can be produced, excluding UNKNOWN.

Synopsis

Declared in <outputtype.h>

inline constexpr auto OUTPUT_TYPES = std::array{
    OutputType::LEGACY,
    OutputType::P2SH_SEGWIT,
    OutputType::BECH32,
    OutputType::BECH32M,
};

Created with MrDocs