MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetBlockInflatedReward

Method GetBlockInflatedReward

src/persistence/blockdb.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188bool CBlockDBCache::GetBlockInflatedReward(CBlockInflatedReward &value) {
189 return block_inflated_reward_cache.GetData(value);
190}
191
192bool CBlockDBCache::SetBlockInflatedReward(const CBlockInflatedReward &value) {
193 return block_inflated_reward_cache.SetData(value);

Callers 4

ProcessBlockDelegatesMethod · 0.80
getrewardinfoFunction · 0.80
mintrewardsMethod · 0.80

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected