Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CalifornicumBlockReward = big.NewInt(2e+18) // Block reward in wei for successfully mining a block upward from CalifornicumBlockReward
)
Functions ¶
func AccumulateRewards ¶
func AccumulateRewards( header BlockNumAndCoinbase, uncles []BlockNumAndCoinbase, state vm.State)
AccumulateRewards credits the coinbase of the given block with the mining reward. The total reward consists of the static block reward and rewards for included uncles. The coinbase of each uncle block is also rewarded.
Types ¶
Click to show internal directories.
Click to hide internal directories.