casper_rust_wasm_sdk::helpersFunction get_blake2b_hash
source pub fn get_blake2b_hash(meta_data: &str) -> String
Expand description
Computes the Blake2b hash of the provided metadata.
§Arguments
meta_data
- A reference to a string containing the metadata to be hashed.
§Returns
A hexadecimal string representing the Blake2b hash of the input metadata.