Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
namespace | Consensus |
Functions | |
Amount | GetMinerFundAmount (const Consensus::Params ¶ms, const Amount &coinbaseValue, const CBlockIndex *pprev) |
std::unordered_set< CTxDestination, TxDestinationHasher > | GetMinerFundWhitelist (const Consensus::Params ¶ms) |
bool | CheckMinerFund (const Consensus::Params ¶ms, const std::vector< CTxOut > &coinbaseTxOut, const Amount &blockReward, const CBlockIndex *pprev) |
Returns false if there is an invalid miner fund. More... | |
bool CheckMinerFund | ( | const Consensus::Params & | params, |
const std::vector< CTxOut > & | coinbaseTxOut, | ||
const Amount & | blockReward, | ||
const CBlockIndex * | pprev | ||
) |
Returns false if there is an invalid miner fund.
True otherwise.
Definition at line 59 of file minerfund.cpp.
Amount GetMinerFundAmount | ( | const Consensus::Params & | params, |
const Amount & | coinbaseValue, | ||
const CBlockIndex * | pprev | ||
) |
Definition at line 22 of file minerfund.cpp.
std::unordered_set< CTxDestination, TxDestinationHasher > GetMinerFundWhitelist | ( | const Consensus::Params & | params | ) |
Definition at line 51 of file minerfund.cpp.