Writes the address book label for an address.
Declared in <wallet/walletdb.h>
bool
WriteName(
std::string const& strAddress,
std::string const& strName);
true if the record was written.
| Name | Description |
|---|---|
| strAddress | The address the label applies to. |
| strName | The label to store. |