[#bech32-DecodeResult-2constructor-06] = xref:bech32.adoc[bech32]::xref:bech32/DecodeResult.adoc[DecodeResult]::DecodeResult :relfileprefix: ../../ :mrdocs: Constructs a result from a detected encoding, human‐readable part, and payload. == Synopsis Declared in `<bech32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DecodeResult( xref:bech32/Encoding.adoc[Encoding] enc, std::string&& h, std::vector<uint8_t>&& d); ---- == Parameters [cols="1,4"] |=== | Name| Description | *enc* | The detected encoding. | *h* | The human‐readable part. | *d* | The decoded payload, excluding the checksum. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#