Type Definition concordium_contracts_common::SlotNumber[][src]

type SlotNumber = u64;

Genesis block has slot number 0, and otherwise it is always the case that a parent of a block has a slot number strictly less than the block itself. However in contrast to BlockHeight, slot numbers are not strictly sequential, there will be gaps.