pub fn code_hash(data: &[u8]) -> [u8; 32]Expand description
Returns the hash of the code blob.
Should produce the same value as pvm_binary_hash macro.
pub fn code_hash(data: &[u8]) -> [u8; 32]Returns the hash of the code blob.
Should produce the same value as pvm_binary_hash macro.