Function ckb_std::syscalls::load_header
source · pub fn load_header(
buf: &mut [u8],
offset: usize,
index: usize,
source: Source
) -> Result<usize, SysError>
Available on non-crate feature
simulator
only.Expand description
Load header
Return the loaded data length or a syscall error
Arguments
buf
- a writable buf used to receive the dataoffset
- offsetindex
- index of cell or headersource
- source