wallet::CWallet::GetScriptPubKeyMan

Get the ScriptPubKeyMan for the given OutputType and internal/external chain.

Synopsis

Declared in <wallet/wallet.h>

ScriptPubKeyMan*
GetScriptPubKeyMan(
    OutputType const& type,
    bool internal) const;

Return Value

The matching ScriptPubKeyMan, or nullptr if none.

Parameters

NameDescription
typeThe output type to look up.
internalWhether to look up the internal (change) manager.