Load metadata (used by LoadWallet)

Synopsis

Declared in <wallet/scriptpubkeyman.h>

virtual
void
LoadKeyMetadata(
    CKeyID const& keyID,
    CKeyMetadata const& metadata);

Parameters

Name

Description

keyID

The key id the metadata belongs to.

metadata

The metadata to associate with the key.

Created with MrDocs