MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetReservedBalance

Method GetReservedBalance

src/stake.cpp:935–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935CAmount Stake::GetReservedBalance() const {
936 return nReserveBalance;
937}
938
939int64_t Stake::GetSplitThreshold() const {
940 return GetStakeCombineThreshold();

Callers 4

reservebalanceFunction · 0.80
getstakingstatusFunction · 0.80
MintableCoinsMethod · 0.80
GetStakeWeightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected