[][src]Function ckb_std::high_level::load_cell_capacity

pub fn load_cell_capacity(index: usize, source: Source) -> Result<u64, SysError>

Load cell capacity

Return the loaded data length or a syscall error

Arguments

Example

let capacity = syscalls::load_cell_capacity(index, source).unwrap();