HidingSigningProvider::HidingSigningProvider

Wrap a provider, choosing whether to hide secrets and origins.

Synopsis

Declared in <script/signingprovider.h>

HidingSigningProvider(
    SigningProvider const* provider,
    bool hide_secret,
    bool hide_origin);

Parameters

NameDescription
providerThe underlying provider to delegate to.
hide_secretWhether to hide private keys.
hide_originWhether to hide key origin information.