wallet::CWallet::GetScriptPubKeyMan

GetScriptPubKeyMan overloads

Synopses

Declared in <wallet/wallet.h>

Get the ScriptPubKeyMan by id

ScriptPubKeyMan*
GetScriptPubKeyMan(uint256 const& id) const;
» more...

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

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

Return Value

The matching ScriptPubKeyMan, or nullptr if none.

Parameters

NameDescription
idThe unique id of the ScriptPubKeyMan.
typeThe output type to look up.
internalWhether to look up the internal (change) manager.