Expand the private key for a descriptor at a specified position, if possible.
Synopsis
Declared in <script/descriptor.h>
virtual
void
ExpandPrivate(
int pos,
SigningProvider const& provider,
FlatSigningProvider& out) const = 0;
Parameters
Name |
Description |
pos [in] |
The position at which to expand the descriptor. If IsRange() is false, this is ignored. |
provider [in] |
The provider to query for the private keys. |
out [out] |
Any private keys available for the specified |
Created with MrDocs