[#bech32-CHECKSUM_SIZE] = xref:bech32.adoc[bech32]::CHECKSUM_SIZE :relfileprefix: ../ :mrdocs: Number of trailing checksum characters in a Bech32(m) string. == Synopsis Declared in `<bech32.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr size_t CHECKSUM_SIZE = 6; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#