Whether the given provider has all private keys required by this descriptor.
Synopsis
Declared in <script/descriptor.h>
virtual
bool
HavePrivateKeys(SigningProvider const& provider) const = 0;
Return Value
false if the descriptor doesn't have any keys or subdescriptors, or if the provider does not have all private keys required by the descriptor.
Parameters
Name |
Description |
provider [in] |
The SigningProvider to query for private keys. |
Created with MrDocs