wallet::LegacyDataSPKM::LoadKeyMetadata

Load metadata (used by LoadWallet)

Synopsis

Declared in <wallet/scriptpubkeyman.h>

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

Parameters

NameDescription
keyIDThe key id the metadata belongs to.
metadataThe metadata to associate with the key.