Returns the key metadata for the given destination, or nullptr if none is known.
Declared in <wallet/scriptpubkeyman.h>
virtual
std::unique_ptr<CKeyMetadata>
GetMetadata(CTxDestination const& dest) const;
The key metadata, or nullptr if none is known.
| Name | Description |
|---|---|
| dest | The destination to look up metadata for. |