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

Method IsChange

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

Source from the content-addressed store, hash-verified

254 StringMap destdata;
255
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;

Callers 8

SetAddressBookWithDBMethod · 0.80
GetLabelAddressesMethod · 0.80
FindAddressBookEntryMethod · 0.80
getAddressMethod · 0.80
getAddressesMethod · 0.80
getaddressesbylabelFunction · 0.80
listlabelsFunction · 0.80
transactions.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected