Wrap a provider, choosing whether to hide secrets and origins.
Declared in <script/signingprovider.h>
HidingSigningProvider(
SigningProvider const* provider,
bool hide_secret,
bool hide_origin);
| Name | Description |
|---|---|
| provider | The underlying provider to delegate to. |
| hide_secret | Whether to hide private keys. |
| hide_origin | Whether to hide key origin information. |