ckb_std::high_level
pub fn load_input_out_point( index: usize, source: Source) -> Result<OutPoint, SysError>
Load input out point
index
source
let out_point = load_input_out_point(index, source).unwrap();