GetScriptPubKeyMan overloads

Synopses

Declared in <wallet/wallet.h>

Get the ScriptPubKeyMan by id

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