[#CScript-IsPayToScriptHash] = xref:CScript.adoc[CScript]::IsPayToScriptHash :relfileprefix: ../ :mrdocs: Returns whether this script is a pay‐to‐script‐hash (P2SH) output. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsPayToScriptHash() const; ---- == Return Value true if the script matches the P2SH pattern. [.small]#Created with https://www.mrdocs.com[MrDocs]#