Function load_cell_data_hash

Source
pub fn load_cell_data_hash(
    index: usize,
    source: Source,
) -> Result<[u8; 32], SysError>
Available on crate feature ckb-types only.
Expand description

Load cell data hash

§Arguments

  • index - index
  • source - source

§Example

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