Function frame_system::unique
source · pub fn unique(entropy: impl Encode) -> [u8; 32]
Expand description
Returns a 32 byte datum which is guaranteed to be universally unique. entropy
is provided
as a facility to reduce the potential for precalculating results.