wallet::CWallet::IsInternalScriptPubKeyMan

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

NameDescription
spk_man [in]The ScriptPubKeyMan to test