Skip to main content

Module datum

Module datum 

Source
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).