Retrieves the public key for the given address into vchPubKeyOut.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
bool
GetPubKey(
    CKeyID const& address,
    CPubKey& vchPubKeyOut) const override;

Return Value

true if the public key was found.

Parameters

Name

Description

address

The key id to look up.

vchPubKeyOut

Filled with the found public key.

Created with MrDocs