pub fn load_cell_data_hash(
    index: usize,
    source: Source
) -> Result<[u8; 32], SysError>
Expand description

Load cell data hash

Arguments

  • index - index
  • source - source

Example

let data_hash = load_cell_data_hash(index, source).unwrap();