[#miniscript-Node-IsBKW] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::IsBKW :relfileprefix: ../../ :mrdocs: Whether this node is of type B, K or W. (That is, anything but V.) == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsBKW() const; ---- == Return Value True if the node's type is B, K or W. [.small]#Created with https://www.mrdocs.com[MrDocs]#