ckb_std::high_level
pub fn load_cell(index: usize, source: Source) -> Result<CellOutput, SysError>
Load cell
Return the cell or a syscall error
index
source
let cell_output = load_cell(0, Source::Input).unwrap();