FillableSigningProvider::AddKey

Add a private key, deriving its public key.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
AddKey(CKey const& key);

Return Value

True if the key was added.

Parameters

NameDescription
keyThe private key to add.