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