MCPcopy Create free account
hub / github.com/CPChain/chain / Cep1BlockRewardY1

Function Cep1BlockRewardY1

configs/protocol_params.go:107–107  ·  view source on GitHub ↗

Those are rewards per block for every year

()

Source from the content-addressed store, hash-verified

105
106// Those are rewards per block for every year
107func Cep1BlockRewardY1() *big.Int { return new(big.Int).Set(cep1BlockRewardY1) }
108func Cep1BlockRewardY2() *big.Int { return new(big.Int).Set(cep1BlockRewardY2) }
109func Cep1BlockRewardY3() *big.Int { return new(big.Int).Set(cep1BlockRewardY3) }
110func Cep1BlockRewardY4() *big.Int { return new(big.Int).Set(cep1BlockRewardY4) }

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected