Writes the address book label for an address.

Synopsis

Declared in <wallet/walletdb.h>

bool
WriteName(
    std::string const& strAddress,
    std::string const& strName);

Return Value

true if the record was written.

Parameters

Name

Description

strAddress

The address the label applies to.

strName

The label to store.

Created with MrDocs