Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetAddressBookWithDB
Method · 0.80
GetLabelAddresses
Method · 0.80
FindAddressBookEntry
Method · 0.80
getAddress
Method · 0.80
getAddresses
Method · 0.80
getaddressesbylabel
Function · 0.80
listlabels
Function · 0.80
transactions.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected