wallet::CWallet::GetScriptPubKeyMan

Get the ScriptPubKeyMan by id

Synopsis

Declared in <wallet/wallet.h>

ScriptPubKeyMan*
GetScriptPubKeyMan(uint256 const& id) const;

Return Value

The matching ScriptPubKeyMan, or nullptr if none.

Parameters

NameDescription
idThe unique id of the ScriptPubKeyMan.