Load metadata (used by LoadWallet)
Declared in <wallet/scriptpubkeyman.h>
virtual
void
LoadKeyMetadata(
CKeyID const& keyID,
CKeyMetadata const& metadata);
| Name | Description |
|---|---|
| keyID | The key id the metadata belongs to. |
| metadata | The metadata to associate with the key. |