Function load_cell_lock_hash

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

Load cell lock hash

§Arguments

  • index - index
  • source - source

§Example

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