Fetch the SigningProvider for the given pubkey and always include private keys. This should only be called by signing code.
Declared in <wallet/scriptpubkeyman.h>
std::unique_ptr<FlatSigningProvider>
GetSigningProvider(CPubKey const& pubkey) const;
A signing provider for the pubkey, including private keys.
| Name | Description |
|---|---|
| pubkey | The public key to fetch a signing provider for. |