[][src]Function ckb_contract_std::syscalls::load_input_by_field

pub fn load_input_by_field(
    len: usize,
    offset: usize,
    index: usize,
    source: Source,
    field: InputField
) -> Result<Vec<u8>, SysError>