Function load_input_out_point
Source pub fn load_input_out_point(
index: usize,
source: Source,
) -> Result<OutPoint, SysError>
Available on crate feature ckb-types
only.
Expand description
Load input out point
§Arguments
index
- index
source
- source
§Example
let out_point = load_input_out_point(index, source).unwrap();