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

Function FeeModes

src/util/fees.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::string FeeModes(const std::string& delimiter)
48{
49 return Join(FeeModeMap(), delimiter, [&](const std::pair<std::string, FeeEstimateMode>& i) { return i.first; });
50}
51
52const std::string InvalidEstimateModeErrorMessage()
53{

Callers 7

sendtoaddressFunction · 0.85
sendmanyFunction · 0.85
FundTxDocFunction · 0.85
bumpfee_helperFunction · 0.85
sendFunction · 0.85
estimatesmartfeeFunction · 0.85

Calls 1

JoinFunction · 0.85

Tested by

no test coverage detected