[#IsSegWitOutput] = IsSegWitOutput :mrdocs: Check whether a scriptPubKey is known to be segwit. == Synopsis Declared in `<script/sign.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsSegWitOutput( xref:SigningProvider.adoc[SigningProvider] const& provider, xref:CScript.adoc[CScript] const& script); ---- == Return Value True if the script is a known segwit output. == Parameters [cols="1,4"] |=== | Name| Description | *provider* | The source of scripts used to resolve the output. | *script* | The output script to inspect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#