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

Method ListSelected

src/wallet/coincontrol.h:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void ListSelected(std::vector<COutPoint>& vOutpoints) const
117 {
118 vOutpoints.assign(setSelected.begin(), setSelected.end());
119 }
120
121 void SetInputWeight(const COutPoint& outpoint, int64_t weight)
122 {

Callers 2

spend.cppFile · 0.80
updateLabelsMethod · 0.80

Calls 3

assignMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected