Fetch the SigningProvider for the given pubkey and always include private keys. This should only be called by signing code.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

std::unique_ptr<FlatSigningProvider>
GetSigningProvider(CPubKey const& pubkey) const;

Return Value

A signing provider for the pubkey, including private keys.

Parameters

Name

Description

pubkey

The public key to fetch a signing provider for.

Created with MrDocs