Type Alias concordium_std::ContractIndex

source ·
pub type ContractIndex = u64;
Expand description

Contract address index. A contract address consists of an index and a subindex. This type is for the index.