MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetLabel

Method SetLabel

src/wallet/wallet.h:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 bool IsChange() const { return m_change; }
257 const std::string& GetLabel() const { return m_label; }
258 void SetLabel(const std::string& label) {
259 m_change = false;
260 m_label = label;
261 }
262};
263
264struct CRecipient

Callers 2

SetAddressBookWithDBMethod · 0.80
walletdb.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected