[#SighashToStr] = SighashToStr :mrdocs: Convert a signature‐hash type byte into its textual name. == Synopsis Declared in `<core_io.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string SighashToStr(unsigned char sighash_type); ---- == Return Value The human‐readable name of the signature‐hash type. == Parameters [cols="1,4"] |=== | Name| Description | *sighash_type* | Numeric signature‐hash type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#