GetScriptPubKeyMan overloads
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...
The matching ScriptPubKeyMan, or nullptr if none.
| 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. |