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