GetScriptPubKeyMan overloads
Synopses
Declared in <wallet/wallet.h>
Get the ScriptPubKeyMan by id
ScriptPubKeyMan*
GetScriptPubKeyMan(uint256 const& id) const;
Get the ScriptPubKeyMan for the given OutputType and internal/external chain.
ScriptPubKeyMan*
GetScriptPubKeyMan(
OutputType const& type,
bool internal) const;
Return Value
The matching ScriptPubKeyMan, or nullptr if none.
Parameters
Name |
Description |
id |
The unique id of the ScriptPubKeyMan. |
type |
The output type to look up. |
internal |
Whether to look up the internal (change) manager. |
Created with MrDocs