Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ getBalance
Method
getBalance
src/interfaces/wallet.cpp:360–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
return true;
359
}
360
CAmount getBalance() override { return m_wallet.GetBalance(); }
361
CAmount getAvailableBalance(const CCoinControl& coin_control) override
362
{
363
return m_wallet.GetAvailableBalance(&coin_control);
Callers
1
TestGUI
Function · 0.80
Calls
1
GetBalance
Method · 0.80
Tested by
1
TestGUI
Function · 0.64