Get the ScriptPubKeyMan for the given OutputType and internal/external chain.

Synopsis

Declared in <wallet/wallet.h>

ScriptPubKeyMan*
GetScriptPubKeyMan(
    OutputType const& type,
    bool internal) const;

Return Value

The matching ScriptPubKeyMan, or nullptr if none.

Parameters

Name

Description

type

The output type to look up.

internal

Whether to look up the internal (change) manager.

Created with MrDocs