Type Definition concordium_std::BlockHeight[][src]

type BlockHeight = u64;
Expand description

Height of the block. Height of the genesis block is 0, and otherwise it is always the case that a block has height one more than its parent.