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

Name

Description

key

The private key to add.

Created with MrDocs