jam_types

Type Alias Hash

Source
pub type Hash = [u8; 32];
Expand description

A basic 256-bit data value.

This should generally not be used directly in the rich data types, but instead one of the rich opaque hash types to avoid accidental misuse and provide pretty-print facilities.