Writes the purpose string for an address.
Synopsis
Declared in <wallet/walletdb.h>
bool
WritePurpose(
std::string const& strAddress,
std::string const& purpose);
Return Value
true if the record was written.
Parameters
Name |
Description |
strAddress |
The address the purpose applies to. |
purpose |
The purpose to store. |
Created with MrDocs