Module concordium_std::hashes

source ·
Expand description

Different types of hashes based on SHA256.

Structs

  • A general wrapper around Sha256 hash. This is used to add type safety to a hash that is used in different context. The underlying value is always the same, but the phantom type variable makes it impossible to mistakenly misuse the hashes.

Type Definitions

  • A reference to a smart contract module deployed on the chain.