[][src]Type Definition concordium_contracts_common::BlockHeight

type BlockHeight = u64;

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.