[#ChainTypeToString] = ChainTypeToString :mrdocs: Convert a chain type to its canonical string name. == Synopsis Declared in `<util/chaintype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ChainTypeToString(xref:ChainType.adoc[ChainType] chain); ---- == Return Value The canonical string name of the chain. == Parameters [cols="1,4"] |=== | Name| Description | *chain* | The chain type to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#