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

Method getBalance

src/wallet/interfaces.cpp:404–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 return true;
403 }
404 CAmountMap getBalance() override { return GetBalance(*m_wallet).m_mine_trusted; }
405 CAmountMap getAvailableBalance(const CCoinControl& coin_control) override
406 {
407 return GetAvailableBalance(*m_wallet, &coin_control);

Callers 1

TestGUIFunction · 0.80

Calls 1

GetBalanceFunction · 0.85

Tested by 1

TestGUIFunction · 0.64