Returns whether the provided ScriptPubKeyMan is internal
Synopsis
Declared in <wallet/wallet.h>
std::optional<bool>
IsInternalScriptPubKeyMan(ScriptPubKeyMan* spk_man) const;
Return Value
contains value only for active DescriptorScriptPubKeyMan, otherwise undefined
Parameters
Name |
Description |
spk_man [in] |
The ScriptPubKeyMan to test |
Created with MrDocs