![]() |
Bitcoin ABC
0.22.13
P2P Digital Currency
|
#include <minerfund.h>
#include <chainparams.h>
#include <consensus/activation.h>
#include <key_io.h>
#include <util/system.h>
#include <validation.h>
Go to the source code of this file.
Functions | |
Amount | GetMinerFundAmount (const Amount &coinbaseValue) |
static CTxDestination | BuildDestination (const std::string &dest) |
static const CTxDestination & | GetMinerFundDestination () |
std::vector< CTxDestination > | GetMinerFundWhitelist (const Consensus::Params ¶ms, const CBlockIndex *pindexPrev) |
Variables | |
static constexpr int | MINER_FUND_RATIO = 8 |
Percentage of the block reward to be sent to the fund. More... | |
|
static |
Definition at line 22 of file minerfund.cpp.
|
static |
Definition at line 27 of file minerfund.cpp.
std::vector<CTxDestination> GetMinerFundWhitelist | ( | const Consensus::Params & | params, |
const CBlockIndex * | pindexPrev | ||
) |
Definition at line 34 of file minerfund.cpp.
|
static |
Percentage of the block reward to be sent to the fund.
Definition at line 16 of file minerfund.cpp.