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