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

Load cell lock hash

Arguments

  • index - index
  • source - source

Example

let lock_hash = load_cell_lock_hash(index, source).unwrap();