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

Name

Description

id

The unique id of the ScriptPubKeyMan.

Created with MrDocs