[][src]Constant casper_types::auction::BLOCK_REWARD

pub const BLOCK_REWARD: u64 = 1_000_000_000_000;

We use one trillion as a block reward unit because it's large enough to allow precise fractions, and small enough for many block rewards to fit into a u64.