Get the ScriptPubKeyMan for the given OutputType and internal/external chain.
Declared in <wallet/wallet.h>
ScriptPubKeyMan*
GetScriptPubKeyMan(
OutputType const& type,
bool internal) const;
The matching ScriptPubKeyMan, or nullptr if none.
| Name | Description |
|---|---|
| type | The output type to look up. |
| internal | Whether to look up the internal (change) manager. |