[#CChainParams-Bech32HRP] = xref:CChainParams.adoc[CChainParams]::Bech32HRP :relfileprefix: ../ :mrdocs: Returns the human‐readable part used for Bech32 addresses. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string const& Bech32HRP() const; ---- == Return Value The Bech32 HRP string. [.small]#Created with https://www.mrdocs.com[MrDocs]#