Expand description
The Datum contract: the content-addressable data form of the substrate.
The kernel defines the datum shape and its content-hash algorithm identity; libraries supply the stores that intern and resolve data.
Enums§
- Datum
- Content-addressable data form of the substrate.
Constants§
- DATUM_
CONTENT_ ALGORITHM_ NAME - Name of the kernel datum content-hash algorithm symbol.
- DATUM_
CONTENT_ ALGORITHM_ NAMESPACE - Namespace of the kernel datum content-hash algorithm symbol.
Functions§
- datum_
content_ algorithm - Returns the kernel datum content-hash algorithm symbol (
core/sha256-datum-v1).