[#IsStandard] = IsStandard :mrdocs: Determine whether a scriptPubKey uses a standard output form. == Synopsis Declared in `<policy/policy.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsStandard( xref:CScript.adoc[CScript] const& scriptPubKey, xref:TxoutType.adoc[TxoutType]& whichType); ---- == Return Value `true` if the script is a standard type. == Parameters [cols="1,4"] |=== | Name| Description | *scriptPubKey* | Output script to classify. | *whichType* | Set to the detected output type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#